net: Correct dependencies for HIFEMAC_ETH

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@konsulko.com>
This commit is contained in:
Tom Rini
2026-03-31 16:54:49 +02:00
committed by Jerome Forissier
parent 66da793b69
commit 2edd015cd5
+2
View File
@@ -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