commit | 713eca3de012beabad424e72b9617405d4104fc6 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Mon Jul 13 11:59:36 2020 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Thu Jul 16 11:21:06 2020 +0200 |
tree | b786ad4bc8ca2caa860c92e2680cfce69ea4f3f7 | |
parent | f19de2fbf8a4ee4c8d359fb12d07982e0d9097b9 [diff] |
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>