Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86: remove the subarch menu

Remove the subarch menu and standardize on X86_PC.

Signed-off-by: Ingo Molnar <mingo@elte.hu>

+1 -9
+1 -9
arch/x86/Kconfig
··· 262 262 For old smp systems that do not have proper acpi support. Newer systems 263 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 265 config X86_PC 270 - bool "PC-compatible" 271 - help 272 - Choose this option if your computer is a standard PC or compatible. 273 - 274 - endchoice 266 + def_bool y 275 267 276 268 config X86_NON_STANDARD 277 269 bool "Support for non-standard x86 platforms"