All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] ARM: Kconfig: remove useless "default n"
@ 2018-11-06 12:49 ` Russell King
  0 siblings, 0 replies; 6+ messages in thread
From: Russell King @ 2018-11-06 12:49 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Aaro Koskinen, Tony Lindgren, Haojian Zhuang, linux-omap,
	Robert Jarzmik, Daniel Mack

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

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
---
 arch/arm/Kconfig            | 1 -
 arch/arm/mach-omap2/Kconfig | 1 -
 arch/arm/mach-pxa/Kconfig   | 1 -
 arch/arm/plat-omap/Kconfig  | 1 -
 4 files changed, 4 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 78a8e96f5376..6b41ad365e9c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1803,7 +1803,6 @@ config PARAVIRT
 config PARAVIRT_TIME_ACCOUNTING
 	bool "Paravirtual steal time accounting"
 	select PARAVIRT
-	default n
 	help
 	  Select this option to enable fine granularity task steal time
 	  accounting. Time spent executing other tasks in parallel with
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
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index fd724a71c2e1..7298d07a9f71 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -552,7 +552,6 @@ config TOSA_BT
 config TOSA_USE_EXT_KEYCODES
 	bool "Tosa keyboard: use extended keycodes"
 	depends on MACH_TOSA
-	default n
 	help
 	  Say Y here to enable the tosa keyboard driver to generate extended
 	  (>= 127) keycodes. Be aware, that they can't be correctly interpreted
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index c0a242cae79a..93fd7fc537cf 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -92,7 +92,6 @@ config OMAP_32K_TIMER
 config OMAP3_L2_AUX_SECURE_SAVE_RESTORE
 	bool "OMAP3 HS/EMU save and restore for L2 AUX control register"
 	depends on ARCH_OMAP3 && PM
-	default n
 	help
 	  Without this option, L2 Auxiliary control register contents are
 	  lost during off-mode entry on HS/EMU devices. This feature
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/2] ARM: Kconfig: remove useless "default n"
@ 2018-11-06 12:49 ` Russell King
  0 siblings, 0 replies; 6+ messages in thread
From: Russell King @ 2018-11-06 12:49 UTC (permalink / raw)
  To: linux-arm-kernel

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

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
---
 arch/arm/Kconfig            | 1 -
 arch/arm/mach-omap2/Kconfig | 1 -
 arch/arm/mach-pxa/Kconfig   | 1 -
 arch/arm/plat-omap/Kconfig  | 1 -
 4 files changed, 4 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 78a8e96f5376..6b41ad365e9c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1803,7 +1803,6 @@ config PARAVIRT
 config PARAVIRT_TIME_ACCOUNTING
 	bool "Paravirtual steal time accounting"
 	select PARAVIRT
-	default n
 	help
 	  Select this option to enable fine granularity task steal time
 	  accounting. Time spent executing other tasks in parallel with
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
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index fd724a71c2e1..7298d07a9f71 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -552,7 +552,6 @@ config TOSA_BT
 config TOSA_USE_EXT_KEYCODES
 	bool "Tosa keyboard: use extended keycodes"
 	depends on MACH_TOSA
-	default n
 	help
 	  Say Y here to enable the tosa keyboard driver to generate extended
 	  (>= 127) keycodes. Be aware, that they can't be correctly interpreted
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index c0a242cae79a..93fd7fc537cf 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -92,7 +92,6 @@ config OMAP_32K_TIMER
 config OMAP3_L2_AUX_SECURE_SAVE_RESTORE
 	bool "OMAP3 HS/EMU save and restore for L2 AUX control register"
 	depends on ARCH_OMAP3 && PM
-	default n
 	help
 	  Without this option, L2 Auxiliary control register contents are
 	  lost during off-mode entry on HS/EMU devices. This feature
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] ARM: Kconfig: remove useless "default n"
  2018-11-06 12:49 ` Russell King
@ 2018-11-06 15:29   ` Tony Lindgren
  -1 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2018-11-06 15:29 UTC (permalink / raw)
  To: Russell King
  Cc: Aaro Koskinen, Haojian Zhuang, linux-arm-kernel, linux-omap,
	Robert Jarzmik, Daniel Mack

* Russell King <rmk+kernel@armlinux.org.uk> [181106 12:49]:
> The default for Kconfig options is always n, so there's no need to
> explicitly state a "n" default.
> 
> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>

Acked-by: Tony Lindgren <tony@atomide.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 2/2] ARM: Kconfig: remove useless "default n"
@ 2018-11-06 15:29   ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2018-11-06 15:29 UTC (permalink / raw)
  To: linux-arm-kernel

* Russell King <rmk+kernel@armlinux.org.uk> [181106 12:49]:
> The default for Kconfig options is always n, so there's no need to
> explicitly state a "n" default.
> 
> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>

Acked-by: Tony Lindgren <tony@atomide.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] ARM: Kconfig: remove useless "default n"
  2018-11-06 15:29   ` Tony Lindgren
@ 2018-11-07  7:57     ` Robert Jarzmik
  -1 siblings, 0 replies; 6+ messages in thread
From: Robert Jarzmik @ 2018-11-07  7:57 UTC (permalink / raw)
  To: Russell King, Tony Lindgren
  Cc: Haojian Zhuang, linux-omap, Daniel Mack, linux-arm-kernel, Aaro Koskinen

Tony Lindgren <tony@atomide.com> writes:

> * Russell King <rmk+kernel@armlinux.org.uk> [181106 12:49]:
>> The default for Kconfig options is always n, so there's no need to
>> explicitly state a "n" default.
>> 
>> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
>
> Acked-by: Tony Lindgren <tony@atomide.com>
For mach-pxa:
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>

Cheers.

-- 
Robert

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 2/2] ARM: Kconfig: remove useless "default n"
@ 2018-11-07  7:57     ` Robert Jarzmik
  0 siblings, 0 replies; 6+ messages in thread
From: Robert Jarzmik @ 2018-11-07  7:57 UTC (permalink / raw)
  To: linux-arm-kernel

Tony Lindgren <tony@atomide.com> writes:

> * Russell King <rmk+kernel@armlinux.org.uk> [181106 12:49]:
>> The default for Kconfig options is always n, so there's no need to
>> explicitly state a "n" default.
>> 
>> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
>
> Acked-by: Tony Lindgren <tony@atomide.com>
For mach-pxa:
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>

Cheers.

-- 
Robert

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-11-07  7:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-06 12:49 [PATCH 2/2] ARM: Kconfig: remove useless "default n" Russell King
2018-11-06 12:49 ` Russell King
2018-11-06 15:29 ` Tony Lindgren
2018-11-06 15:29   ` Tony Lindgren
2018-11-07  7:57   ` Robert Jarzmik
2018-11-07  7:57     ` Robert Jarzmik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.