]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
gpio: adnp: Depend on OF_GPIO instead of OF
authorThierry Reding <thierry.reding@avionic-design.de>
Thu, 1 Nov 2012 10:22:11 +0000 (11:22 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 4 Nov 2012 18:07:48 +0000 (19:07 +0100)
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>
drivers/gpio/Kconfig

index d055cee36942d5e7aea8535b5f8d77b4ab34fe09..c856f9e7d7c03a4df71d7fd3002e92b8be3b7795 100644 (file)
@@ -466,7 +466,7 @@ config GPIO_ADP5588_IRQ
 
 config GPIO_ADNP
        tristate "Avionic Design N-bit GPIO expander"
-       depends on I2C && OF
+       depends on I2C && OF_GPIO
        help
          This option enables support for N GPIOs found on Avionic Design
          I2C GPIO expanders. The register space will be extended by powers