diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-06-08 09:59:29 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-07-24 12:38:18 +0200 |
commit | 666dc3676473e025be1fd94395f16be31d83168e (patch) | |
tree | bec3c917dd860ec89fac26c2ba5ca56fcc195f7b /arch | |
parent | MIPS: Lantiq: Use the real EXIN count (diff) | |
download | linux-666dc3676473e025be1fd94395f16be31d83168e.tar.xz linux-666dc3676473e025be1fd94395f16be31d83168e.zip |
MIPS: Delete use of ARCH_WANT_OPTIONAL_GPIOLIB
The Loongson1 added a new instance of ARCH_WANT_OPTIONAL_GPIOLIB
which is no longer required to have GPIOLIB available in
Kconfig. Delete it.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/13543/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-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 99804f6a4af5..4ba1447d7381 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1395,7 +1395,6 @@ config CPU_LOONGSON1B bool "Loongson 1B" depends on SYS_HAS_CPU_LOONGSON1B select CPU_LOONGSON1 - select ARCH_WANT_OPTIONAL_GPIOLIB select LEDS_GPIO_REGISTER help The Loongson 1B is a 32-bit SoC, which implements the MIPS32 |