[openwrt/openwrt] qualcommbe: ipq95xx: Enable Aquantia PHY by default
LEDE Commits
lede-commits at lists.infradead.org
Sat Jan 25 12:24:35 PST 2025
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/439812283b7dae179d5ecc843d153bf607ae2f46
commit 439812283b7dae179d5ecc843d153bf607ae2f46
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Sat Jan 25 21:13:16 2025 +0100
qualcommbe: ipq95xx: Enable Aquantia PHY by default
Enable the Aquantia PHY by default in config-defaults. Target is big
enough to permit embedding the PHY instead of having as an external
module.
Link: https://github.com/openwrt/openwrt/pull/17725
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
target/linux/qualcommbe/ipq95xx/config-default | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/qualcommbe/ipq95xx/config-default b/target/linux/qualcommbe/ipq95xx/config-default
index d1a648ca11..2f05b44fa0 100644
--- a/target/linux/qualcommbe/ipq95xx/config-default
+++ b/target/linux/qualcommbe/ipq95xx/config-default
@@ -1,3 +1,4 @@
+CONFIG_AQUANTIA_PHY=y
CONFIG_ARM_PSCI_CPUIDLE_DOMAIN=y
CONFIG_DT_IDLE_GENPD=y
CONFIG_GRO_CELLS=y
More information about the lede-commits
mailing list