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

ARM: Kconfig: remove useless "default n"

The default for Kconfig options is always n, so there's no need to
explicitly state a "n" default.

Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>

-4
-1
arch/arm/Kconfig
··· 1783 1783 config PARAVIRT_TIME_ACCOUNTING 1784 1784 bool "Paravirtual steal time accounting" 1785 1785 select PARAVIRT 1786 - default n 1787 1786 help 1788 1787 Select this option to enable fine granularity task steal time 1789 1788 accounting. Time spent executing other tasks in parallel with
-1
arch/arm/mach-omap2/Kconfig
··· 223 223 config OMAP3_SDRC_AC_TIMING 224 224 bool "Enable SDRC AC timing register changes" 225 225 depends on ARCH_OMAP3 226 - default n 227 226 help 228 227 If you know that none of your system initiators will attempt to 229 228 access SDRAM during CORE DVFS, select Y here. This should boost
-1
arch/arm/mach-pxa/Kconfig
··· 551 551 config TOSA_USE_EXT_KEYCODES 552 552 bool "Tosa keyboard: use extended keycodes" 553 553 depends on MACH_TOSA 554 - default n 555 554 help 556 555 Say Y here to enable the tosa keyboard driver to generate extended 557 556 (>= 127) keycodes. Be aware, that they can't be correctly interpreted
-1
arch/arm/plat-omap/Kconfig
··· 92 92 config OMAP3_L2_AUX_SECURE_SAVE_RESTORE 93 93 bool "OMAP3 HS/EMU save and restore for L2 AUX control register" 94 94 depends on ARCH_OMAP3 && PM 95 - default n 96 95 help 97 96 Without this option, L2 Auxiliary control register contents are 98 97 lost during off-mode entry on HS/EMU devices. This feature