Browse Source

ipq806x: enable disk-activity LED trigger

Enable the disk-activity LED trigger for ipq806x, since this SoC has an
onboard SATA controller.

Signed-off-by: Thomas Albers <[email protected]>
[split into separate commit]
Signed-off-by: Petr Štetiar <[email protected]>
Thomas Albers 5 years ago
parent
commit
f93fcf8923
2 changed files with 2 additions and 0 deletions
  1. 1 0
      target/linux/ipq806x/config-4.19
  2. 1 0
      target/linux/ipq806x/config-5.4

+ 1 - 0
target/linux/ipq806x/config-4.19

@@ -259,6 +259,7 @@ CONFIG_KPSS_XCC=y
 CONFIG_KRAITCC=y
 CONFIG_KRAIT_CLOCKS=y
 CONFIG_KRAIT_L2_ACCESSORS=y
+CONFIG_LEDS_TRIGGER_DISK=y
 CONFIG_LIBFDT=y
 CONFIG_LOCK_DEBUGGING_SUPPORT=y
 CONFIG_LOCK_SPIN_ON_OWNER=y

+ 1 - 0
target/linux/ipq806x/config-5.4

@@ -273,6 +273,7 @@ CONFIG_KPSS_XCC=y
 CONFIG_KRAITCC=y
 CONFIG_KRAIT_CLOCKS=y
 CONFIG_KRAIT_L2_ACCESSORS=y
+CONFIG_LEDS_TRIGGER_DISK=y
 CONFIG_LIBFDT=y
 CONFIG_LOCK_DEBUGGING_SUPPORT=y
 CONFIG_LOCK_SPIN_ON_OWNER=y