1menu "Nios II architecture" 2 depends on NIOS2 3 4config SYS_ARCH 5 string 6 default "nios2" 7 8choice 9 prompt "Target select" 10 11config TARGET_NIOS2_GENERIC 12 bool "Support nios2-generic" 13 14config TARGET_PCI5441 15 bool "Support PCI5441" 16 17config TARGET_PK1C20 18 bool "Support PK1C20" 19 20endchoice 21 22source "board/altera/nios2-generic/Kconfig" 23source "board/psyent/pci5441/Kconfig" 24source "board/psyent/pk1c20/Kconfig" 25 26endmenu 27