[openwrt/openwrt] mvebu: cortexa9: enable Ethernet PHY LED trigger
LEDE Commits
lede-commits at lists.infradead.org
Thu May 18 07:18:21 PDT 2023
chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/bf12aac46435373f0ef3baaa5046046d2f51aa2f
commit bf12aac46435373f0ef3baaa5046046d2f51aa2f
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Thu Mar 23 23:06:13 2023 +0900
mvebu: cortexa9: enable Ethernet PHY LED trigger
To use <mdio>:<addr>:<speed> trigger for LEDs, enable PHY LED trigger
(CONFIG_LED_TRIGGER_PHY).
Signed-off-by: INAGAKI Hiroshi <musashino.open at gmail.com>
---
target/linux/mvebu/cortexa9/config-5.15 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/mvebu/cortexa9/config-5.15 b/target/linux/mvebu/cortexa9/config-5.15
index b737c44d42..88a2f14c02 100644
--- a/target/linux/mvebu/cortexa9/config-5.15
+++ b/target/linux/mvebu/cortexa9/config-5.15
@@ -1,2 +1,3 @@
+CONFIG_LED_TRIGGER_PHY=y
CONFIG_PHY_MVEBU_A38X_COMPHY=y
CONFIG_RTC_DRV_MV=y
More information about the lede-commits
mailing list