diff options
author | Michael Buesch <mbuesch@freenet.de> | 2006-02-12 10:47:44 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-27 11:18:32 -0500 |
commit | 77db31ea4322f2dd12dc814d6664ae96517604c0 (patch) | |
tree | 358519550cf715249ba836d06eb651d1fdf86079 /drivers/net/wireless/Kconfig | |
parent | 5c57807afcc28a6b8fb579ef2c79e49f0b688425 (diff) |
[PATCH] bcm43xx: Partially fix PIO code. Add Kconfig option for PIO or DMA mode (or both).
Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 3b1363c97191..5c4d7b4ece5e 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -500,23 +500,7 @@ config PRISM54 | |||
500 | will be called prism54.ko. | 500 | will be called prism54.ko. |
501 | 501 | ||
502 | source "drivers/net/wireless/hostap/Kconfig" | 502 | source "drivers/net/wireless/hostap/Kconfig" |
503 | 503 | source "drivers/net/wireless/bcm43xx/Kconfig" | |
504 | config BCM43XX | ||
505 | tristate "Broadcom BCM43xx wireless support" | ||
506 | depends on PCI && IEEE80211 && NET_RADIO && IEEE80211_SOFTMAC && EXPERIMENTAL | ||
507 | select FW_LOADER | ||
508 | ---help--- | ||
509 | This is an experimental driver for the Broadcom 43xx wireless chip, | ||
510 | found in the Apple Airport Extreme and various other devices. | ||
511 | |||
512 | config 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. | ||
520 | 504 | ||
521 | # yes, this works even when no drivers are selected | 505 | # yes, this works even when no drivers are selected |
522 | config NET_WIRELESS | 506 | config NET_WIRELESS |