summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko2024-02-10 11:35:05 +0000
committerRobert Marko2024-07-09 10:33:17 +0000
commitb215f5c95ecda507a55ee5d4ab7bf3b48e385874 (patch)
tree4dbf9dfde0eafd261d356d617ec558aa6f937a73
parentc39c8da2425f0cc4f4628237d773fe089576b816 (diff)
downloadopenwrt-b215f5c95ecda507a55ee5d4ab7bf3b48e385874.tar.gz
qualcommax: ipq807x: enable qca8k driver
Asus RT-AX89X has an Qualcomm QCA8337 switch used to provide additional 1G copper ports, so lets enable qca8k in order to utilize DSA instead of relying on SSDK for 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-default6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/qualcommax/ipq807x/config-default b/target/linux/qualcommax/ipq807x/config-default
index 72d17641cd..fecc2e5f32 100644
--- a/target/linux/qualcommax/ipq807x/config-default
+++ b/target/linux/qualcommax/ipq807x/config-default
@@ -1,11 +1,17 @@
CONFIG_ARM_PSCI_CPUIDLE_DOMAIN=y
CONFIG_DT_IDLE_GENPD=y
+CONFIG_GRO_CELLS=y
CONFIG_IPQ_GCC_8074=y
CONFIG_MDIO_BITBANG=y
CONFIG_MDIO_GPIO=y
# CONFIG_MFD_HI6421_SPMI is not set
CONFIG_MFD_SPMI_PMIC=y
+CONFIG_NET_DEVLINK=y
+CONFIG_NET_DSA=y
+CONFIG_NET_DSA_QCA8K=y
+CONFIG_NET_DSA_TAG_QCA=y
# CONFIG_NVMEM_SPMI_SDAM is not set
+CONFIG_PHYLINK=y
CONFIG_PINCTRL_IPQ8074=y
CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
# CONFIG_PM8916_WATCHDOG is not set