]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-rockchip/rk3036/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-i2c
[people/ms/u-boot.git] / 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 config ROCKCHIP_COMMON
16 bool "Support rk common fuction"
17
18 source "board/rockchip/evb_rk3036/Kconfig"
19 source "board/rockchip/kylin_rk3036/Kconfig"
20
21 endif