xref: /openbmc/u-boot/arch/arm/mach-rockchip/Kconfig (revision be1d5e03)
12444dae5SSimon Glassif ARCH_ROCKCHIP
22444dae5SSimon Glass
32444dae5SSimon Glassconfig ROCKCHIP_RK3288
42444dae5SSimon Glass	bool "Support Rockchip RK3288"
52444dae5SSimon Glass	help
62444dae5SSimon Glass	  The Rockchip RK3288 is a ARM-based SoC with a quad-core Cortex-A17
72444dae5SSimon Glass	  including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
82444dae5SSimon Glass	  video interfaces supporting HDMI and eDP, several DDR3 options
92444dae5SSimon Glass	  and video codec support. Peripherals include Gigabit Ethernet,
102444dae5SSimon Glass	  USB2 host and OTG, SDIO, I2S, UART,s, SPI, I2C and PWMs.
112444dae5SSimon Glass
12*be1d5e03Shuang linconfig ROCKCHIP_RK3036
13*be1d5e03Shuang lin	bool "Support Rockchip RK3036"
14*be1d5e03Shuang lin	help
15*be1d5e03Shuang lin	  The Rockchip RK3036 is a ARM-based SoC with a dual-core Cortex-A7
16*be1d5e03Shuang lin	  including NEON and GPU, Mali-400 graphics, several DDR3 options
17*be1d5e03Shuang lin	  and video codec support. Peripherals include Gigabit Ethernet,
18*be1d5e03Shuang lin	  USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
19*be1d5e03Shuang lin
202444dae5SSimon Glassconfig SYS_MALLOC_F
212444dae5SSimon Glass	default y
222444dae5SSimon Glass
232444dae5SSimon Glassconfig SPL_DM
242444dae5SSimon Glass	default y
252444dae5SSimon Glass
262444dae5SSimon Glassconfig DM_SERIAL
272444dae5SSimon Glass	default y
282444dae5SSimon Glass
292444dae5SSimon Glassconfig DM_SPI
302444dae5SSimon Glass	default y
312444dae5SSimon Glass
322444dae5SSimon Glassconfig DM_SPI_FLASH
332444dae5SSimon Glass	default y
342444dae5SSimon Glass
352444dae5SSimon Glassconfig DM_I2C
362444dae5SSimon Glass	default y
372444dae5SSimon Glass
382444dae5SSimon Glassconfig DM_GPIO
392444dae5SSimon Glass	default y
402444dae5SSimon Glass
412444dae5SSimon Glasssource "arch/arm/mach-rockchip/rk3288/Kconfig"
42*be1d5e03Shuang linsource "arch/arm/mach-rockchip/rk3036/Kconfig"
432444dae5SSimon Glassendif
44