[openwrt/openwrt] ipq806x: 5.4: enable AT803X driver

LEDE Commits lede-commits at lists.infradead.org
Thu Sep 17 02:43:11 EDT 2020


blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6133ac8e99709cf1ab78c8a46b1d319f33d4e0ee

commit 6133ac8e99709cf1ab78c8a46b1d319f33d4e0ee
Author: Robert Marko <robert.marko at sartura.hr>
AuthorDate: Mon May 18 12:25:20 2020 +0200

    ipq806x: 5.4: enable AT803X driver
    
    Its needed for Edgecore ECW5410 which does not use QCA8337 switch,
    but rather 2x AR8033 PHY-s directly connected to GMAC-s.
    
    Signed-off-by: Robert Marko <robert.marko at sartura.hr>
---
 target/linux/ipq806x/config-5.4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ipq806x/config-5.4 b/target/linux/ipq806x/config-5.4
index 263d153dde..568c5df39e 100644
--- a/target/linux/ipq806x/config-5.4
+++ b/target/linux/ipq806x/config-5.4
@@ -68,6 +68,7 @@ CONFIG_ARM_QCOM_CPUIDLE=y
 CONFIG_ARM_THUMB=y
 CONFIG_ARM_UNWIND=y
 CONFIG_ARM_VIRT_EXT=y
+CONFIG_AT803X_PHY=y
 CONFIG_BINFMT_FLAT_ARGVP_ENVP_ON_STACK=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_MQ_PCI=y



More information about the lede-commits mailing list