]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/sparc/Kconfig
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / arch / sparc / Kconfig
1 menu "SPARC architecture"
2 depends on SPARC
3
4 config SYS_ARCH
5 string
6 default "sparc"
7
8 choice
9 prompt "Target select"
10
11 config TARGET_GRSIM_LEON2
12 bool "Support grsim_leon2"
13
14 config TARGET_GR_CPCI_AX2000
15 bool "Support gr_cpci_ax2000"
16
17 config TARGET_GR_EP2S60
18 bool "Support gr_ep2s60"
19
20 config TARGET_GR_XC3S_1500
21 bool "Support gr_xc3s_1500"
22
23 config TARGET_GRSIM
24 bool "Support grsim"
25
26 endchoice
27
28 source "board/gaisler/gr_cpci_ax2000/Kconfig"
29 source "board/gaisler/gr_ep2s60/Kconfig"
30 source "board/gaisler/gr_xc3s_1500/Kconfig"
31 source "board/gaisler/grsim/Kconfig"
32 source "board/gaisler/grsim_leon2/Kconfig"
33
34 endmenu