blob: 86b77f8df706d6d24735b6603e5c395c1b60bf8c [file] [log] [blame]
Simon Glass2444dae2015-08-30 16:55:38 -06001if ARCH_ROCKCHIP
2
3config ROCKCHIP_RK3288
4 bool "Support Rockchip RK3288"
Andreas Färbere0f5dbc2016-07-14 05:09:26 +02005 select CPU_V7
Simon Glass2444dae2015-08-30 16:55:38 -06006 help
7 The Rockchip RK3288 is a ARM-based SoC with a quad-core Cortex-A17
8 including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
9 video interfaces supporting HDMI and eDP, several DDR3 options
10 and video codec support. Peripherals include Gigabit Ethernet,
11 USB2 host and OTG, SDIO, I2S, UART,s, SPI, I2C and PWMs.
12
huang linbe1d5e02015-11-17 14:20:27 +080013config ROCKCHIP_RK3036
14 bool "Support Rockchip RK3036"
Andreas Färbere0f5dbc2016-07-14 05:09:26 +020015 select CPU_V7
huang linbe1d5e02015-11-17 14:20:27 +080016 help
17 The Rockchip RK3036 is a ARM-based SoC with a dual-core Cortex-A7
18 including NEON and GPU, Mali-400 graphics, several DDR3 options
19 and video codec support. Peripherals include Gigabit Ethernet,
20 USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
21
Xu Ziyuanb47ea792016-07-12 19:09:49 +080022config ROCKCHIP_SPL_BACK_TO_BROM
23 bool "SPL returns to bootrom"
24 default y if ROCKCHIP_RK3036
25 help
26 Rockchip SoCs have ability to load SPL & U-Boot binary. If enabled,
27 SPL will return to the boot rom, which will then load the U-Boot
28 binary to keep going on.
29
Simon Glass2444dae2015-08-30 16:55:38 -060030source "arch/arm/mach-rockchip/rk3288/Kconfig"
huang linbe1d5e02015-11-17 14:20:27 +080031source "arch/arm/mach-rockchip/rk3036/Kconfig"
Simon Glass2444dae2015-08-30 16:55:38 -060032endif