From: Pavel Machek Date: Thu, 25 Mar 2021 10:39:29 +0000 (+0100) Subject: leds: Kconfig: LEDS_CLASS is usually selected. X-Git-Tag: accepted/tizen/unified/20230118.172025~7304^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34a6ae672645a89f760960a11ce80125cc4d361f;p=platform%2Fkernel%2Flinux-rpi.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 4ca8cd5..49d99cb 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"