From: Rui Miguel Silva Date: Thu, 8 Sep 2016 16:17:52 +0000 (+0100) Subject: staging: greybus: Kconfig: enable possibility to select light driver X-Git-Tag: v4.9.8~1233^2~378^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0cf5951def318f40eec031c0898ad0140663824;p=platform%2Fkernel%2Flinux-rpi3.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/Kconfig b/drivers/staging/greybus/Kconfig index ede9184..89c4976 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"