diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-09 08:47:55 +0100 |
---|---|---|
committer | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-20 14:48:13 +0100 |
commit | 65e967324200a3cca9b1e903ed624b2a962e7b2b (patch) | |
tree | 06f2cc580735b9b18c2f671b3dc5a6e2c6accd50 /arch/mips/Kconfig | |
parent | Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfs (diff) | |
download | linux-65e967324200a3cca9b1e903ed624b2a962e7b2b.tar.xz linux-65e967324200a3cca9b1e903ed624b2a962e7b2b.zip |
mips: remove redundant GENERIC_GPIO select
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 '')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index cd2e21ff562a..1179b7e0e29e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1201,7 +1201,6 @@ config CPU_LOONGSON2F bool "Loongson 2F" depends on SYS_HAS_CPU_LOONGSON2F select CPU_LOONGSON2 - select GENERIC_GPIO select ARCH_REQUIRE_GPIOLIB help The Loongson 2F processor implements the MIPS III instruction set |