x86: remove the subarch menu
authorIngo Molnar <mingo@elte.hu>
Tue, 27 Jan 2009 17:31:41 +0000 (18:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Jan 2009 13:17:19 +0000 (14:17 +0100)
Remove the subarch menu and standardize on X86_PC.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig

index ddddfb8fe091dcb9fb67de1a82621a3b1ee90cfd..4773f1c54fb2df7550e1ff0824be6d9507ec376e 100644 (file)
@@ -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"