mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
x86: simplify X86_MPPARSE config option
Impact: cleanup Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
ad38dab013
commit
7a5276889c
1 changed files with 2 additions and 10 deletions
|
@ -235,21 +235,13 @@ config X86_FIND_SMP_CONFIG
|
||||||
def_bool y
|
def_bool y
|
||||||
depends on X86_MPPARSE || X86_VOYAGER
|
depends on X86_MPPARSE || X86_VOYAGER
|
||||||
|
|
||||||
if ACPI
|
|
||||||
config X86_MPPARSE
|
config X86_MPPARSE
|
||||||
def_bool y
|
bool "Enable MPS table" if ACPI
|
||||||
bool "Enable MPS table"
|
default y
|
||||||
depends on X86_LOCAL_APIC
|
depends on X86_LOCAL_APIC
|
||||||
help
|
help
|
||||||
For old smp systems that do not have proper acpi support. Newer systems
|
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
|
(esp with 64bit cpus) with acpi support, MADT and DSDT will override it
|
||||||
endif
|
|
||||||
|
|
||||||
if !ACPI
|
|
||||||
config X86_MPPARSE
|
|
||||||
def_bool y
|
|
||||||
depends on X86_LOCAL_APIC
|
|
||||||
endif
|
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Subarchitecture Type"
|
prompt "Subarchitecture Type"
|
||||||
|
|
Loading…
Reference in a new issue