xref: /openbmc/u-boot/arch/arm/mach-rockchip/Kconfig (revision 2bc00e016e4c1440f3004776e26357f46eb6690a)
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 SYS_MALLOC_F
13	default y
14
15config SPL_DM
16	default y
17
18config DM_SERIAL
19	default y
20
21config DM_SPI
22	default y
23
24config DM_SPI_FLASH
25	default y
26
27config DM_I2C
28	default y
29
30config DM_GPIO
31	default y
32
33source "arch/arm/mach-rockchip/rk3288/Kconfig"
34
35endif
36