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