[openwrt/openwrt] mvebu: cortex-a72: enable QCA8081 PHY support
LEDE Commits
lede-commits at lists.infradead.org
Mon Jun 24 00:46:28 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8be64365c4756c1a167e488a3abf403b4f2e3bd6
commit 8be64365c4756c1a167e488a3abf403b4f2e3bd6
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Mon Sep 18 10:51:19 2023 +0200
mvebu: cortex-a72: enable QCA8081 PHY support
MikroTik RB5009 uses Qualcomm QCA8081 PHY for the 2.5G RJ45 port,
so we need to enable the driver for it.
Link: https://github.com/openwrt/openwrt/pull/15765
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/mvebu/cortexa72/config-6.6 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/mvebu/cortexa72/config-6.6 b/target/linux/mvebu/cortexa72/config-6.6
index 3c398dcd8f..1434b18398 100644
--- a/target/linux/mvebu/cortexa72/config-6.6
+++ b/target/linux/mvebu/cortexa72/config-6.6
@@ -89,6 +89,7 @@ CONFIG_PINCTRL_ARMADA_AP806=y
CONFIG_PINCTRL_ARMADA_CP110=y
CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y
CONFIG_POWER_SUPPLY=y
+CONFIG_QCA808X_PHY=y
CONFIG_QUEUED_RWLOCKS=y
CONFIG_QUEUED_SPINLOCKS=y
CONFIG_RAS=y
More information about the lede-commits
mailing list