Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | menu "ARC architecture" |
2 | depends on ARC | ||||
3 | |||||
4 | config SYS_ARCH | ||||
5 | string | ||||
6 | default "arc" | ||||
7 | |||||
8 | choice | ||||
9 | prompt "Target select" | ||||
10 | |||||
11 | config TARGET_TB100 | ||||
12 | bool "Support tb100" | ||||
13 | |||||
14 | config TARGET_ARCANGEL4 | ||||
15 | bool "Support arcangel4" | ||||
16 | |||||
17 | config TARGET_ARCANGEL4_BE | ||||
18 | bool "Support arcangel4-be" | ||||
19 | |||||
20 | config TARGET_AXS101 | ||||
21 | bool "Support axs101" | ||||
22 | |||||
23 | endchoice | ||||
24 | |||||
25 | source "board/abilis/tb100/Kconfig" | ||||
26 | source "board/synopsys/Kconfig" | ||||
27 | source "board/synopsys/axs101/Kconfig" | ||||
28 | |||||
29 | endmenu |