aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.debug
diff options
context:
space:
mode:
authorAlexey Starikovskiy <astarikovskiy@suse.de>2008-05-20 00:29:59 +0400
committerThomas Gleixner <tglx@linutronix.de>2008-05-25 12:01:26 +0200
commit136ef671df04dc157afa0d4b96c7bd23ba072c9c (patch)
treeffe1d8e41e13204c684604541c7a5886238eb38c /arch/x86/Kconfig.debug
parentx86: move mp_bus_not_pci from mpparse.c (diff)
downloadlinux-dev-136ef671df04dc157afa0d4b96c7bd23ba072c9c.tar.xz
linux-dev-136ef671df04dc157afa0d4b96c7bd23ba072c9c.zip
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
config X86_FIND_SMP_CONFIG
def_bool y
- depends on X86_LOCAL_APIC || X86_VOYAGER
+ depends on X86_MPPARSE || X86_VOYAGER || X86_VISWS
depends on X86_32
config X86_MPPARSE