aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/Kconfig
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2008-11-15 16:40:12 -0500
committerDavid S. Miller <davem@davemloft.net>2008-12-04 12:16:48 -0500
commit35da3e39149ef58cedd04eb00b11ce2d3460cc02 (patch)
treed4b2b8833723bb6fcb566d2bc2a1715c2b7aab29 /arch/sparc/Kconfig
parent5bb28a57a248c0bd4316f54c3e7129933cf146d0 (diff)
sparc: refactor Kconfig a little
Mode declaration of SPARC up in the top to match the structure of sparc64 Kconfig Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r--arch/sparc/Kconfig47
1 files changed, 24 insertions, 23 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index e594559c8dba..c83f6f036337 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -4,6 +4,30 @@
4 4
5mainmenu "Linux/SPARC Kernel Configuration" 5mainmenu "Linux/SPARC Kernel Configuration"
6 6
7config SPARC
8 bool
9 default y
10 select HAVE_IDE
11 select HAVE_OPROFILE
12 select HAVE_ARCH_KGDB if !SMP
13 select HAVE_ARCH_TRACEHOOK
14 select ARCH_WANT_OPTIONAL_GPIOLIB
15 select RTC_CLASS
16 select RTC_DRV_M48T59
17
18# Identify this as a Sparc32 build
19config SPARC32
20 bool
21 default y
22 help
23 SPARC is a family of RISC microprocessors designed and marketed by
24 Sun Microsystems, incorporated. They are very widely found in Sun
25 workstations and clones. This port covers the original 32-bit SPARC;
26 it is old and stable and usually considered one of the "big three"
27 along with the Intel and Alpha ports. The UltraLinux project
28 maintains both the SPARC32 and SPARC64 ports; its web page is
29 available at <http://www.ultralinux.org/>.
30
7config MMU 31config MMU
8 bool 32 bool
9 default y 33 default y
@@ -69,29 +93,6 @@ config NR_CPUS
69 depends on SMP 93 depends on SMP
70 default "32" 94 default "32"
71 95
72config SPARC
73 bool
74 default y
75 select HAVE_IDE
76 select HAVE_OPROFILE
77 select HAVE_ARCH_KGDB if !SMP
78 select HAVE_ARCH_TRACEHOOK
79 select ARCH_WANT_OPTIONAL_GPIOLIB
80 select RTC_CLASS
81 select RTC_DRV_M48T59
82
83# Identify this as a Sparc32 build
84config SPARC32
85 bool
86 default y
87 help
88 SPARC is a family of RISC microprocessors designed and marketed by
89 Sun Microsystems, incorporated. They are very widely found in Sun
90 workstations and clones. This port covers the original 32-bit SPARC;
91 it is old and stable and usually considered one of the "big three"
92 along with the Intel and Alpha ports. The UltraLinux project
93 maintains both the SPARC32 and SPARC64 ports; its web page is
94 available at <http://www.ultralinux.org/>.
95 96
96# Global things across all Sun machines. 97# Global things across all Sun machines.
97config ISA 98config ISA