From: Richard Purdie Date: Mon, 15 May 2006 16:44:14 +0000 (-0700) Subject: [PATCH] LED: Improve Kconfig information X-Git-Tag: v2.6.17-rc5~139 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8d2e7d95229db9999682113bfac40b49978f212;p=platform%2Fkernel%2Flinux-stable.git [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: Richard Purdie Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 3f5b647..6265062 100644 --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig @@ -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"