diff options
| author | Christian Marangi | 2025-01-25 20:13:16 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-01-25 20:24:09 +0000 |
| commit | 439812283b7dae179d5ecc843d153bf607ae2f46 (patch) | |
| tree | daef30bc83752e4bc5dff0dc6490fd39aa91f368 | |
| parent | 7333c694e3f96128fbf6f9a95c51b3fd7ff95ec9 (diff) | |
| download | openwrt-439812283b7dae179d5ecc843d153bf607ae2f46.tar.gz | |
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@gmail.com>
| -rw-r--r-- | target/linux/qualcommbe/ipq95xx/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
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 |