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