rockchip: Kconfig: move rk322x config into its Kconfig
[platform/kernel/u-boot.git] / arch / arm / mach-rockchip / rk322x / Kconfig
1 if ROCKCHIP_RK322X
2
3
4 config TARGET_EVB_RK3229
5         bool "EVB_RK3229"
6         select BOARD_LATE_INIT
7
8 config SYS_SOC
9         default "rk322x"
10
11 config SYS_MALLOC_F_LEN
12         default 0x400
13
14 config SPL_SERIAL_SUPPORT
15         default y
16
17 config TPL_MAX_SIZE
18         default 28672
19
20 config TPL_STACK
21         default 0x10088000
22
23 config TPL_TEXT_BASE
24         default 0x10081000
25
26 source "board/rockchip/evb_rk3229/Kconfig"
27
28 endif