blob: fc9291037c65101bb0243543cac164a80733af1b [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "SPARC architecture"
2 depends on SPARC
3
4config SYS_ARCH
5 string
6 default "sparc"
7
8choice
9 prompt "Target select"
10
11config TARGET_GRSIM_LEON2
12 bool "Support grsim_leon2"
13
14config TARGET_GR_CPCI_AX2000
15 bool "Support gr_cpci_ax2000"
16
17config TARGET_GR_EP2S60
18 bool "Support gr_ep2s60"
19
20config TARGET_GR_XC3S_1500
21 bool "Support gr_xc3s_1500"
22
23config TARGET_GRSIM
24 bool "Support grsim"
25
26endchoice
27
28source "board/gaisler/gr_cpci_ax2000/Kconfig"
29source "board/gaisler/gr_ep2s60/Kconfig"
30source "board/gaisler/gr_xc3s_1500/Kconfig"
31source "board/gaisler/grsim/Kconfig"
32source "board/gaisler/grsim_leon2/Kconfig"
33
34endmenu