netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Denis Vlasenko <vda@ilport.com.ua>
To: Adrian Bunk <bunk@stusta.de>
Cc: Andrew Morton <akpm@osdl.org>,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [-mm patch] ACX should select, not depend on FW_LOADER
Date: Mon, 12 Dec 2005 07:59:26 +0200	[thread overview]
Message-ID: <200512120759.26814.vda@ilport.com.ua> (raw)
In-Reply-To: <20051211182901.GP23349@stusta.de>

On Sunday 11 December 2005 20:29, Adrian Bunk wrote:
> If a driver needs FW_LOADER, it should select this option, not depend on 
> it.
> 
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> 
> --- linux-2.6.15-rc5-mm2-full/drivers/net/wireless/tiacx/Kconfig.old	2005-12-11 19:04:49.000000000 +0100
> +++ linux-2.6.15-rc5-mm2-full/drivers/net/wireless/tiacx/Kconfig	2005-12-11 19:05:08.000000000 +0100
> @@ -1,6 +1,7 @@
>  config ACX
>  	tristate "TI acx100/acx111 802.11b/g wireless chipsets"
> -	depends on NET_RADIO && EXPERIMENTAL && FW_LOADER && (USB || PCI)
> +	depends on NET_RADIO && EXPERIMENTAL && (USB || PCI)
> +	select FW_LOADER
>  	---help---
>  	A driver for 802.11b/g wireless cards based on
>  	Texas Instruments acx100 and acx111 chipsets.

Applied to acx, thanks!
--
vda

      reply	other threads:[~2005-12-12  5:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-11 18:29 [-mm patch] ACX should select, not depend on FW_LOADER Adrian Bunk
2005-12-12  5:59 ` Denis Vlasenko [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=200512120759.26814.vda@ilport.com.ua \
    --to=vda@ilport.com.ua \
    --cc=akpm@osdl.org \
    --cc=bunk@stusta.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.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).