linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bcm43xx: Hide if bcm43xx-mac80211 is builtin
@ 2007-04-11 23:01 Michael Wu
  2007-04-12  0:01 ` Dan Williams
  2007-04-12  1:20 ` John W. Linville
  0 siblings, 2 replies; 7+ messages in thread
From: Michael Wu @ 2007-04-11 23:01 UTC (permalink / raw)
  To: Michael Buesch; +Cc: linux-wireless

[-- Attachment #1: Type: text/plain, Size: 884 bytes --]

bcm43xx: Hide if bcm43xx-mac80211 is builtin

From: Michael Wu <flamingice@sourmilk.net>

This prevents users from compiling bcm43xx (softmac) and bcm43xx-mac80211
into the kernel at the same time. In the case that it is attempted, make
bcm43xx (softmac) not build.

Signed-off-by: Michael Wu <flamingice@sourmilk.net>
---

 drivers/net/wireless/bcm43xx/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/bcm43xx/Kconfig b/drivers/net/wireless/bcm43xx/Kconfig
index ce397e4..f69510d 100644
--- a/drivers/net/wireless/bcm43xx/Kconfig
+++ b/drivers/net/wireless/bcm43xx/Kconfig
@@ -1,6 +1,7 @@
 config BCM43XX
 	tristate "Broadcom BCM43xx wireless support"
 	depends on PCI && IEEE80211 && IEEE80211_SOFTMAC && WLAN_80211 && EXPERIMENTAL
+	depends on BCM43XX_MAC80211 != 'y'
 	select WIRELESS_EXT
 	select FW_LOADER
 	select HW_RANDOM

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-04-13  0:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-11 23:01 [PATCH] bcm43xx: Hide if bcm43xx-mac80211 is builtin Michael Wu
2007-04-12  0:01 ` Dan Williams
2007-04-12  3:42   ` Larry Finger
2007-04-12  1:20 ` John W. Linville
2007-04-12  1:55   ` Michael Wu
2007-04-12 23:56     ` John W. Linville
2007-04-12  2:23   ` Pavel Roskin

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).