From: Petr Štetiar Date: Thu, 26 Mar 2020 12:06:12 +0000 (+0100) Subject: sunxi: a53: fix ethernet on a64-olinuxino X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=153a6b8c349f5bd4d3d4e7817cbe80834debcbf0;p=openwrt%2Fstaging%2Fblocktrron.git sunxi: a53: fix ethernet on a64-olinuxino a64-olinuxino board has Micrel KSZ9031 Gigabit PHY so add support for this PHY into kernel. Signed-off-by: Petr Štetiar --- diff --git a/target/linux/sunxi/cortexa53/config-5.4 b/target/linux/sunxi/cortexa53/config-5.4 index e9d6ffc3c8..6e1ef22129 100644 --- a/target/linux/sunxi/cortexa53/config-5.4 +++ b/target/linux/sunxi/cortexa53/config-5.4 @@ -123,6 +123,7 @@ CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE=y CONFIG_KVM_ARM_PMU=y CONFIG_KVM_INDIRECT_VECTORS=y CONFIG_MDIO_BUS_MUX=y +CONFIG_MICREL_PHY=y CONFIG_MODULES_USE_ELF_RELA=y CONFIG_NEED_SG_DMA_LENGTH=y CONFIG_NO_IOPORT_MAP=y