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>
config HIFEMAC_ETH
bool "HiSilicon Fast Ethernet Controller"
- select DM_CLK
+ select CLK
select DM_RESET
select PHYLIB
help
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.