[openwrt/openwrt] qualcommax: ipq807x: enable qca8k driver

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 9 03:33:37 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b215f5c95ecda507a55ee5d4ab7bf3b48e385874

commit b215f5c95ecda507a55ee5d4ab7bf3b48e385874
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Sat Feb 10 12:35:05 2024 +0100

    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 at gmail.com>
---
 target/linux/qualcommax/ipq807x/config-default | 6 ++++++
 1 file changed, 6 insertions(+)

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




More information about the lede-commits mailing list