xref: /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk322x/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1if ROCKCHIP_RK322X
2
3config TARGET_EVB_RK3229
4	bool "EVB_RK3229"
5	select BOARD_LATE_INIT
6
7config TARGET_GVA_RK3229
8	bool "GVA RK3229 board"
9	select BOARD_LATE_INIT
10	help
11	  GVA RK3229 is a SOM and base-board combination based on RK3229. It
12	  target for Google Voice Assistant with Android Things project.
13
14config SYS_SOC
15	default "rockchip"
16
17config SYS_MALLOC_F_LEN
18	default 0x400
19
20config SPL_SERIAL_SUPPORT
21	default y
22
23source "board/rockchip/evb_rk3229/Kconfig"
24source "board/rockchip/gva_rk3229/Kconfig"
25
26endif
27