[PATCH 1/1] net: do not use non-existent CONFIG_DM_CLK
Tom Rini
trini at konsulko.com
Mon Mar 2 15:25:25 CET 2026
On Mon, Mar 02, 2026 at 03:17:39PM +0100, Jerome Forissier wrote:
>
>
> 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 <heinrich.schuchardt at canonical.com>
> >>> ---
> >>> @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 at 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 at 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 at builder:~/work/u-boot (master)$
Ah, OK, sorry. Yang Xiwen, is there a platform that will be submitted
upstream that enables this driver? Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260302/babf394c/attachment.sig>
More information about the U-Boot
mailing list