[PATCH 1/2] ARM: Remove excess "select GENERIC_GPIO"

Alexander Shiyan shc_work at mail.ru
Sat Apr 26 23:17:06 PDT 2014


GENERIC_GPIO is selected automatically by GPIOLIB

Signed-off-by: Alexander Shiyan <shc_work at 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




More information about the barebox mailing list