Re: [PATCH -next] net: NET_DSA depends on NET_ETHERNET

From: David Miller
Date: Tue Jul 20 2010 - 20:45:22 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
Date: Tue, 20 Jul 2010 16:03:32 -0700

> From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
>
> NET_DSA code selects and uses PHYLIB code, but PHYLIB depends on
> NET_ETHERNET. However, "select" does not follow kconfig dependencies,
> so explicitly list that requirement here instead.
>
> Fixes this kconfig warning:
>
> warning: (NET_DSA && NET && EXPERIMENTAL && !S390 ...) selects PHYLIB which has unmet direct dependencies (!S390 && NET_ETHERNET)
>
> Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Randy, this has been fixed in net-2.6 for some time now.

And I'm pretty sure I sent a copy of this to you when I
checked it in :-)

--------------------