[PATCH 60/63] gpio: 74x164: Allow compile testing
From: Alexander Stein <hidden>
Date: 2016-02-26 13:22:08
Subsystem:
gpio subsystem, the rest · Maintainers:
Linus Walleij, Bartosz Golaszewski, Linus Torvalds
From: Alexander Stein <hidden>
Date: 2016-02-26 13:22:08
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 aa6007b71a16..8cbece5e9955 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig@@ -1049,7 +1049,7 @@ menu "SPI GPIO expanders" config GPIO_74X164 tristate "74x164 serial-in/parallel-out 8-bits shift register" - depends on OF + depends on OF || COMPILE_TEST help Driver for 74x164 compatible serial-in/parallel-out 8-outputs shift registers. This driver can be used to provide access
--
2.7.2