]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/sparc/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / arch / sparc / Kconfig
1 menu "SPARC architecture"
2         depends on SPARC
3
4 config SYS_ARCH
5         default "sparc"
6
7 choice
8         prompt "Target select"
9
10 config TARGET_GRSIM_LEON2
11         bool "Support grsim_leon2"
12
13 config TARGET_GR_CPCI_AX2000
14         bool "Support gr_cpci_ax2000"
15
16 config TARGET_GR_EP2S60
17         bool "Support gr_ep2s60"
18
19 config TARGET_GR_XC3S_1500
20         bool "Support gr_xc3s_1500"
21
22 config TARGET_GRSIM
23         bool "Support grsim"
24
25 endchoice
26
27 source "board/gaisler/gr_cpci_ax2000/Kconfig"
28 source "board/gaisler/gr_ep2s60/Kconfig"
29 source "board/gaisler/gr_xc3s_1500/Kconfig"
30 source "board/gaisler/grsim/Kconfig"
31 source "board/gaisler/grsim_leon2/Kconfig"
32
33 endmenu