diff options
-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 | |||
235 | def_bool y | 235 | def_bool y |
236 | depends on X86_MPPARSE || X86_VOYAGER | 236 | depends on X86_MPPARSE || X86_VOYAGER |
237 | 237 | ||
238 | if ACPI | ||
239 | config X86_MPPARSE | 238 | config 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 |
246 | endif | ||
247 | |||
248 | if !ACPI | ||
249 | config X86_MPPARSE | ||
250 | def_bool y | ||
251 | depends on X86_LOCAL_APIC | ||
252 | endif | ||
253 | 245 | ||
254 | choice | 246 | choice |
255 | prompt "Subarchitecture Type" | 247 | prompt "Subarchitecture Type" |