aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.debug
diff options
context:
space:
mode:
authorAlexey Starikovskiy <astarikovskiy@suse.de>2008-05-19 16:29:59 -0400
committerThomas Gleixner <tglx@linutronix.de>2008-05-25 06:01:26 -0400
commit136ef671df04dc157afa0d4b96c7bd23ba072c9c (patch)
treeffe1d8e41e13204c684604541c7a5886238eb38c /arch/x86/Kconfig.debug
parent8732fc4b237fca3bd3cb0ec87ca8fb90271b0baf (diff)
x86: allow MPPARSE to be deselected in SMP configs
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r--arch/x86/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index ac1e31ba4795..d5b364b43a02 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -127,7 +127,7 @@ config 4KSTACKS
127 127
128config X86_FIND_SMP_CONFIG 128config X86_FIND_SMP_CONFIG
129 def_bool y 129 def_bool y
130 depends on X86_LOCAL_APIC || X86_VOYAGER 130 depends on X86_MPPARSE || X86_VOYAGER || X86_VISWS
131 depends on X86_32 131 depends on X86_32
132 132
133config X86_MPPARSE 133config X86_MPPARSE