x86: remove the subarch menu
Remove the subarch menu and standardize on X86_PC. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
6a48565ed6
commit
e2c75d9f54
|
@ -262,16 +262,8 @@ config X86_MPPARSE
|
||||||
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
|
||||||
|
|
||||||
choice
|
|
||||||
prompt "Subarchitecture Type"
|
|
||||||
default X86_PC
|
|
||||||
|
|
||||||
config X86_PC
|
config X86_PC
|
||||||
bool "PC-compatible"
|
def_bool y
|
||||||
help
|
|
||||||
Choose this option if your computer is a standard PC or compatible.
|
|
||||||
|
|
||||||
endchoice
|
|
||||||
|
|
||||||
config X86_NON_STANDARD
|
config X86_NON_STANDARD
|
||||||
bool "Support for non-standard x86 platforms"
|
bool "Support for non-standard x86 platforms"
|
||||||
|
|
Loading…
Reference in New Issue