aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/Makefile
diff options
context:
space:
mode:
authorRahul Tanwar <rtanwar@maxlinear.com>2021-03-25 11:35:10 +0100
committerPavel Machek <pavel@ucw.cz>2021-03-25 11:37:41 +0100
commita7ed7150f351177e46409cca15874101f95370cb (patch)
treeb3b55be9708a267efe662dcb7989a9bdcabe5845 /drivers/leds/Makefile
parentleds: lgm: fix gpiolib dependency (diff)
downloadlinux-dev-a7ed7150f351177e46409cca15874101f95370cb.tar.xz
linux-dev-a7ed7150f351177e46409cca15874101f95370cb.zip
leds: lgm: Improve Kconfig help
Remove unnecessary Kconfig symbol LEDS_BLINK Improve Kconfig help text to make it more useful. Signed-off-by: Rahul Tanwar <rtanwar@maxlinear.com> Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'drivers/leds/Makefile')
-rw-r--r--drivers/leds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/Makefile b/drivers/leds/Makefile
index 2a698df9da57..7e604d3028c8 100644
--- a/drivers/leds/Makefile
+++ b/drivers/leds/Makefile
@@ -110,4 +110,4 @@ obj-$(CONFIG_LEDS_CLASS_FLASH) += flash/
obj-$(CONFIG_LEDS_TRIGGERS) += trigger/
# LED Blink
-obj-$(CONFIG_LEDS_BLINK) += blink/
+obj-y += blink/