projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c39c8da
)
qualcommax: ipq807x: enable qca8k driver
author
Robert Marko
<
[email protected]
>
Sat, 10 Feb 2024 11:35:05 +0000
(12:35 +0100)
committer
Robert Marko
<
[email protected]
>
Tue, 9 Jul 2024 10:33:17 +0000
(12:33 +0200)
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 <
[email protected]
>
target/linux/qualcommax/ipq807x/config-default
patch
|
blob
|
history
diff --git
a/target/linux/qualcommax/ipq807x/config-default
b/target/linux/qualcommax/ipq807x/config-default
index 72d17641cdb09d8fcabc9790ad5d58a4ae6b76c5..fecc2e5f323dc4cf68c0ee85b68220cb6059de8f 100644
(file)
--- 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