Searched hist:cb144fe8e0e70ccb12e93c9c9f010a25b3f2a158 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpio/ |
H A D | Kconfig | diff cb144fe8e0e70ccb12e93c9c9f010a25b3f2a158 Thu Nov 01 11:22:11 CET 2012 Thierry Reding <thierry.reding@avionic-design.de> gpio: adnp: Depend on OF_GPIO instead of OF
The driver accesses the of_node field of struct gpio_chip, which is only available if OF_GPIO is selected. This solves a build issue on SPARC which conflicts with OF_GPIO and therefore does not provide this field.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|