summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorJan Beulich2008-10-30 11:38:24 +0100
committerIngo Molnar2008-10-30 18:54:33 +0100
commit7a5276889cfa96619bf863c87581005f46139986 (patch)
tree1d87091452cb6bc3cffac22687eae5fc82de5e38 /arch/x86/Kconfig
parentx86: use the new byteorder headers (diff)
downloadkernel-qcow2-linux-7a5276889cfa96619bf863c87581005f46139986.tar.gz
kernel-qcow2-linux-7a5276889cfa96619bf863c87581005f46139986.tar.xz
kernel-qcow2-linux-7a5276889cfa96619bf863c87581005f46139986.zip
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
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"