xref: /openbmc/u-boot/arch/arm/mach-rockchip/Kconfig (revision b47ea79219f1de43fa21456c6c60c8390b8755d2)
1if ARCH_ROCKCHIP
2
3config ROCKCHIP_RK3288
4	bool "Support Rockchip RK3288"
5	help
6	  The Rockchip RK3288 is a ARM-based SoC with a quad-core Cortex-A17
7	  including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
8	  video interfaces supporting HDMI and eDP, several DDR3 options
9	  and video codec support. Peripherals include Gigabit Ethernet,
10	  USB2 host and OTG, SDIO, I2S, UART,s, SPI, I2C and PWMs.
11
12config ROCKCHIP_RK3036
13	bool "Support Rockchip RK3036"
14	help
15	  The Rockchip RK3036 is a ARM-based SoC with a dual-core Cortex-A7
16	  including NEON and GPU, Mali-400 graphics, several DDR3 options
17	  and video codec support. Peripherals include Gigabit Ethernet,
18	  USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
19
20config ROCKCHIP_SPL_BACK_TO_BROM
21	bool "SPL returns to bootrom"
22	default y if ROCKCHIP_RK3036
23	help
24	  Rockchip SoCs have ability to load SPL & U-Boot binary. If enabled,
25          SPL will return to the boot rom, which will then load the U-Boot
26          binary to keep going on.
27
28source "arch/arm/mach-rockchip/rk3288/Kconfig"
29source "arch/arm/mach-rockchip/rk3036/Kconfig"
30endif
31