Pārlūkot izejas kodu

[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>
Michael Buesch 19 gadi atpakaļ
vecāks
revīzija
6f3e2045ca
1 mainītis faili ar 14 papildinājumiem un 5 dzēšanām
  1. 14 5
      drivers/net/wireless/Kconfig

+ 14 - 5
drivers/net/wireless/Kconfig

@@ -502,12 +502,21 @@ config PRISM54
 source "drivers/net/wireless/hostap/Kconfig"
 
 config BCM43XX
-       tristate "Broadcom BCM43xx wireless support"
-       depends on PCI && IEEE80211 && NET_RADIO && IEEE80211_SOFTMAC && EXPERIMENTAL
+	tristate "Broadcom BCM43xx wireless support"
+	depends on PCI && IEEE80211 && NET_RADIO && IEEE80211_SOFTMAC && EXPERIMENTAL
 	select FW_LOADER
-       ---help---
-	This is an experimental driver for the Broadcom 43xx wireless chip,
-	found in the Apple Airport Extreme and various other devices.
+	---help---
+	  This is an experimental driver for the Broadcom 43xx wireless chip,
+	  found in the Apple Airport Extreme and various other devices.
+
+config BCM43XX_DEBUG
+	bool "Broadcom BCM43xx debugging (RECOMMENDED)"
+	depends on BCM43XX
+	default y
+	---help---
+	  Broadcom 43xx debugging messages.
+	  Say Y, because the driver is still very experimental and
+	  this will help you get it running.
 
 # yes, this works even when no drivers are selected
 config NET_WIRELESS