* [patch 01/21] usb net: asix does not really need 10/100mbit
@ 2008-03-28 21:41 akpm
2008-03-29 2:09 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2008-03-28 21:41 UTC (permalink / raw)
To: jeff; +Cc: netdev, akpm, vapier, david-b, greg
From: Mike Frysinger <vapier@gentoo.org>
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: Jeff Garzik <jeff@garzik.org>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/net/usb/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/net/usb/Kconfig~usb-net-asix-does-not-really-need-10-100mbit drivers/net/usb/Kconfig
--- a/drivers/net/usb/Kconfig~usb-net-asix-does-not-really-need-10-100mbit
+++ a/drivers/net/usb/Kconfig
@@ -129,7 +129,7 @@ config USB_USBNET
config USB_NET_AX8817X
tristate "ASIX AX88xxx Based USB 2.0 Ethernet Adapters"
- depends on USB_USBNET && NET_ETHERNET
+ depends on USB_USBNET
select CRC32
default y
help
_
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 01/21] usb net: asix does not really need 10/100mbit
2008-03-28 21:41 [patch 01/21] usb net: asix does not really need 10/100mbit akpm
@ 2008-03-29 2:09 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-03-29 2:09 UTC (permalink / raw)
To: akpm; +Cc: netdev, vapier, david-b, greg
akpm@linux-foundation.org wrote:
> From: Mike Frysinger <vapier@gentoo.org>
>
> 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: Jeff Garzik <jeff@garzik.org>
> Cc: David Brownell <david-b@pacbell.net>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
>
> drivers/net/usb/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff -puN drivers/net/usb/Kconfig~usb-net-asix-does-not-really-need-10-100mbit drivers/net/usb/Kconfig
> --- a/drivers/net/usb/Kconfig~usb-net-asix-does-not-really-need-10-100mbit
> +++ a/drivers/net/usb/Kconfig
> @@ -129,7 +129,7 @@ config USB_USBNET
>
> config USB_NET_AX8817X
> tristate "ASIX AX88xxx Based USB 2.0 Ethernet Adapters"
> - depends on USB_USBNET && NET_ETHERNET
> + depends on USB_USBNET
> select CRC32
> default y
applied
man, NET_ETHERNET is woefully misnamed
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-29 2:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-28 21:41 [patch 01/21] usb net: asix does not really need 10/100mbit akpm
2008-03-29 2:09 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).