]> git.ipfire.org Git - people/ms/u-boot.git/blame - 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
CommitLineData
be1d5e03 1if ROCKCHIP_RK3036
2
d8b59782 3config TARGET_EVB_RK3036
4 bool "EVB_RK3036"
5
6config SYS_SOC
7 default "rockchip"
8
9config SYS_MALLOC_F_LEN
10 default 0x400
11
12config ROCKCHIP_COMMON
13 bool "Support rk common fuction"
14
15source "board/evb_rk3036/evb_rk3036/Kconfig"
16
be1d5e03 17endif