Merge branch 'master' of git://git.denx.de/u-boot-sh
[platform/kernel/u-boot.git] / arch / arm / mach-rockchip / Kconfig
1 if ARCH_ROCKCHIP
2
3 config 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
12 config ROCKCHIP_RK3036
13         bool "Support Rockchip RK3036"
14         help
15           The Rockchip RK3036 is a ARM-based SoC with a dual-core Cortex-A7
16           including NEON and GPU, Mali-400 graphics, several DDR3 options
17           and video codec support. Peripherals include Gigabit Ethernet,
18           USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
19
20 source "arch/arm/mach-rockchip/rk3288/Kconfig"
21 source "arch/arm/mach-rockchip/rk3036/Kconfig"
22 endif