From 7d47f3643213ed8d8fa885cf166e2685fa85d6fb Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Fri, 18 Jan 2013 16:58:26 +0800 Subject: ARM: remove redundant 'select GENERIC_GPIO' In drivers/gpio/Kcong, ARCH_REQUIRE_GPIOLIB selects GPIOLIB which in turn selects GENERIC_GPIO. So GENERIC_GPIO will be selected automatically for those platforms that select ARCH_REQUIRE_GPIOLIB. Remove the redundant 'select GENERIC_GPIO' for platforms that already select ARCH_REQUIRE_GPIOLIB at either mach or plat level. Signed-off-by: Shawn Guo Acked-by: Linus Walleij Signed-off-by: Olof Johansson --- arch/arm/mach-picoxcell/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/mach-picoxcell') diff --git a/arch/arm/mach-picoxcell/Kconfig b/arch/arm/mach-picoxcell/Kconfig index 868796f8085c..13bae78b215a 100644 --- a/arch/arm/mach-picoxcell/Kconfig +++ b/arch/arm/mach-picoxcell/Kconfig @@ -7,7 +7,6 @@ config ARCH_PICOXCELL select DW_APB_TIMER select DW_APB_TIMER_OF select GENERIC_CLOCKEVENTS - select GENERIC_GPIO select HAVE_TCM select NO_IOPORT select SPARSE_IRQ -- cgit v1.2.3