diff options
| author | Heinrich Schuchardt <[email protected]> | 2026-02-25 07:14:26 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-13 10:52:02 -0600 |
| commit | 1939a7f7fb0559f83eb5a53c00b6ddcf4d350128 (patch) | |
| tree | 37239217f7d259d223ebbb84ce34e709585763e8 /drivers | |
| parent | 2a8bb06ff510127f83ebb735a832d5fa7e9554fc (diff) | |
net: do not use non-existent CONFIG_DM_CLK
For enabling the clock driver we use symbol CONFIG_CLK.
Select this symbol for the HiSilicon Fast Ethernet Controller driver.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 2fd8dd0e102..b82b6406e69 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -983,7 +983,7 @@ source "drivers/net/mtk_eth/Kconfig" config HIFEMAC_ETH bool "HiSilicon Fast Ethernet Controller" - select DM_CLK + select CLK select DM_RESET select PHYLIB help @@ -993,7 +993,7 @@ config HIFEMAC_ETH config HIFEMAC_MDIO bool "HiSilicon Fast Ethernet Controller MDIO interface" depends on DM_MDIO - select DM_CLK + select CLK help This driver supports the internal MDIO interface of HIFEMAC Ethernet controller. |
