]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arc/Kconfig
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / arch / arc / Kconfig
1 menu "ARC architecture"
2         depends on ARC
3
4 config SYS_ARCH
5         default "arc"
6
7 choice
8         prompt "Target select"
9
10 config TARGET_TB100
11         bool "Support tb100"
12
13 config TARGET_ARCANGEL4
14         bool "Support arcangel4"
15
16 config TARGET_ARCANGEL4_BE
17         bool "Support arcangel4-be"
18
19 config TARGET_AXS101
20         bool "Support axs101"
21
22 endchoice
23
24 source "board/abilis/tb100/Kconfig"
25 source "board/synopsys/Kconfig"
26 source "board/synopsys/axs101/Kconfig"
27
28 endmenu