Searched hist:c6cbcad1ec0dbb08b640d1ca166a42dcb4fb8faa (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/usb/ |
H A D | Kconfig | diff c6cbcad1ec0dbb08b640d1ca166a42dcb4fb8faa Fri Mar 28 22:41:15 CET 2008 Mike Frysinger <vapier@gentoo.org> usb net: asix does not really need 10/100mbit
The asix usb driver currently depends on NET_ETHERNET which means you cannot enable this driver if you only have 1000mbit enabled in your kernel. Since there is no real dependency between the NET_ETHERNET portion and the asix driver, simply drop it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Cc: Greg KH <greg@kroah.com> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
|