aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r--arch/sparc/Kconfig8
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 527adc808ad6..99f8971716d2 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -48,9 +48,8 @@ config SMP
48 Y to "Enhanced Real Time Clock Support", below. The "Advanced Power 48 Y to "Enhanced Real Time Clock Support", below. The "Advanced Power
49 Management" code will be disabled if you say Y here. 49 Management" code will be disabled if you say Y here.
50 50
51 See also the <file:Documentation/smp.txt>, 51 See also <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO
52 <file:Documentation/nmi_watchdog.txt> and the SMP-HOWTO available at 52 available at <http://www.tldp.org/docs.html#howto>.
53 <http://www.tldp.org/docs.html#howto>.
54 53
55 If you don't know what to do here, say N. 54 If you don't know what to do here, say N.
56 55
@@ -63,6 +62,7 @@ config NR_CPUS
63config SPARC 62config SPARC
64 bool 63 bool
65 default y 64 default y
65 select HAVE_OPROFILE
66 66
67# Identify this as a Sparc32 build 67# Identify this as a Sparc32 build
68config SPARC32 68config SPARC32
@@ -320,8 +320,6 @@ endmenu
320 320
321source "fs/Kconfig" 321source "fs/Kconfig"
322 322
323source "kernel/Kconfig.instrumentation"
324
325source "arch/sparc/Kconfig.debug" 323source "arch/sparc/Kconfig.debug"
326 324
327source "security/Kconfig" 325source "security/Kconfig"