[SRU][Q:raspi/N:raspi][PATCH 1/1] UBUNTU: [Configs] raspi: Set LEDS_TRIGGER_ACTPWR=y and LEDS_TRIGGER_INPUT=y
Juerg Haefliger
juerg.haefliger at canonical.com
Tue Jan 13 12:12:23 UTC 2026
BugLink: https://bugs.launchpad.net/bugs/2060942
These trigger modules don't get auto-loaded so the default LED behavior
is different from upstream raspberrypi. Compile them in to match.
Signed-off-by: Juerg Haefliger <juerg.haefliger at canonical.com>
---
debian.raspi/config/annotations | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian.raspi/config/annotations b/debian.raspi/config/annotations
index db657cc0d4f2..68c03cc31c50 100644
--- a/debian.raspi/config/annotations
+++ b/debian.raspi/config/annotations
@@ -366,11 +366,11 @@ CONFIG_LEDS_GPIO policy<{'arm64': 'y'}> note<'Req
CONFIG_LEDS_LM3692X policy<{'arm64': 'n'}> note<'Different from master'>
CONFIG_LEDS_SPI_BYTE policy<{'arm64': 'n'}> note<'Different from master'>
CONFIG_LEDS_SYSCON policy<{'arm64': 'n'}> note<'Not supported on Pi (different from master)'>
-CONFIG_LEDS_TRIGGER_ACTPWR policy<{'arm64': 'm'}> note<'Added by rpi-6.6.y patchset'>
+CONFIG_LEDS_TRIGGER_ACTPWR policy<{'arm64': 'y'}> note<'Required for Pi (LP: #2060942)'>
CONFIG_LEDS_TRIGGER_BACKLIGHT policy<{'arm64': 'y'}> note<'Required for Pi (different from master)'>
CONFIG_LEDS_TRIGGER_DEFAULT_ON policy<{'arm64': 'y'}> note<'Required for Pi (different from master)'>
CONFIG_LEDS_TRIGGER_HEARTBEAT policy<{'arm64': 'y'}> note<'Required for Pi (different from master)'>
-CONFIG_LEDS_TRIGGER_INPUT policy<{'arm64': 'm'}> note<'Added by rpi-6.6.y patchset'>
+CONFIG_LEDS_TRIGGER_INPUT policy<{'arm64': 'y'}> note<'Required for Pi (LP: #2060942)'>
CONFIG_LEDS_TRIGGER_ONESHOT policy<{'arm64': 'y'}> note<'Required for Pi (different from master)'>
CONFIG_LEDS_TRIGGER_TIMER policy<{'arm64': 'y'}> note<'Required for Pi (different from master)'>
CONFIG_LEGACY_PTY_COUNT policy<{'arm64': '256'}> note<'Different from master'>
--
2.51.0
More information about the kernel-team
mailing list