linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] gpio: altera: kill bogus dependency on GPIO_GENERIC
@ 2015-06-19 11:31 Masahiro Yamada
  2015-06-19 11:31 ` [PATCH 2/2] gpio: mvebu: " Masahiro Yamada
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Masahiro Yamada @ 2015-06-19 11:31 UTC (permalink / raw)
  To: linux-gpio
  Cc: Masahiro Yamada, Linus Walleij, Alexandre Courbot, linux-kernel

The driver gpio-altera.c does not depend on gpio-generic.c at all.
Drop unneeded "select GPIO_GENERIC".

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/gpio/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index caefe80..25c232e 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -113,7 +113,6 @@ config GPIO_74XX_MMIO
 config GPIO_ALTERA
 	tristate "Altera GPIO"
 	depends on OF_GPIO
-	select GPIO_GENERIC
 	select GPIOLIB_IRQCHIP
 	help
 	  Say Y or M here to build support for the Altera PIO device.
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in

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

end of thread, other threads:[~2015-07-15  9:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-19 11:31 [PATCH 1/2] gpio: altera: kill bogus dependency on GPIO_GENERIC Masahiro Yamada
2015-06-19 11:31 ` [PATCH 2/2] gpio: mvebu: " Masahiro Yamada
2015-06-20 23:54   ` Masahiro Yamada
2015-06-29 12:25     ` Gregory CLEMENT
2015-07-15  9:47   ` Linus Walleij
2015-06-20 23:48 ` [PATCH 1/2] gpio: altera: " Masahiro Yamada
2015-06-26  3:15   ` Tien Hock Loh
2015-07-15  8:26 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).