if ROCKCHIP_RK3568

config TARGET_EVB_RK3568
	bool "EVB_RK3568"
	select BOARD_LATE_INIT
	help
	  RK3568 EVB is a evaluation board for Rockchp RK3568.

config TARGET_UC_REMOTE_TWO_RK3566
	bool "Unfolded Circle Remote Two"
	select BOARD_LATE_INIT
	help
	  Unfolded Circle Remote Two with Rockchip RK3566.

config TARGET_UC_REMOTE_THREE_RK3566
	bool "Unfolded Circle Remote Three"
	select BOARD_LATE_INIT
	help
	  Unfolded Circle Remote Three with Rockchip RK3566.

config SYS_SOC
	default "rockchip"

config SYS_MALLOC_F_LEN
	default 0x400

source board/rockchip/evb_rk3568/Kconfig
source board/uc/remote-two-rk3566/Kconfig
source board/uc/remote-three-rk3566/Kconfig

endif
