19 lines
244 B
Plaintext
19 lines
244 B
Plaintext
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
|