Merge branch 'master' of git://git.denx.de/u-boot-rockchip
[platform/kernel/u-boot.git] / arch / arm / mach-rockchip / rk322x / Kconfig
1 if ROCKCHIP_RK322X
2
3 config TARGET_EVB_RK3229
4         bool "EVB_RK3229"
5         select BOARD_LATE_INIT
6
7 config SYS_SOC
8         default "rockchip"
9
10 config SYS_MALLOC_F_LEN
11         default 0x400
12
13 config SPL_SERIAL_SUPPORT
14         default y
15
16 source "board/rockchip/evb_rk3229/Kconfig"
17
18 endif