blob: fa1f4267537fd48e07ce172f2b4b42eb2408f37c [file] [log] [blame]
Simon Glass2444dae2015-08-30 16:55:38 -06001if 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
Simon Glass2444dae2015-08-30 16:55:38 -060015config 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
Simon Glass2444dae2015-08-30 16:55:38 -060033source "arch/arm/mach-rockchip/rk3288/Kconfig"
34
35endif