staging: greybus: Kconfig: enable possibility to select light driver
authorRui Miguel Silva <rui.silva@linaro.org>
Thu, 8 Sep 2016 16:17:52 +0000 (17:17 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 19 Sep 2016 14:50:48 +0000 (16:50 +0200)
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>
drivers/staging/greybus/Kconfig

index ede91843eda5a2ef2445d64f214798d1d7950b0c..89c49767d2475ff9ddfea699d8e7dc90e795ac1c 100644 (file)
@@ -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"