On 27/02/2026 15:49, Tom Rini wrote:
> On Fri, Feb 27, 2026 at 11:03:32AM +0100, Jerome Forissier wrote:
>> Hi Heinrich,
>>
>> On 25/02/2026 07:14, Heinrich Schuchardt wrote:
>>> 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]>
>>> ---
>>> @Jerome
>>>
>>> I could not find any usage of the drivers.
>>> Should they be removed?
>>
>> You mean no defconfig enables them? It could be that some project
>> downstream depends on them though. But do we care if we don't build them
>> upstream? Tom, what do you think?
>
> In this case, there never was a "DM_CLK" symbol, even for driver model
> using CLK, it should just have been CLK to start with.
I think the question is more bout HIFEMAC_ETH and HIFEMAC_MDIO which don't
seem to be used anywhere:
jerome@builder:~/work/u-boot (master)$ git grep HIFEMAC_ETH
drivers/net/Kconfig:config HIFEMAC_ETH
drivers/net/Makefile:obj-$(CONFIG_HIFEMAC_ETH) += hifemac.o
jerome@builder:~/work/u-boot (master)$ git grep HIFEMAC_MDIO
drivers/net/Kconfig:config HIFEMAC_MDIO
drivers/net/Makefile:obj-$(CONFIG_HIFEMAC_MDIO) += hifemac_mdio.o
jerome@builder:~/work/u-boot (master)$
Thanks,
--
Jerome