u-boot-brain/arch/nios2/Kconfig
Thomas Chou 70fbc46192 nios2: remove obsolete PCI5441 and PK1C20 boards
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
2014-08-24 11:27:57 +08:00

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