From 210faa703a17aa7d59a7ca7d580d3174e15f51cf Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Mon, 18 May 2020 12:25:20 +0200 Subject: [PATCH 10/40] ipq806x: 4.14: 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 --- target/linux/ipq806x/config-4.14 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ipq806x/config-4.14 b/target/linux/ipq806x/config-4.14 index 38f5c94507..2a89ad8778 100644 --- a/target/linux/ipq806x/config-4.14 +++ b/target/linux/ipq806x/config-4.14 @@ -58,6 +58,7 @@ CONFIG_ARM_THUMB=y # CONFIG_ARM_THUMBEE is not set CONFIG_ARM_UNWIND=y CONFIG_ARM_VIRT_EXT=y +CONFIG_AT803X_PHY=y # CONFIG_BINFMT_FLAT is not set CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_MQ_PCI=y -- 2.25.1