menu "OpenRISC architecture"
	depends on OPENRISC

config SYS_ARCH
	default "openrisc"

choice
	prompt "Target select"
	optional

config TARGET_OPENRISC_GENERIC
	bool "Support openrisc-generic"

endchoice

source "board/openrisc/openrisc-generic/Kconfig"

endmenu