xref: /openbmc/u-boot/arch/arm/mach-rockchip/Kconfig (revision e0f5dbcb)
12444dae5SSimon Glassif ARCH_ROCKCHIP
22444dae5SSimon Glass
32444dae5SSimon Glassconfig ROCKCHIP_RK3288
42444dae5SSimon Glass	bool "Support Rockchip RK3288"
5*e0f5dbcbSAndreas Färber	select CPU_V7
62444dae5SSimon Glass	help
72444dae5SSimon Glass	  The Rockchip RK3288 is a ARM-based SoC with a quad-core Cortex-A17
82444dae5SSimon Glass	  including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
92444dae5SSimon Glass	  video interfaces supporting HDMI and eDP, several DDR3 options
102444dae5SSimon Glass	  and video codec support. Peripherals include Gigabit Ethernet,
112444dae5SSimon Glass	  USB2 host and OTG, SDIO, I2S, UART,s, SPI, I2C and PWMs.
122444dae5SSimon Glass
13be1d5e03Shuang linconfig ROCKCHIP_RK3036
14be1d5e03Shuang lin	bool "Support Rockchip RK3036"
15*e0f5dbcbSAndreas Färber	select CPU_V7
16be1d5e03Shuang lin	help
17be1d5e03Shuang lin	  The Rockchip RK3036 is a ARM-based SoC with a dual-core Cortex-A7
18be1d5e03Shuang lin	  including NEON and GPU, Mali-400 graphics, several DDR3 options
19be1d5e03Shuang lin	  and video codec support. Peripherals include Gigabit Ethernet,
20be1d5e03Shuang lin	  USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
21be1d5e03Shuang lin
22b47ea792SXu Ziyuanconfig ROCKCHIP_SPL_BACK_TO_BROM
23b47ea792SXu Ziyuan	bool "SPL returns to bootrom"
24b47ea792SXu Ziyuan	default y if ROCKCHIP_RK3036
25b47ea792SXu Ziyuan	help
26b47ea792SXu Ziyuan	  Rockchip SoCs have ability to load SPL & U-Boot binary. If enabled,
27b47ea792SXu Ziyuan          SPL will return to the boot rom, which will then load the U-Boot
28b47ea792SXu Ziyuan          binary to keep going on.
29b47ea792SXu Ziyuan
302444dae5SSimon Glasssource "arch/arm/mach-rockchip/rk3288/Kconfig"
31be1d5e03Shuang linsource "arch/arm/mach-rockchip/rk3036/Kconfig"
322444dae5SSimon Glassendif
33