]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-rockchip/Kconfig
rockchip: add rk3036 sdram driver
[people/ms/u-boot.git] / arch / arm / mach-rockchip / Kconfig
CommitLineData
2444dae5
SG
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
2444dae5
SG
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
2444dae5
SG
33source "arch/arm/mach-rockchip/rk3288/Kconfig"
34
35endif