From f2afe49977ce172c19d1b168dd5db8c7745b635d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 2 Oct 2025 15:37:51 +0200 Subject: [PATCH] ipq53xx: enable LED heartbeat trigger in kernel config Enable CONFIG_LEDS_TRIGGER_HEARTBEAT to allow LED heartbeat functionality when device goes offline. Without this kernel option, the LED trigger mechanism was unavailable, preventing the LED from flashing to indicate offline status. Fixes: WIFI-14646 Signed-off-by: John Crispin --- feeds/qca-wifi-7/ipq53xx/config-6.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/qca-wifi-7/ipq53xx/config-6.1 b/feeds/qca-wifi-7/ipq53xx/config-6.1 index 0fce91567..ef0246699 100755 --- a/feeds/qca-wifi-7/ipq53xx/config-6.1 +++ b/feeds/qca-wifi-7/ipq53xx/config-6.1 @@ -1180,7 +1180,7 @@ CONFIG_QTI_LICENSE_MANAGER=y # CONFIG_SYMBOLIC_ERRNAME is not set # CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set # CONFIG_LEDS_CLASS_MULTICOLOR is not set -# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set +CONFIG_LEDS_TRIGGER_HEARTBEAT=y # CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY is not set # CONFIG_PINCTRL_SINGLE is not set # CONFIG_RANDOM_TRUST_BOOTLOADER is not set