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

Commit e0fd24a3 authored by Jan Beulich's avatar Jan Beulich Committed by Ingo Molnar
Browse files

x86/Kconfig: Avoid issuing pointless turned off entries to .config



Settings without prompts shouldn't normally have defaults other
than Y, as otherwise they (a) needlessly enlarge the resulting
.config and (b) if they ever get a prompt added later, the
tracked setting of off will prevent the devloper from then being
prompted for his/her choice when doing an incremental update of
the configuration (make oldconfig).

Signed-off-by: default avatarJan Beulich <jbeulich@suse.com>
Link: http://lkml.kernel.org/r/54D39CC6020000780005D6AE@mail.emea.novell.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent e07e0d4c
Loading
Loading
Loading
Loading
+4 −6
Original line number Original line Diff line number Diff line
@@ -233,12 +233,10 @@ config ARCH_WANT_GENERAL_HUGETLB
	def_bool y
	def_bool y


config ZONE_DMA32
config ZONE_DMA32
	bool
	def_bool y if X86_64
	default X86_64


config AUDIT_ARCH
config AUDIT_ARCH
	bool
	def_bool y if X86_64
	default X86_64


config ARCH_SUPPORTS_OPTIMIZED_INLINING
config ARCH_SUPPORTS_OPTIMIZED_INLINING
	def_bool y
	def_bool y
@@ -1115,10 +1113,10 @@ config MICROCODE_OLD_INTERFACE
	depends on MICROCODE
	depends on MICROCODE


config MICROCODE_INTEL_EARLY
config MICROCODE_INTEL_EARLY
	def_bool n
	bool


config MICROCODE_AMD_EARLY
config MICROCODE_AMD_EARLY
	def_bool n
	bool


config MICROCODE_EARLY
config MICROCODE_EARLY
	bool "Early load microcode"
	bool "Early load microcode"