forked from rrcarlosr/Jetpack
19 lines
264 B
Plaintext
19 lines
264 B
Plaintext
|
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
|