From: Pavel Machek Date: Thu, 25 Mar 2021 10:39:29 +0000 (+0100) Subject: leds: Kconfig: LEDS_CLASS is usually selected. X-Git-Tag: v5.13-rc1~63^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34a6ae672645a89f760960a11ce80125cc4d361f;p=thirdparty%2Fkernel%2Flinux.git leds: Kconfig: LEDS_CLASS is usually selected. People should really say Y to the LEDS_CLASS prompt. Signed-off-by: Pavel Machek --- diff --git a/drivers/leds/Kconfig b/drivers/leds/Kconfig index 4ca8cd594518d..49d99cb084dbd 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"