Re: [PATCH/RFC] make MII and PHYLIB independent of NET_ETHERNET
From: Jeff Garzik <hidden>
Date: 2006-12-07 09:58:51
From: Jeff Garzik <hidden>
Date: 2006-12-07 09:58:51
Randy Dunlap wrote:
On Thu, 30 Nov 2006 06:10:14 -0500 Jeff Garzik wrote:quoted
ACK, but patch doesn't apply to #upstreamDoes it work to patch -mm instead? (below) --- From: Randy Dunlap <redacted> PHYLIB can be used by non-NET_ETHERNET (10/100 ethernet) devices; e.g., GIANFAR (gigabit) uses it. We also have USB ethernet devices trying to use MII without NET_ETHERNET being enabled, so move MII outside of NET_ETHERNET, along with PHYLIB. They both still depend on NET && NETDEVICES. Signed-off-by: Randy Dunlap <redacted>
still didn't apply