[openwrt/openwrt] qualcommax: enable qca807x PHY driver
LEDE Commits
lede-commits at lists.infradead.org
Sun Feb 11 12:18:05 PST 2024
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/a627e13d12dd74ffadf689b4b70630e16624577d
commit a627e13d12dd74ffadf689b4b70630e16624577d
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Wed Nov 15 01:08:37 2023 +0100
qualcommax: enable qca807x PHY driver
IPQ807x have integrated qca8074 PHY supported by the upstream qca807x driver.
Enable it to use it instead of the downstream qca SSDK variant.
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
target/linux/qualcommax/config-6.1 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/qualcommax/config-6.1 b/target/linux/qualcommax/config-6.1
index a336d3df05..35275ff0ce 100644
--- a/target/linux/qualcommax/config-6.1
+++ b/target/linux/qualcommax/config-6.1
@@ -355,6 +355,7 @@ CONFIG_POWER_SUPPLY=y
CONFIG_PREEMPT_NONE_BUILD=y
CONFIG_PRINTK_TIME=y
CONFIG_PTP_1588_CLOCK_OPTIONAL=y
+CONFIG_QCA807X_PHY=y
CONFIG_QCA808X_PHY=y
# CONFIG_QCM_DISPCC_2290 is not set
# CONFIG_QCM_GCC_2290 is not set
More information about the lede-commits
mailing list