From 666dc3676473e025be1fd94395f16be31d83168e Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Wed, 8 Jun 2016 09:59:29 +0200 Subject: [PATCH] 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 Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/13543/ Signed-off-by: Ralf Baechle --- arch/mips/Kconfig | 1 - 1 file changed, 1 deletion(-) 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 -- 2.45.2