Skip to content

Commit

Permalink
unicore32: remove unneeded select GENERIC_GPIO
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexandre Courbot committed Mar 20, 2013
1 parent 43b426d commit d80a357
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/unicore32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ if ARCH_PUV3
config PUV3_GPIO
bool
depends on !ARCH_FPGA
select GENERIC_GPIO
select GPIO_SYSFS
default y

Expand Down

0 comments on commit d80a357

Please sign in to comment.