diff options
Diffstat (limited to 'arch/x86/Kconfig')
-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 ac22bb7719f7..d4d4cb7629ea 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -242,21 +242,13 @@ config X86_FIND_SMP_CONFIG | |||
242 | def_bool y | 242 | def_bool y |
243 | depends on X86_MPPARSE || X86_VOYAGER | 243 | depends on X86_MPPARSE || X86_VOYAGER |
244 | 244 | ||
245 | if ACPI | ||
246 | config X86_MPPARSE | 245 | config X86_MPPARSE |
247 | def_bool y | 246 | bool "Enable MPS table" if ACPI |
248 | bool "Enable MPS table" | 247 | default y |
249 | depends on X86_LOCAL_APIC | 248 | depends on X86_LOCAL_APIC |
250 | help | 249 | help |
251 | For old smp systems that do not have proper acpi support. Newer systems | 250 | For old smp systems that do not have proper acpi support. Newer systems |
252 | (esp with 64bit cpus) with acpi support, MADT and DSDT will override it | 251 | (esp with 64bit cpus) with acpi support, MADT and DSDT will override it |
253 | endif | ||
254 | |||
255 | if !ACPI | ||
256 | config X86_MPPARSE | ||
257 | def_bool y | ||
258 | depends on X86_LOCAL_APIC | ||
259 | endif | ||
260 | 252 | ||
261 | choice | 253 | choice |
262 | prompt "Subarchitecture Type" | 254 | prompt "Subarchitecture Type" |