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

x86: make processor type select depend on CONFIG_EMBEDDED

deselecting one of the CPU type CONFIG_CPU_SUP_* config options
can render a kernel unbootable. Make sure this option is only
available if CONFIG_EMBEDDED is enabled.

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

-1
-1
arch/x86/Kconfig.cpu
··· 420 420 depends on !(MK6 || MWINCHIPC6 || MWINCHIP2 || MWINCHIP3D || MCYRIXIII || M586MMX || M586TSC || M586 || M486 || M386) 421 421 422 422 menuconfig PROCESSOR_SELECT 423 - default y 424 423 bool "Supported processor vendors" if EMBEDDED 425 424 help 426 425 This lets you choose what x86 vendor support code your kernel