xref: /rk3399_rockchip-uboot/arch/arm/mach-rockchip/px30/Kconfig (revision 448a4b3860f22b6b5bc62fb95c92c2467abfbdcf)
1if ROCKCHIP_PX30
2
3config TARGET_EVB_PX30
4	bool "EVB_PX30"
5	select BOARD_LATE_INIT
6
7config SYS_SOC
8	default "rockchip"
9
10config SYS_MALLOC_F_LEN
11	default 0x400
12
13config SPL_SERIAL_SUPPORT
14	default y
15
16source "board/rockchip/evb_px30/Kconfig"
17
18endif
19