diff options
author | Robert Marko <robert.marko@sartura.hr> | 2020-11-13 14:24:59 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-12-23 16:36:08 +0100 |
commit | 4cdc8d20fa6f0acdac532ad972cd664a5927e9f3 (patch) | |
tree | 992fbed780aae3f2d9c78a2cc87c3bd8b55b804d /target/linux/ipq40xx/config-5.4 | |
parent | 49795690e6986d537a8202b9b5b50df6d9be8916 (diff) | |
download | upstream-4cdc8d20fa6f0acdac532ad972cd664a5927e9f3.tar.gz upstream-4cdc8d20fa6f0acdac532ad972cd664a5927e9f3.tar.bz2 upstream-4cdc8d20fa6f0acdac532ad972cd664a5927e9f3.zip |
ipq40xx: backport upstream MDIO driver
IPQ40xx MDIO driver was upstreamed in kernel version 5.8.
So lets backport the upstream version and drop our local one.
This also refreshed the kernel config since the symbol name has changed.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Diffstat (limited to 'target/linux/ipq40xx/config-5.4')
-rw-r--r-- | target/linux/ipq40xx/config-5.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/config-5.4 b/target/linux/ipq40xx/config-5.4 index d8945aa293..5c42be48bd 100644 --- a/target/linux/ipq40xx/config-5.4 +++ b/target/linux/ipq40xx/config-5.4 @@ -233,7 +233,7 @@ CONFIG_MDIO_BITBANG=y CONFIG_MDIO_BUS=y CONFIG_MDIO_DEVICE=y CONFIG_MDIO_GPIO=y -CONFIG_MDIO_IPQ40XX=y +CONFIG_MDIO_IPQ4019=y # CONFIG_MDM_GCC_9615 is not set # CONFIG_MDM_LCC_9615 is not set CONFIG_MEMFD_CREATE=y |