]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-rockchip/rk3036/Kconfig
rockchip: Add basic support for evb-rk3036 board
[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 SYS_SOC
7 default "rockchip"
8
9 config SYS_MALLOC_F_LEN
10 default 0x400
11
12 config ROCKCHIP_COMMON
13 bool "Support rk common fuction"
14
15 source "board/evb_rk3036/evb_rk3036/Kconfig"
16
17 endif