From 439812283b7dae179d5ecc843d153bf607ae2f46 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Sat, 25 Jan 2025 21:13:16 +0100 Subject: [PATCH] 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 --- 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 -- 2.30.2