aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2008-10-30 06:38:24 -0400
committerIngo Molnar <mingo@elte.hu>2008-10-30 13:54:33 -0400
commit7a5276889cfa96619bf863c87581005f46139986 (patch)
tree1d87091452cb6bc3cffac22687eae5fc82de5e38 /arch/x86/Kconfig
parentad38dab01323a01e825555fc46863b73cd0efdc7 (diff)
x86: simplify X86_MPPARSE config option
Impact: cleanup Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig12
1 files changed, 2 insertions, 10 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 350bee1d54dc..f843de13e242 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -235,21 +235,13 @@ config X86_FIND_SMP_CONFIG
235 def_bool y 235 def_bool y
236 depends on X86_MPPARSE || X86_VOYAGER 236 depends on X86_MPPARSE || X86_VOYAGER
237 237
238if ACPI
239config X86_MPPARSE 238config X86_MPPARSE
240 def_bool y 239 bool "Enable MPS table" if ACPI
241 bool "Enable MPS table" 240 default y
242 depends on X86_LOCAL_APIC 241 depends on X86_LOCAL_APIC
243 help 242 help
244 For old smp systems that do not have proper acpi support. Newer systems 243 For old smp systems that do not have proper acpi support. Newer systems
245 (esp with 64bit cpus) with acpi support, MADT and DSDT will override it 244 (esp with 64bit cpus) with acpi support, MADT and DSDT will override it
246endif
247
248if !ACPI
249config X86_MPPARSE
250 def_bool y
251 depends on X86_LOCAL_APIC
252endif
253 245
254choice 246choice
255 prompt "Subarchitecture Type" 247 prompt "Subarchitecture Type"