Commit 7f976867 authored by Russell King's avatar Russell King

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: default avatarTony Lindgren <tony@atomide.com>
Acked-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
parent f00790aa
...@@ -1783,7 +1783,6 @@ config PARAVIRT ...@@ -1783,7 +1783,6 @@ config PARAVIRT
config PARAVIRT_TIME_ACCOUNTING config PARAVIRT_TIME_ACCOUNTING
bool "Paravirtual steal time accounting" bool "Paravirtual steal time accounting"
select PARAVIRT select PARAVIRT
default n
help help
Select this option to enable fine granularity task steal time Select this option to enable fine granularity task steal time
accounting. Time spent executing other tasks in parallel with accounting. Time spent executing other tasks in parallel with
......
...@@ -223,7 +223,6 @@ config MACH_NOKIA_N8X0 ...@@ -223,7 +223,6 @@ config MACH_NOKIA_N8X0
config OMAP3_SDRC_AC_TIMING config OMAP3_SDRC_AC_TIMING
bool "Enable SDRC AC timing register changes" bool "Enable SDRC AC timing register changes"
depends on ARCH_OMAP3 depends on ARCH_OMAP3
default n
help help
If you know that none of your system initiators will attempt to If you know that none of your system initiators will attempt to
access SDRAM during CORE DVFS, select Y here. This should boost access SDRAM during CORE DVFS, select Y here. This should boost
......
...@@ -551,7 +551,6 @@ config TOSA_BT ...@@ -551,7 +551,6 @@ config TOSA_BT
config TOSA_USE_EXT_KEYCODES config TOSA_USE_EXT_KEYCODES
bool "Tosa keyboard: use extended keycodes" bool "Tosa keyboard: use extended keycodes"
depends on MACH_TOSA depends on MACH_TOSA
default n
help help
Say Y here to enable the tosa keyboard driver to generate extended Say Y here to enable the tosa keyboard driver to generate extended
(>= 127) keycodes. Be aware, that they can't be correctly interpreted (>= 127) keycodes. Be aware, that they can't be correctly interpreted
......
...@@ -92,7 +92,6 @@ config OMAP_32K_TIMER ...@@ -92,7 +92,6 @@ config OMAP_32K_TIMER
config OMAP3_L2_AUX_SECURE_SAVE_RESTORE config OMAP3_L2_AUX_SECURE_SAVE_RESTORE
bool "OMAP3 HS/EMU save and restore for L2 AUX control register" bool "OMAP3 HS/EMU save and restore for L2 AUX control register"
depends on ARCH_OMAP3 && PM depends on ARCH_OMAP3 && PM
default n
help help
Without this option, L2 Auxiliary control register contents are Without this option, L2 Auxiliary control register contents are
lost during off-mode entry on HS/EMU devices. This feature lost during off-mode entry on HS/EMU devices. This feature
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment