1menu "OpenRISC architecture"
2	depends on OPENRISC
3
4config SYS_ARCH
5	default "openrisc"
6
7choice
8	prompt "Target select"
9	optional
10
11config TARGET_OPENRISC_GENERIC
12	bool "Support openrisc-generic"
13
14endchoice
15
16source "board/openrisc/openrisc-generic/Kconfig"
17
18endmenu
19