]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-rockchip/rk3036/Kconfig
Merge git://git.denx.de/u-boot-dm
[u-boot] / arch / arm / mach-rockchip / rk3036 / Kconfig
1 if ROCKCHIP_RK3036
2
3 config TARGET_EVB_RK3036
4         bool "EVB_RK3036"
5
6 config TARGET_KYLIN_RK3036
7         bool "KYLIN_RK3036"
8
9 config SYS_SOC
10         default "rockchip"
11
12 config SYS_MALLOC_F_LEN
13         default 0x400
14
15 source "board/rockchip/evb_rk3036/Kconfig"
16 source "board/rockchip/kylin_rk3036/Kconfig"
17
18 endif