netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: akpm@linux-foundation.org
Cc: netdev@vger.kernel.org, vapier@gentoo.org, david-b@pacbell.net,
	greg@kroah.com
Subject: Re: [patch 01/21] usb net: asix does not really need 10/100mbit
Date: Fri, 28 Mar 2008 22:09:31 -0400	[thread overview]
Message-ID: <47EDA4DB.7030904@garzik.org> (raw)
In-Reply-To: <200803282141.m2SLfFEh011801@imap1.linux-foundation.org>

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



      reply	other threads:[~2008-03-29  2:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47EDA4DB.7030904@garzik.org \
    --to=jeff@garzik.org \
    --cc=akpm@linux-foundation.org \
    --cc=david-b@pacbell.net \
    --cc=greg@kroah.com \
    --cc=netdev@vger.kernel.org \
    --cc=vapier@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).