Convert CONFIG_SPL_SERIAL_SUPPORT to Kconfig
[platform/kernel/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 SPL_SERIAL_SUPPORT
16         default y
17
18 source "board/rockchip/evb_rk3036/Kconfig"
19 source "board/rockchip/kylin_rk3036/Kconfig"
20
21 endif