diff options
author | Robert Marko <robert.marko@sartura.hr> | 2020-05-18 12:25:20 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2020-09-17 08:42:17 +0200 |
commit | 6133ac8e99709cf1ab78c8a46b1d319f33d4e0ee (patch) | |
tree | 2f41912c16c0ba30bc0ae820cc771e7696c44e01 /target/linux/ipq806x | |
parent | 179073b0cca3e25e42f56cc5151b2c634a974acf (diff) | |
download | upstream-6133ac8e99709cf1ab78c8a46b1d319f33d4e0ee.tar.gz upstream-6133ac8e99709cf1ab78c8a46b1d319f33d4e0ee.tar.bz2 upstream-6133ac8e99709cf1ab78c8a46b1d319f33d4e0ee.zip |
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@sartura.hr>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |