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 <acourbot@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Alexandre Courbot 2013-03-08 18:32:01 +09:00
parent 43b426d6fa
commit d80a357809

View file

@ -219,7 +219,6 @@ if ARCH_PUV3
config PUV3_GPIO config PUV3_GPIO
bool bool
depends on !ARCH_FPGA depends on !ARCH_FPGA
select GENERIC_GPIO
select GPIO_SYSFS select GPIO_SYSFS
default y default y