diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-05-19 16:29:59 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-25 06:01:26 -0400 |
commit | 136ef671df04dc157afa0d4b96c7bd23ba072c9c (patch) | |
tree | ffe1d8e41e13204c684604541c7a5886238eb38c /arch/x86/Kconfig.debug | |
parent | 8732fc4b237fca3bd3cb0ec87ca8fb90271b0baf (diff) |
x86: allow MPPARSE to be deselected in SMP configs
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r-- | arch/x86/Kconfig.debug | 2 |
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 | ||
128 | config X86_FIND_SMP_CONFIG | 128 | config 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 | ||
133 | config X86_MPPARSE | 133 | config X86_MPPARSE |