Message ID | bdfeb1419eee32feb4b68f317423b7df7068569d.1665318256.git.agx@sigxcpu.org |
---|---|
State | New |
Headers | show |
Series | librem5-devkit: Let LED use PWM | expand |
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 <agx@sigxcpu.org> > --- Best regards, Krzysztof
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
This allows devices to easily use LED patterns from userspace. Signed-off-by: Guido Günther <agx@sigxcpu.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)