x86/Kconfig: Avoid issuing pointless turned off entries to .config
authorJan Beulich <JBeulich@suse.com>
Thu, 5 Feb 2015 15:39:34 +0000 (15:39 +0000)
committerIngo Molnar <mingo@kernel.org>
Wed, 18 Feb 2015 21:08:46 +0000 (22:08 +0100)
commite0fd24a3b4ad7b4084b41944835952eedec53f98
tree917431198356ab231556873ff750a6f5757783da
parente07e0d4cb0c4bfe822ec8491cc06269096a38bea
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: Jan Beulich <jbeulich@suse.com>
Link: http://lkml.kernel.org/r/54D39CC6020000780005D6AE@mail.emea.novell.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/Kconfig
This page took 0.024875 seconds and 5 git commands to generate.