diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2018-10-31 10:56:24 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2018-11-08 11:53:09 +0100 |
commit | 7f97686715a7a4413baabe47df28946e175f5a59 (patch) | |
tree | 7bddb0dbaf4bae9b4bd87acf87b18b6dee0658d9 /arch/arm/mach-omap2/Kconfig | |
parent | ARM: Kconfig: remove useless parenthesis (diff) | |
download | linux-7f97686715a7a4413baabe47df28946e175f5a59.tar.xz linux-7f97686715a7a4413baabe47df28946e175f5a59.zip |
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>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 9f27b486a536..5e33d1a90664 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -223,7 +223,6 @@ config MACH_NOKIA_N8X0 config OMAP3_SDRC_AC_TIMING bool "Enable SDRC AC timing register changes" depends on ARCH_OMAP3 - default n help If you know that none of your system initiators will attempt to access SDRAM during CORE DVFS, select Y here. This should boost |