[PATCH] net: Correct dependencies for HIFEMAC_ETH

Jerome Forissier jerome.forissier at arm.com
Mon Mar 30 16:26:03 CEST 2026



On 23/03/2026 20:53, Tom Rini wrote:
> The HIFEMAC_ETH functionality can only work with both DM_ETH_PHY and
> DM_MDIO enabled (it calls one of the functions that requires both), so
> express this dependency in Kconfig.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> Cc: Jerome Forissier <jerome.forissier at arm.com>
> ---
>  drivers/net/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)

Added to net-next, thanks!

--
Jerome

> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index 9d4e9f069701..ed07e286676c 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kconfig
> @@ -983,6 +983,8 @@ config HIFEMAC_ETH
>       depends on DM && OF_CONTROL
>       select CLK
>       select DM_CLK
> +     select DM_ETH_PHY
> +     select DM_MDIO
>       select DM_RESET
>       select PHYLIB
>       help

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


More information about the U-Boot mailing list