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:
parent
b14bb97626
commit
3e4b5b8837
|
@ -147,7 +147,7 @@ if GREYBUS_BRIDGED_PHY
|
||||||
|
|
||||||
config GREYBUS_GPIO
|
config GREYBUS_GPIO
|
||||||
tristate "Greybus GPIO Bridged PHY driver"
|
tristate "Greybus GPIO Bridged PHY driver"
|
||||||
depends on GPIO
|
depends on GPIOLIB
|
||||||
---help---
|
---help---
|
||||||
Select this option if you have a device that follows the
|
Select this option if you have a device that follows the
|
||||||
Greybus GPIO Bridged PHY Class specification.
|
Greybus GPIO Bridged PHY Class specification.
|
||||||
|
|
Loading…
Reference in New Issue