commit | 62dc979655fa6646941ded63dd476ba2cf3c68b7 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Tue Aug 18 19:58:55 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue Aug 25 10:26:24 2020 +0200 |
tree | d1435cf23ec96ed137485431c9db57d3c2d3d748 | |
parent | a0916d366f97e81afefa780479dc3d2da7130a96 [diff] |
pico-imx6: Remove unneeded CONFIG_DM_MDIO As explained in the CONFIG_DM_MDIO text inside drivers/net/Kconfig: "Useful in particular for systems that support DM_ETH and have a stand-alone MDIO hardware block shared by multiple Ethernet interfaces." i.MX6 has a single FEC instance, so there is no need to select CONFIG_DM_MDIO. Signed-off-by: Fabio Estevam <festevam@gmail.com>