aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMichael Buesch <mbuesch@freenet.de>2006-01-30 11:43:20 -0500
committerJohn W. Linville <linville@tuxdriver.com>2006-03-27 11:18:26 -0500
commit6f3e2045cabd952a86bc819181d8a190cd0689c3 (patch)
treec37379fc811e420ca5e0cf437042b332084684be /drivers
parentdda207ae2da37032524bbdd7a0133c37f2907ae8 (diff)
[PATCH] bcm43xx: add DEBUG Kconfig option. Also fix indention.
Signed-off-by: Michael Buesch <mbuesch@freenet.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/Kconfig19
1 files changed, 14 insertions, 5 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
index 7c7dca112bf5..3b1363c97191 100644
--- a/drivers/net/wireless/Kconfig
+++ b/drivers/net/wireless/Kconfig
@@ -502,12 +502,21 @@ config PRISM54
502source "drivers/net/wireless/hostap/Kconfig" 502source "drivers/net/wireless/hostap/Kconfig"
503 503
504config BCM43XX 504config BCM43XX
505 tristate "Broadcom BCM43xx wireless support" 505 tristate "Broadcom BCM43xx wireless support"
506 depends on PCI && IEEE80211 && NET_RADIO && IEEE80211_SOFTMAC && EXPERIMENTAL 506 depends on PCI && IEEE80211 && NET_RADIO && IEEE80211_SOFTMAC && EXPERIMENTAL
507 select FW_LOADER 507 select FW_LOADER
508 ---help--- 508 ---help---
509 This is an experimental driver for the Broadcom 43xx wireless chip, 509 This is an experimental driver for the Broadcom 43xx wireless chip,
510 found in the Apple Airport Extreme and various other devices. 510 found in the Apple Airport Extreme and various other devices.
511
512config BCM43XX_DEBUG
513 bool "Broadcom BCM43xx debugging (RECOMMENDED)"
514 depends on BCM43XX
515 default y
516 ---help---
517 Broadcom 43xx debugging messages.
518 Say Y, because the driver is still very experimental and
519 this will help you get it running.
511 520
512# yes, this works even when no drivers are selected 521# yes, this works even when no drivers are selected
513config NET_WIRELESS 522config NET_WIRELESS