]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/sparc/Kconfig
24bdccbd38c935c206e71016283bfb33bba905a6
[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 "Board select"
9
10 config TARGET_GRSIM_LEON2
11         bool "GRSIM simulating a LEON2 board"
12
13 config TARGET_GR_CPCI_AX2000
14         bool "Gaisler GR-CPCI-AX2000 board"
15
16 config TARGET_GR_EP2S60
17         bool "Gaisler Template design for Altera NIOS board with Stratix EP2S60"
18         help
19           Gaisler Research AB's Template design (GPL Open Source SPARC/LEON3
20           96MHz) for Altera NIOS Development board Stratix II edition,
21           with the FPGA device EP2S60.
22
23 config TARGET_GR_XC3S_1500
24         bool "Gaisler GR-XC3S-1500 spartan board"
25
26 config TARGET_GRSIM
27         bool "GRSIM simulating a LEON3 GR-XC3S-1500 board"
28
29 endchoice
30
31 source "board/gaisler/gr_cpci_ax2000/Kconfig"
32 source "board/gaisler/gr_ep2s60/Kconfig"
33 source "board/gaisler/gr_xc3s_1500/Kconfig"
34 source "board/gaisler/grsim/Kconfig"
35 source "board/gaisler/grsim_leon2/Kconfig"
36
37 endmenu