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 |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 5 | default "arc" |
| 6 | |
Alexey Brodkin | e20bcb0 | 2014-12-25 18:47:45 +0300 | [diff] [blame] | 7 | config SYS_CPU |
Alexey Brodkin | fdff237 | 2014-12-25 18:54:58 +0300 | [diff] [blame^] | 8 | default "arcv1" |
Alexey Brodkin | e20bcb0 | 2014-12-25 18:47:45 +0300 | [diff] [blame] | 9 | |
Masahiro Yamada | dd84058 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 10 | choice |
| 11 | prompt "Target select" |
| 12 | |
| 13 | config TARGET_TB100 |
| 14 | bool "Support tb100" |
| 15 | |
| 16 | config TARGET_ARCANGEL4 |
| 17 | bool "Support arcangel4" |
| 18 | |
| 19 | config TARGET_ARCANGEL4_BE |
| 20 | bool "Support arcangel4-be" |
| 21 | |
| 22 | config TARGET_AXS101 |
| 23 | bool "Support axs101" |
| 24 | |
| 25 | endchoice |
| 26 | |
| 27 | source "board/abilis/tb100/Kconfig" |
| 28 | source "board/synopsys/Kconfig" |
| 29 | source "board/synopsys/axs101/Kconfig" |
| 30 | |
| 31 | endmenu |