All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: delete use of ARCH_WANT_OPTIONAL_GPIOLIB
@ 2016-06-08  7:59 Linus Walleij
  0 siblings, 0 replies; only message in thread
From: Linus Walleij @ 2016-06-08  7:59 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, Linus Walleij

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>
---
Hi Ralf, please apply this patch directly to your tree.
---
 arch/mips/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index ac91939b9b75..4753c8750351 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1406,7 +1406,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.4.11

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-08  7:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-08  7:59 [PATCH] MIPS: delete use of ARCH_WANT_OPTIONAL_GPIOLIB Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.