All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] blackfin: Remove GENERIC_GPIO config option again
@ 2014-02-12 10:54 Paul Bolle
  2014-02-13  9:02 ` Steven Miao
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Bolle @ 2014-02-12 10:54 UTC (permalink / raw)
  To: Steven Miao; +Cc: adi-buildroot-devel, linux-kernel

The Kconfig symbol GENERIC_GPIO was removed in v3.10. Nothing cares
about it anymore. It popped up somehow in v3.13, so it can be removed
again.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Untested, but safe anyhow.

 arch/blackfin/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 9ceccef..debd9df 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -51,9 +51,6 @@ config GENERIC_BUG
 config ZONE_DMA
 	def_bool y
 
-config GENERIC_GPIO
-	def_bool y
-
 config FORCE_MAX_ZONEORDER
 	int
 	default "14"
-- 
1.8.5.3


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

* Re: [PATCH] blackfin: Remove GENERIC_GPIO config option again
  2014-02-12 10:54 [PATCH] blackfin: Remove GENERIC_GPIO config option again Paul Bolle
@ 2014-02-13  9:02 ` Steven Miao
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Miao @ 2014-02-13  9:02 UTC (permalink / raw)
  To: Paul Bolle
  Cc: adi-buildroot-devel,
	open list:CAN NETWORK DRIVERS <linux-can@vger.kernel.org>,
	open list:NETWORKING DRIVERS <netdev@vger.kernel.org>,
	open list

Hi Paul,

On Wed, Feb 12, 2014 at 6:54 PM, Paul Bolle <pebolle@tiscali.nl> wrote:
> The Kconfig symbol GENERIC_GPIO was removed in v3.10. Nothing cares
> about it anymore. It popped up somehow in v3.13, so it can be removed
> again.
>
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
> Untested, but safe anyhow.
>
>  arch/blackfin/Kconfig | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
> index 9ceccef..debd9df 100644
> --- a/arch/blackfin/Kconfig
> +++ b/arch/blackfin/Kconfig
> @@ -51,9 +51,6 @@ config GENERIC_BUG
>  config ZONE_DMA
>         def_bool y
>
> -config GENERIC_GPIO
> -       def_bool y
> -
Applied. Thanks!

>  config FORCE_MAX_ZONEORDER
>         int
>         default "14"
> --
> 1.8.5.3
>

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

end of thread, other threads:[~2014-02-13  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-12 10:54 [PATCH] blackfin: Remove GENERIC_GPIO config option again Paul Bolle
2014-02-13  9:02 ` Steven Miao

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.