diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 12:31:41 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-29 08:17:19 -0500 |
commit | e2c75d9f54334646b3dcdf1fea0d1afe7bfbf644 (patch) | |
tree | ef6ea8291775e42af4f5a7d995d281e67bfb7f08 /arch/x86/Kconfig | |
parent | 6a48565ed6ac76f351def25cd5e9f181331065f6 (diff) |
x86: remove the subarch menu
Remove the subarch menu and standardize on X86_PC.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ddddfb8fe091..4773f1c54fb2 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -262,16 +262,8 @@ config X86_MPPARSE | |||
262 | For old smp systems that do not have proper acpi support. Newer systems | 262 | For old smp systems that do not have proper acpi support. Newer systems |
263 | (esp with 64bit cpus) with acpi support, MADT and DSDT will override it | 263 | (esp with 64bit cpus) with acpi support, MADT and DSDT will override it |
264 | 264 | ||
265 | choice | ||
266 | prompt "Subarchitecture Type" | ||
267 | default X86_PC | ||
268 | |||
269 | config X86_PC | 265 | config X86_PC |
270 | bool "PC-compatible" | 266 | def_bool y |
271 | help | ||
272 | Choose this option if your computer is a standard PC or compatible. | ||
273 | |||
274 | endchoice | ||
275 | 267 | ||
276 | config X86_NON_STANDARD | 268 | config X86_NON_STANDARD |
277 | bool "Support for non-standard x86 platforms" | 269 | bool "Support for non-standard x86 platforms" |