diff options
| author | Robert Marko | 2024-02-10 19:40:37 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-07-09 10:33:17 +0000 |
| commit | 19ecf84f0f51877d4bd4776e0275151efb4bf3f7 (patch) | |
| tree | e24baa5ccd118382dee288aa5acc1cd058a240e1 | |
| parent | b215f5c95ecda507a55ee5d4ab7bf3b48e385874 (diff) | |
| download | openwrt-19ecf84f0f51877d4bd4776e0275151efb4bf3f7.tar.gz | |
qualcommax: ipq807x: enable QCA83XX PHY driver
Asus RT-AX89X has an external QCA8337 switch that has built-in
internal ethernet PHY-s that are supported by the QCA83XX PHY driver so
lets enable it.
Link: https://github.com/openwrt/openwrt/pull/15840
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/qualcommax/ipq807x/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/qualcommax/ipq807x/config-default b/target/linux/qualcommax/ipq807x/config-default index fecc2e5f32..1fa8d84ad6 100644 --- a/target/linux/qualcommax/ipq807x/config-default +++ b/target/linux/qualcommax/ipq807x/config-default @@ -18,6 +18,7 @@ CONFIG_PINCTRL_QCOM_SPMI_PMIC=y CONFIG_PM_GENERIC_DOMAINS=y CONFIG_PM_GENERIC_DOMAINS_OF=y # CONFIG_POWER_RESET_QCOM_PON is not set +CONFIG_QCA83XX_PHY=y CONFIG_QCOM_APM=y # CONFIG_QCOM_COINCELL is not set CONFIG_QCOM_GDSC=y |