2022-10-09 12:39:13

by Guido Günther

[permalink] [raw]
Subject: [PATCH v1 1/3] arm64: defconfig: Enable pattern LED trigger

This allows devices to easily use LED patterns from userspace.

Signed-off-by: Guido Günther <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 5b167649097e..68642b8aac3f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -956,6 +956,7 @@ CONFIG_LEDS_TRIGGER_HEARTBEAT=y
CONFIG_LEDS_TRIGGER_CPU=y
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
CONFIG_LEDS_TRIGGER_PANIC=y
+CONFIG_LEDS_TRIGGER_PATTERN=m
CONFIG_EDAC=y
CONFIG_EDAC_GHES=y
CONFIG_EDAC_LAYERSCAPE=m
--
2.35.1


2022-10-09 15:22:30

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v1 1/3] arm64: defconfig: Enable pattern LED trigger

On 09/10/2022 14:26, Guido Günther wrote:
> This allows devices to easily use LED patterns from userspace.

Devices could use LED patterns even before. You need to explain why this
should go to our defconfig which is used mostly by us, kernel
developers. Not by end-users.

>
> Signed-off-by: Guido Günther <[email protected]>
> ---

Best regards,
Krzysztof