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