diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-09 08:30:07 +0100 |
---|---|---|
committer | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-20 14:48:15 +0100 |
commit | a76eb09ae38b73aa3cc2b664c903e0188b46b2e6 (patch) | |
tree | 1383d830d94ad8740e419f85d6125fb3adeca2c9 /arch/powerpc/platforms/86xx | |
parent | unicore32: default GENERIC_GPIO to false (diff) | |
download | linux-a76eb09ae38b73aa3cc2b664c903e0188b46b2e6.tar.xz linux-a76eb09ae38b73aa3cc2b664c903e0188b46b2e6.zip |
powerpc: remove redundant GENERIC_GPIO selection
ARCH_REQUIRE_GPIOLIB selects GENERIC_GPIO, so there is no need to select
it explicitly.
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/powerpc/platforms/86xx')
-rw-r--r-- | arch/powerpc/platforms/86xx/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig index 7a6279e38213..1afd1e4a2dd2 100644 --- a/arch/powerpc/platforms/86xx/Kconfig +++ b/arch/powerpc/platforms/86xx/Kconfig @@ -37,7 +37,6 @@ config GEF_PPC9A bool "GE PPC9A" select DEFAULT_UIMAGE select MMIO_NVRAM - select GENERIC_GPIO select ARCH_REQUIRE_GPIOLIB select GE_FPGA help @@ -47,7 +46,6 @@ config GEF_SBC310 bool "GE SBC310" select DEFAULT_UIMAGE select MMIO_NVRAM - select GENERIC_GPIO select ARCH_REQUIRE_GPIOLIB select GE_FPGA help @@ -57,7 +55,6 @@ config GEF_SBC610 bool "GE SBC610" select DEFAULT_UIMAGE select MMIO_NVRAM - select GENERIC_GPIO select ARCH_REQUIRE_GPIOLIB select GE_FPGA select HAS_RAPIDIO |