Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8d2e7d9 authored by Richard Purdie's avatar Richard Purdie Committed by Linus Torvalds
Browse files

[PATCH] LED: Improve Kconfig information



Improve the NEW_LEDS Kconfig information to say what it does as well as what
it doesn't.

Signed-off-by: default avatarRichard Purdie <rpurdie@rpsys.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 39d24e64
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -4,8 +4,11 @@ menu "LED devices"
config NEW_LEDS
	bool "LED Support"
	help
	  Say Y to enable Linux LED support.  This is not related to standard
	  keyboard LEDs which are controlled via the input system.
	  Say Y to enable Linux LED support.  This allows control of supported
	  LEDs from both userspace and optionally, by kernel events (triggers).

	  This is not related to standard keyboard LEDs which are controlled
	  via the input system.

config LEDS_CLASS
	tristate "LED Class Support"