[PATCH 33/63] gpio: lp3943: 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 03e87377d3d9..7654258068ea 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig@@ -842,7 +842,7 @@ config GPIO_KEMPLD config GPIO_LP3943 tristate "TI/National Semiconductor LP3943 GPIO expander" - depends on MFD_LP3943 + depends on MFD_LP3943 || COMPILE_TEST help GPIO driver for LP3943 MFD. LP3943 can be used as a GPIO expander which provides up to 16 GPIOs.
--
2.7.2