18 lines
236 B
Plaintext
18 lines
236 B
Plaintext
|
menu "Nios II architecture"
|
||
|
depends on NIOS2
|
||
|
|
||
|
config SYS_ARCH
|
||
|
default "nios2"
|
||
|
|
||
|
choice
|
||
|
prompt "Target select"
|
||
|
|
||
|
config TARGET_NIOS2_GENERIC
|
||
|
bool "Support nios2-generic"
|
||
|
|
||
|
endchoice
|
||
|
|
||
|
source "board/altera/nios2-generic/Kconfig"
|
||
|
|
||
|
endmenu
|