aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-10 08:42:03 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-10 12:55:33 -0400
commit5ab74722a4656612d1f3b087b1afd91133ec0eeb (patch)
tree30d0761269440d52ba3080b01786ad56aba7e052 /arch/x86/Kconfig
parent31ac409a7921da39cc998f2432afa13e77fd8705 (diff)
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/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 5198a0857944..c8cb800b4b61 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -238,7 +238,7 @@ if ACPI
238config X86_MPPARSE 238config X86_MPPARSE
239 def_bool y 239 def_bool y
240 bool "Enable MPS table" 240 bool "Enable MPS table"
241 depends on X86_LOCAL_APIC && !X86_VISWS 241 depends on X86_LOCAL_APIC
242 help 242 help
243 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
244 (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
@@ -247,7 +247,7 @@ endif
247if !ACPI 247if !ACPI
248config X86_MPPARSE 248config X86_MPPARSE
249 def_bool y 249 def_bool y
250 depends on X86_LOCAL_APIC && !X86_VISWS 250 depends on X86_LOCAL_APIC
251endif 251endif
252 252
253choice 253choice