projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de15011
)
gpio: zevio: depend on ARM and OF_GPIO
author
Linus Walleij
<linus.walleij@linaro.org>
Thu, 6 Mar 2014 02:25:36 +0000
(10:25 +0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 6 Mar 2014 02:29:59 +0000
(10:29 +0800)
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>
drivers/gpio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index e9dda8658a9e271c73c26b13bfc1cdee32259f9a..b56bd0c13ec348678f6ae64c1fcbf38163dff801 100644
(file)
--- 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.