]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-rockchip/rk3036/Kconfig
Convert CONFIG_SPL_SERIAL_SUPPORT to Kconfig
[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
47b4c228 6config TARGET_KYLIN_RK3036
7 bool "KYLIN_RK3036"
8
d8b59782 9config SYS_SOC
10 default "rockchip"
11
12config SYS_MALLOC_F_LEN
13 default 0x400
14
e00f76ce
SG
15config SPL_SERIAL_SUPPORT
16 default y
17
c418addf
KY
18source "board/rockchip/evb_rk3036/Kconfig"
19source "board/rockchip/kylin_rk3036/Kconfig"
d8b59782 20
be1d5e03 21endif