diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-09 02:47:55 -0500 |
---|---|---|
committer | Alexandre Courbot <acourbot@nvidia.com> | 2013-03-20 09:48:13 -0400 |
commit | 65e967324200a3cca9b1e903ed624b2a962e7b2b (patch) | |
tree | 06f2cc580735b9b18c2f671b3dc5a6e2c6accd50 | |
parent | 10b38669d64c757cfd927e3820292c580ed70aae (diff) |
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>
-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 | |||
1201 | bool "Loongson 2F" | 1201 | bool "Loongson 2F" |
1202 | depends on SYS_HAS_CPU_LOONGSON2F | 1202 | depends on SYS_HAS_CPU_LOONGSON2F |
1203 | select CPU_LOONGSON2 | 1203 | select CPU_LOONGSON2 |
1204 | select GENERIC_GPIO | ||
1205 | select ARCH_REQUIRE_GPIOLIB | 1204 | select ARCH_REQUIRE_GPIOLIB |
1206 | help | 1205 | help |
1207 | The Loongson 2F processor implements the MIPS III instruction set | 1206 | The Loongson 2F processor implements the MIPS III instruction set |