From: Alexandre Courbot Date: Fri, 8 Mar 2013 09:32:01 +0000 (+0900) Subject: unicore32: remove unneeded select GENERIC_GPIO X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d80a357809e9d0860919cfcd563807a253e7ac0e;p=deliverable%2Flinux.git unicore32: remove unneeded select GENERIC_GPIO PUV3_GPIO depends on ARCH_PUV3 which requires GPIOLIB and thus already selects GENERIC_GPIO Signed-off-by: Alexandre Courbot Acked-by: Arnd Bergmann Acked-by: Linus Walleij --- diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig index 2943e3acdf0c..70f8c8ea8912 100644 --- a/arch/unicore32/Kconfig +++ b/arch/unicore32/Kconfig @@ -219,7 +219,6 @@ if ARCH_PUV3 config PUV3_GPIO bool depends on !ARCH_FPGA - select GENERIC_GPIO select GPIO_SYSFS default y