]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
net: do not use non-existent CONFIG_DM_CLK
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 25 Feb 2026 06:14:26 +0000 (07:14 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 13 Mar 2026 16:52:02 +0000 (10:52 -0600)
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 <heinrich.schuchardt@canonical.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
drivers/net/Kconfig

index 2fd8dd0e102389e875050eee89cd4395d7e2f4e7..b82b6406e6977f403d02565fb52feffdde53027e 100644 (file)
@@ -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.