diff options
author | Jan Beulich <jbeulich@novell.com> | 2008-10-30 10:38:24 +0000 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-30 18:54:33 +0100 |
commit | 7a5276889cfa96619bf863c87581005f46139986 (patch) | |
tree | 1d87091452cb6bc3cffac22687eae5fc82de5e38 /arch | |
parent | ad38dab01323a01e825555fc46863b73cd0efdc7 (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')
-rw-r--r-- | arch/x86/Kconfig | 12 |
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 def_bool y depends on X86_MPPARSE || X86_VOYAGER -if ACPI config X86_MPPARSE - def_bool y - bool "Enable MPS table" + bool "Enable MPS table" if ACPI + default y depends on X86_LOCAL_APIC help For old smp systems that do not have proper acpi support. Newer systems (esp with 64bit cpus) with acpi support, MADT and DSDT will override it -endif - -if !ACPI -config X86_MPPARSE - def_bool y - depends on X86_LOCAL_APIC -endif choice prompt "Subarchitecture Type" |