staging: greybus: gpio: it's CONFIG_GPIOLIB, not CONFIG_GPIO
[cascardo/linux.git] / drivers / staging / greybus / Kconfig
index c169bc3..ede9184 100644 (file)
@@ -147,7 +147,7 @@ if GREYBUS_BRIDGED_PHY
 
 config GREYBUS_GPIO
        tristate "Greybus GPIO Bridged PHY driver"
-       depends on GPIO
+       depends on GPIOLIB
        ---help---
          Select this option if you have a device that follows the
          Greybus GPIO Bridged PHY Class specification.