diff options
author | Kelvin Cheung <[email protected]> | 2016-08-09 16:23:11 +0800 |
---|---|---|
committer | Ralf Baechle <[email protected]> | 2017-01-03 16:34:40 +0100 |
commit | c11621256c6f020944573daf3ea5963f37978abd (patch) | |
tree | bcb2c953f63eea288d4f9d8f6db82dc8932a3304 | |
parent | 51ad4ace97ed5a4e96e60684281066b758e1de8b (diff) |
MIPS: Loongson1C: Remove ARCH_WANT_OPTIONAL_GPIOLIB
This patch removes ARCH_WANT_OPTIONAL_GPIOLIB due to upstream changes.
Signed-off-by: Kelvin Cheung <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Cc: Yang Ling <[email protected]>
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/13855/
Signed-off-by: Ralf Baechle <[email protected]>
-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 af4eed3136f5..40908304d1ef 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1430,7 +1430,6 @@ config CPU_LOONGSON1C bool "Loongson 1C" depends on SYS_HAS_CPU_LOONGSON1C select CPU_LOONGSON1 - select ARCH_WANT_OPTIONAL_GPIOLIB select LEDS_GPIO_REGISTER help The Loongson 1C is a 32-bit SoC, which implements the MIPS32 |