diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-08 13:32:01 +0400 |
---|---|---|
committer | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-20 17:48:14 +0400 |
commit | d80a357809e9d0860919cfcd563807a253e7ac0e (patch) | |
tree | d4f28896f3fffc1f57243de34f3b2d82d0f2f6c8 /arch/unicore32 | |
parent | 43b426d6fae80722c7566e73ed27ef553a91e2d6 (diff) | |
download | linux-d80a357809e9d0860919cfcd563807a253e7ac0e.tar.xz |
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>
Diffstat (limited to 'arch/unicore32')
-rw-r--r-- | arch/unicore32/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |