aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2014-03-05 21:25:36 -0500
committerLinus Walleij <linus.walleij@linaro.org>2014-03-05 21:29:59 -0500
commitfeabf0cd4536f4853a501549e8c848d84b45dc36 (patch)
treea4c50b6e5ff0fc942d5928d41c40300cf576e771 /drivers/gpio
parentde15011ac4e03a81e1483ddb7e876e6b64531887 (diff)
gpio: zevio: depend on ARM and OF_GPIO
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>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
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
156 156
157config GPIO_ZEVIO 157config GPIO_ZEVIO
158 bool "LSI ZEVIO SoC memory mapped GPIOs" 158 bool "LSI ZEVIO SoC memory mapped GPIOs"
159 depends on OF 159 depends on ARM && OF_GPIO
160 help 160 help
161 Say yes here to support the GPIO controller in LSI ZEVIO SoCs. 161 Say yes here to support the GPIO controller in LSI ZEVIO SoCs.
162 162