mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
18 lines
254 B
Text
18 lines
254 B
Text
|
menu "OpenRISC architecture"
|
||
|
depends on OPENRISC
|
||
|
|
||
|
config SYS_ARCH
|
||
|
default "openrisc"
|
||
|
|
||
|
choice
|
||
|
prompt "Target select"
|
||
|
|
||
|
config TARGET_OPENRISC_GENERIC
|
||
|
bool "Support openrisc-generic"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
source "board/openrisc/openrisc-generic/Kconfig"
|
||
|
|
||
|
endmenu
|