diff mbox

[v2,62/63] gpio: tps65086: Allow compile testing

Message ID 1459881650-26051-1-git-send-email-alexanders83@web.de
State New
Headers show

Commit Message

Alexander Stein April 5, 2016, 6:40 p.m. UTC
Lower dependencies for compile testing.

Signed-off-by: Alexander Stein <alexanders83@web.de>
---
 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 57a8b628af14..21dc5e97d38a 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -905,7 +905,7 @@  config GPIO_TIMBERDALE
 
 config GPIO_TPS65086
 	tristate "TI TPS65086 GPO"
-	depends on MFD_TPS65086
+	depends on MFD_TPS65086 || COMPILE_TEST
 	help
 	  This driver supports the GPO on TI TPS65086x PMICs.