pico-imx6: Remove unneeded CONFIG_DM_MDIO
authorFabio Estevam <festevam@gmail.com>
Tue, 18 Aug 2020 22:58:55 +0000 (19:58 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 25 Aug 2020 08:26:24 +0000 (10:26 +0200)
commit821a987fec3c2ad660e73c6cb2827c57bd08b880
treed1435cf23ec96ed137485431c9db57d3c2d3d748
parentf27ffe4177a7cc09614e2f87012234c1e260c8f2
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>
configs/pico-imx6_defconfig