mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 17:58:23 +00:00
70fbc46192
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
18 lines
244 B
Text
18 lines
244 B
Text
menu "Nios II architecture"
|
|
depends on NIOS2
|
|
|
|
config SYS_ARCH
|
|
string
|
|
default "nios2"
|
|
|
|
choice
|
|
prompt "Target select"
|
|
|
|
config TARGET_NIOS2_GENERIC
|
|
bool "Support nios2-generic"
|
|
|
|
endchoice
|
|
|
|
source "board/altera/nios2-generic/Kconfig"
|
|
|
|
endmenu
|