projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b14bb97
)
staging: greybus: gpio: it's CONFIG_GPIOLIB, not CONFIG_GPIO
author
Greg Kroah-Hartman
<gregkh@google.com>
Mon, 19 Sep 2016 14:41:54 +0000
(16:41 +0200)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Mon, 19 Sep 2016 14:41:54 +0000
(16:41 +0200)
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>
drivers/staging/greybus/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/Kconfig
b/drivers/staging/greybus/Kconfig
index c169bc3ebe5b5bbeaadd684b4540d62182149263..ede91843eda5a2ef2445d64f214798d1d7950b0c 100644
(file)
--- a/
drivers/staging/greybus/Kconfig
+++ b/
drivers/staging/greybus/Kconfig
@@
-147,7
+147,7
@@
if GREYBUS_BRIDGED_PHY
config GREYBUS_GPIO
tristate "Greybus GPIO Bridged PHY driver"
- depends on GPIO
+ depends on GPIO
LIB
---help---
Select this option if you have a device that follows the
Greybus GPIO Bridged PHY Class specification.