imx6: Remove unneeded CONFIG_DM_MDIO
authorFabio Estevam <festevam@gmail.com>
Mon, 13 Jul 2020 14:59:36 +0000 (11:59 -0300)
committerStefano Babic <sbabic@denx.de>
Thu, 16 Jul 2020 09:21:06 +0000 (11:21 +0200)
commit45032991194239991726cafe4dfa6a72ddf45956
treeb786ad4bc8ca2caa860c92e2680cfce69ea4f3f7
parent8794cb543fad8994074f327da39f52f3db5b283c
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.

Remove it from the i.MX6 defconfig files.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
configs/apalis_imx6_defconfig
configs/colibri_imx6_defconfig
configs/dh_imx6_defconfig
configs/mx6sabreauto_defconfig
configs/mx6sabresd_defconfig