staging: greybus: gpio: it's CONFIG_GPIOLIB, not CONFIG_GPIO

The GPIO dependancy is CONFIG_GPIOLIB, not CONFIG_GPIO, no wonder it
wasn't building properly...

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman 2016-09-19 16:41:54 +02:00
parent b14bb97626
commit 3e4b5b8837
1 changed files with 1 additions and 1 deletions

View 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.