diff mbox

gpio: zevio: depend on ARM and OF_GPIO

Message ID 1394072885-27267-1-git-send-email-linus.walleij@linaro.org
State Accepted
Commit feabf0cd4536f4853a501549e8c848d84b45dc36
Headers show

Commit Message

Linus Walleij March 6, 2014, 2:28 a.m. UTC
Instead of just depending on OF and getting build failures,
depend on ARM && OF_GPIO.

Cc: Fabian Vogt <fabian@ritter-vogt.de>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
This has been APPLIED to the GPIO tree to stop build
issues from happening.
---
 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 e9dda8658a9e..b56bd0c13ec3 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -156,7 +156,7 @@  config GPIO_EP93XX
 
 config GPIO_ZEVIO
 	bool "LSI ZEVIO SoC memory mapped GPIOs"
-	depends on OF
+	depends on ARM && OF_GPIO
 	help
 	  Say yes here to support the GPIO controller in LSI ZEVIO SoCs.