summaryrefslogtreecommitdiff
path: root/configs/pico-imx6_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-08-18 19:58:55 -0300
committerStefano Babic <sbabic@denx.de>2020-08-25 10:26:24 +0200
commit821a987fec3c2ad660e73c6cb2827c57bd08b880 (patch)
treed1435cf23ec96ed137485431c9db57d3c2d3d748 /configs/pico-imx6_defconfig
parentf27ffe4177a7cc09614e2f87012234c1e260c8f2 (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>
Diffstat (limited to 'configs/pico-imx6_defconfig')
-rw-r--r--configs/pico-imx6_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/pico-imx6_defconfig b/configs/pico-imx6_defconfig
index a71d867796..ab9635ddb6 100644
--- a/configs/pico-imx6_defconfig
+++ b/configs/pico-imx6_defconfig
@@ -68,7 +68,6 @@ CONFIG_FSL_USDHC=y
CONFIG_PHYLIB=y
CONFIG_PHY_ATHEROS=y
CONFIG_DM_ETH=y
-CONFIG_DM_MDIO=y
CONFIG_RGMII=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y