Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | menu "Nios II architecture" |
2 | depends on NIOS2 | ||||
3 | |||||
4 | config SYS_ARCH | ||||
5 | string | ||||
6 | default "nios2" | ||||
7 | |||||
8 | choice | ||||
9 | prompt "Target select" | ||||
10 | |||||
11 | config TARGET_NIOS2_GENERIC | ||||
12 | bool "Support nios2-generic" | ||||
13 | |||||
14 | config TARGET_PCI5441 | ||||
15 | bool "Support PCI5441" | ||||
16 | |||||
17 | config TARGET_PK1C20 | ||||
18 | bool "Support PK1C20" | ||||
19 | |||||
20 | endchoice | ||||
21 | |||||
22 | source "board/altera/nios2-generic/Kconfig" | ||||
23 | source "board/psyent/pci5441/Kconfig" | ||||
24 | source "board/psyent/pk1c20/Kconfig" | ||||
25 | |||||
26 | endmenu |