[PATCH 28/63] gpio: da9052: Allow compile testing
From: Alexander Stein <hidden>
Date: 2016-02-26 13:19:52
Subsystem:
gpio subsystem, the rest · Maintainers:
Linus Walleij, Bartosz Golaszewski, Linus Torvalds
From: Alexander Stein <hidden>
Date: 2016-02-26 13:19:52
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 cc56d24a543c..65a6ce68da8e 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig@@ -795,7 +795,7 @@ config GPIO_CS5535 config GPIO_DA9052 tristate "Dialog DA9052 GPIO" - depends on PMIC_DA9052 + depends on PMIC_DA9052 || COMPILE_TEST help Say yes here to enable the GPIO driver for the DA9052 chip.
--
2.7.2