]> Git Repo - J-u-boot.git/blame - arch/arc/Kconfig
board/synopsys: remove selection of CPU from the board
[J-u-boot.git] / arch / arc / Kconfig
CommitLineData
dd84058d
MY
1menu "ARC architecture"
2 depends on ARC
3
4config SYS_ARCH
dd84058d
MY
5 default "arc"
6
e20bcb04
AB
7config SYS_CPU
8 default "arc700"
9
dd84058d
MY
10choice
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
This page took 0.072231 seconds and 4 git commands to generate.