Re: [PATCH] net: usb: lan78xx: add weak dependency with micrel phy module

From: Andrew Lunn
Date: Wed Jul 24 2024 - 18:57:39 EST


> For the commented case, I have included only one phy because it is the hardware
> that I have, but other phy devices (modules) are possible and they can be some.

So this the whole whacker a mole problem. It works for you but fails
for 99% of users. How is this helping us?

Maybe a better solution is to first build an initramfs with
everything, plus the kitchen sink. Boot it, and then look at what has
been loaded in order to get the rootfs mounted. Then update the
initramfs with just what is needed? That should be pretty generic,
with throw out networking ig NFS root is not used, just load JFFS2 and
a NAND driver if it was used for the rootfs, etc.

Andrew