diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-03-06 10:25:36 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-03-06 10:29:59 +0800 |
commit | feabf0cd4536f4853a501549e8c848d84b45dc36 (patch) | |
tree | a4c50b6e5ff0fc942d5928d41c40300cf576e771 /drivers/gpio | |
parent | de15011ac4e03a81e1483ddb7e876e6b64531887 (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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index e9dda8658a9..b56bd0c13ec 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. |