aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/Kconfig
diff options
context:
space:
mode:
authorRui Miguel Silva <rui.silva@linaro.org>2016-09-08 17:17:52 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2016-09-19 16:50:48 +0200
commita0cf5951def318f40eec031c0898ad0140663824 (patch)
treed447a85731422ffb4846040a46b6e91cb95224e8 /drivers/staging/greybus/Kconfig
parentstaging: greybus: makefile: fix dependency of spi to spilib (diff)
downloadlinux-dev-a0cf5951def318f40eec031c0898ad0140663824.tar.xz
linux-dev-a0cf5951def318f40eec031c0898ad0140663824.zip
staging: greybus: Kconfig: enable possibility to select light driver
Remove BROKEN keyword to allow the light driver to be select now that we fixed the kernel version dependencies. Also fix the module name in the help section. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/Kconfig')
-rw-r--r--drivers/staging/greybus/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/greybus/Kconfig b/drivers/staging/greybus/Kconfig
index ede91843eda5..89c49767d247 100644
--- a/drivers/staging/greybus/Kconfig
+++ b/drivers/staging/greybus/Kconfig
@@ -78,13 +78,13 @@ config GREYBUS_HID
config GREYBUS_LIGHT
tristate "Greybus LED Class driver"
- depends on LEDS_CLASS && BROKEN
+ depends on LEDS_CLASS
---help---
Select this option if you have a device that follows the
Greybus LED Class specification.
To compile this code as a module, chose M here: the module
- will be called gb-led.ko
+ will be called gb-light.ko
config GREYBUS_LOG
tristate "Greybus Debug Log Class driver"