Skip to content

Commit

Permalink
x86: remove the subarch menu
Browse files Browse the repository at this point in the history
Remove the subarch menu and standardize on X86_PC.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Jan 29, 2009
1 parent 6a48565 commit e2c75d9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -262,16 +262,8 @@ config X86_MPPARSE
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

choice
prompt "Subarchitecture Type"
default X86_PC

config X86_PC
bool "PC-compatible"
help
Choose this option if your computer is a standard PC or compatible.

endchoice
def_bool y

config X86_NON_STANDARD
bool "Support for non-standard x86 platforms"
Expand Down

0 comments on commit e2c75d9

Please sign in to comment.