diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-10 14:42:03 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 18:55:33 +0200 |
commit | 5ab74722a4656612d1f3b087b1afd91133ec0eeb (patch) | |
tree | 30d0761269440d52ba3080b01786ad56aba7e052 /arch/x86/Kconfig | |
parent | 31ac409a7921da39cc998f2432afa13e77fd8705 (diff) | |
download | linux-3.10-5ab74722a4656612d1f3b087b1afd91133ec0eeb.tar.gz linux-3.10-5ab74722a4656612d1f3b087b1afd91133ec0eeb.tar.bz2 linux-3.10-5ab74722a4656612d1f3b087b1afd91133ec0eeb.zip |
x86, VisWS: turn into generic arch, use generic mpparse code
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5198a085794..c8cb800b4b6 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -238,7 +238,7 @@ if ACPI config X86_MPPARSE def_bool y bool "Enable MPS table" - depends on X86_LOCAL_APIC && !X86_VISWS + 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 @@ -247,7 +247,7 @@ endif if !ACPI config X86_MPPARSE def_bool y - depends on X86_LOCAL_APIC && !X86_VISWS + depends on X86_LOCAL_APIC endif choice |