if ARCH_ORIN

choice
	prompt "Orin board select"
	optional

config TARGET_CLOTHO
	bool "Support CLOTHO"
	select ARM64

config TARGET_COCONUT
	bool "Support COCONUT"
	select ARM64

config TARGET_IRONMAN
	bool "Support IRONMAN"
	select ARM64

endchoice

config SYS_VENDOR
	default "realtek"

source board/realtek/common/Kconfig
source board/realtek/clotho/Kconfig
source board/realtek/coconut/Kconfig
source board/realtek/ironman/Kconfig

endif
