]> git.baikalelectronics.ru Git - kernel.git/commit
usb net: asix does not really need 10/100mbit
authorMike Frysinger <vapier@gentoo.org>
Fri, 28 Mar 2008 21:41:15 +0000 (14:41 -0700)
committerJeff Garzik <jeff@garzik.org>
Sat, 29 Mar 2008 02:07:23 +0000 (22:07 -0400)
commit4e792b59d8c9374effe660f240379ab2101d6535
tree9ac4a02048229d261ce8ce9cdb32f944fa6a0ab9
parent166f732857c556229ff3f0eedc98b8baef54e76a
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>
drivers/net/usb/Kconfig