Commit feabf0cd authored by Linus Walleij's avatar Linus Walleij

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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent de15011a
...@@ -156,7 +156,7 @@ config GPIO_EP93XX ...@@ -156,7 +156,7 @@ config GPIO_EP93XX
config GPIO_ZEVIO config GPIO_ZEVIO
bool "LSI ZEVIO SoC memory mapped GPIOs" bool "LSI ZEVIO SoC memory mapped GPIOs"
depends on OF depends on ARM && OF_GPIO
help help
Say yes here to support the GPIO controller in LSI ZEVIO SoCs. Say yes here to support the GPIO controller in LSI ZEVIO SoCs.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment