]> Git Repo - J-u-boot.git/blame - arch/arc/Kconfig
arc: move common sources in library
[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
7choice
8 prompt "Target select"
9
10config TARGET_TB100
11 bool "Support tb100"
12
13config TARGET_ARCANGEL4
14 bool "Support arcangel4"
15
16config TARGET_ARCANGEL4_BE
17 bool "Support arcangel4-be"
18
19config TARGET_AXS101
20 bool "Support axs101"
21
22endchoice
23
24source "board/abilis/tb100/Kconfig"
25source "board/synopsys/Kconfig"
26source "board/synopsys/axs101/Kconfig"
27
28endmenu
This page took 0.075611 seconds and 4 git commands to generate.