public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] pico-imx6: Remove unneeded CONFIG_DM_MDIO
@ 2020-08-18 22:58 Fabio Estevam
  2020-08-25 13:59 ` sbabic at denx.de
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2020-08-18 22:58 UTC (permalink / raw)
  To: u-boot

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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/pico-imx6_defconfig b/configs/pico-imx6_defconfig
index 2316544398..cd560ba3b8 100644
--- a/configs/pico-imx6_defconfig
+++ b/configs/pico-imx6_defconfig
@@ -67,7 +67,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
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] pico-imx6: Remove unneeded CONFIG_DM_MDIO
  2020-08-18 22:58 [PATCH] pico-imx6: Remove unneeded CONFIG_DM_MDIO Fabio Estevam
@ 2020-08-25 13:59 ` sbabic at denx.de
  0 siblings, 0 replies; 2+ messages in thread
From: sbabic at denx.de @ 2020-08-25 13:59 UTC (permalink / raw)
  To: u-boot

> 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>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-25 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-18 22:58 [PATCH] pico-imx6: Remove unneeded CONFIG_DM_MDIO Fabio Estevam
2020-08-25 13:59 ` sbabic at denx.de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox