[PATCH 32/63] gpio: kempld: Allow compile testing
From: Alexander Stein <hidden>
Date: 2016-02-26 13:19:53
Subsystem:
gpio subsystem, the rest · Maintainers:
Linus Walleij, Bartosz Golaszewski, Linus Torvalds
From: Alexander Stein <hidden>
Date: 2016-02-26 13:19:53
Subsystem:
gpio subsystem, the rest · Maintainers:
Linus Walleij, Bartosz Golaszewski, Linus Torvalds
Lower dependencies for compile testing. Signed-off-by: Alexander Stein <redacted> --- drivers/gpio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index de47e88ab51b..03e87377d3d9 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig@@ -832,7 +832,7 @@ config GPIO_JANZ_TTL config GPIO_KEMPLD tristate "Kontron ETX / COMexpress GPIO" - depends on MFD_KEMPLD + depends on MFD_KEMPLD || COMPILE_TEST help This enables support for the PLD GPIO interface on some Kontron ETX and COMexpress (ETXexpress) modules.
--
2.7.2