diff options
author | Jan Beulich <jbeulich@novell.com> | 2008-10-30 06:38:24 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-30 13:54:33 -0400 |
commit | 7a5276889cfa96619bf863c87581005f46139986 (patch) | |
tree | 1d87091452cb6bc3cffac22687eae5fc82de5e38 /arch/x86/Kconfig | |
parent | ad38dab01323a01e825555fc46863b73cd0efdc7 (diff) |
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/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" |