summaryrefslogtreecommitdiff
path: root/drivers/leds
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2021-03-25 13:39:29 +0300
committerPavel Machek <pavel@ucw.cz>2021-03-26 00:31:46 +0300
commit34a6ae672645a89f760960a11ce80125cc4d361f (patch)
treec5b41067ca3e7945f4e382c07faa7466e828d007 /drivers/leds
parenta7ed7150f351177e46409cca15874101f95370cb (diff)
downloadlinux-34a6ae672645a89f760960a11ce80125cc4d361f.tar.xz
leds: Kconfig: LEDS_CLASS is usually selected.
People should really say Y to the LEDS_CLASS prompt. Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'drivers/leds')
-rw-r--r--drivers/leds/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig
index 4ca8cd594518..49d99cb084db 100644
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
@@ -18,7 +18,7 @@ config LEDS_CLASS
tristate "LED Class Support"
help
This option enables the LED sysfs class in /sys/class/leds. You'll
- need this to do anything useful with LEDs. If unsure, say N.
+ need this to do anything useful with LEDs. If unsure, say Y.
config LEDS_CLASS_FLASH
tristate "LED Flash Class Support"