Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1db5fff9 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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: default avatarIngo Molnar <mingo@elte.hu>
parent b7b3a425
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -420,7 +420,6 @@ config X86_DEBUGCTLMSR
	depends on !(MK6 || MWINCHIPC6 || MWINCHIP2 || MWINCHIP3D || MCYRIXIII || M586MMX || M586TSC || M586 || M486 || M386)
	depends on !(MK6 || MWINCHIPC6 || MWINCHIP2 || MWINCHIP3D || MCYRIXIII || M586MMX || M586TSC || M586 || M486 || M386)


menuconfig PROCESSOR_SELECT
menuconfig PROCESSOR_SELECT
	default y
	bool "Supported processor vendors" if EMBEDDED
	bool "Supported processor vendors" if EMBEDDED
	help
	help
	  This lets you choose what x86 vendor support code your kernel
	  This lets you choose what x86 vendor support code your kernel