mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: Remove excess "select GENERIC_GPIO"
@ 2014-04-27  6:17 Alexander Shiyan
  2014-04-27  6:17 ` [PATCH 2/2] SPI: i.MX: Remove redundant assignment Alexander Shiyan
  2014-04-27  6:44 ` [PATCH 1/2] ARM: Remove excess "select GENERIC_GPIO" Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Shiyan @ 2014-04-27  6:17 UTC (permalink / raw)
  To: barebox

GENERIC_GPIO is selected automatically by GPIOLIB

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
 arch/arm/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 3754646..11b9a85 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -79,7 +79,6 @@ config ARCH_HIGHBANK
 
 config ARCH_IMX
 	bool "Freescale iMX-based"
-	select GENERIC_GPIO
 	select GPIOLIB
 	select COMMON_CLK
 	select CLKDEV_LOOKUP
@@ -132,7 +131,6 @@ config ARCH_SOCFPGA
 	select CPU_V7
 	select COMMON_CLK
 	select CLKDEV_LOOKUP
-	select GENERIC_GPIO
 	select GPIOLIB
 	select HAVE_PBL_MULTI_IMAGES
 
-- 
1.8.3.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2014-04-27  6:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-27  6:17 [PATCH 1/2] ARM: Remove excess "select GENERIC_GPIO" Alexander Shiyan
2014-04-27  6:17 ` [PATCH 2/2] SPI: i.MX: Remove redundant assignment Alexander Shiyan
2014-04-27  6:44 ` [PATCH 1/2] ARM: Remove excess "select GENERIC_GPIO" Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox