diff options
-rw-r--r-- | arch/sparc/Kconfig | 47 |
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 | ||
5 | mainmenu "Linux/SPARC Kernel Configuration" | 5 | mainmenu "Linux/SPARC Kernel Configuration" |
6 | 6 | ||
7 | config 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 | ||
19 | config 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 | |||
7 | config MMU | 31 | config 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 | ||
72 | config 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 | ||
84 | config 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. |
97 | config ISA | 98 | config ISA |