blob: c6b1efeb8bf9acb06a8cb66a79a8733c1468ccf3 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "ARC architecture"
2 depends on ARC
3
4config SYS_ARCH
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "arc"
6
Alexey Brodkine20bcb02014-12-25 18:47:45 +03007config SYS_CPU
Alexey Brodkinfdff2372014-12-25 18:54:58 +03008 default "arcv1"
Alexey Brodkine20bcb02014-12-25 18:47:45 +03009
Masahiro Yamadadd840582014-07-30 14:08:14 +090010choice
11 prompt "Target select"
12
13config TARGET_TB100
14 bool "Support tb100"
15
16config TARGET_ARCANGEL4
17 bool "Support arcangel4"
18
19config TARGET_ARCANGEL4_BE
20 bool "Support arcangel4-be"
21
22config TARGET_AXS101
23 bool "Support axs101"
24
25endchoice
26
27source "board/abilis/tb100/Kconfig"
28source "board/synopsys/Kconfig"
29source "board/synopsys/axs101/Kconfig"
30
31endmenu