]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arc/Kconfig
51d5aff08e68667c00a42bb244e4857eef6b32e0
[karo-tx-uboot.git] / arch / arc / Kconfig
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