2 tristate "Broadcom 43xx wireless support (mac80211 stack)"
3 depends on (BCMA_POSSIBLE || SSB_POSSIBLE) && MAC80211 && HAS_DMA
4 select BCMA if B43_BCMA
8 b43 is a driver for the Broadcom 43xx series wireless devices.
10 Check "lspci" for something like
11 "Broadcom Corporation BCM43XX 802.11 Wireless LAN Controller"
12 to determine whether you own such a device.
14 This driver supports the new BCM43xx IEEE 802.11G devices, but not
15 the old IEEE 802.11B devices. Old devices are supported by
17 Note that this has nothing to do with the standard that your AccessPoint
18 supports (A, B, G or a combination).
19 IEEE 802.11G devices can talk to IEEE 802.11B AccessPoints.
21 It is safe to include both b43 and b43legacy as the underlying glue
22 layer will automatically load the correct version for your device.
24 This driver uses V4 firmware, which must be installed separately using
27 This driver can be built as a module (recommended) that will be called "b43".
37 prompt "Supported bus types"
39 default B43_BUSES_BCMA_AND_SSB
41 config B43_BUSES_BCMA_AND_SSB
43 depends on BCMA_POSSIBLE && SSB_POSSIBLE
49 depends on BCMA_POSSIBLE
54 depends on SSB_POSSIBLE
59 # Auto-select SSB PCI-HOST support, if possible
60 config B43_PCI_AUTOSELECT
62 depends on B43 && SSB_PCIHOST_POSSIBLE
64 select SSB_B43_PCI_BRIDGE
67 # Auto-select SSB PCICORE driver, if possible
68 config B43_PCICORE_AUTOSELECT
70 depends on B43 && SSB_DRIVER_PCICORE_POSSIBLE
71 select SSB_DRIVER_PCICORE
75 bool "Broadcom 43xx PCMCIA device support"
76 depends on B43 && B43_SSB && SSB_PCMCIAHOST_POSSIBLE
79 Broadcom 43xx PCMCIA device support.
81 Support for 16bit PCMCIA devices.
82 Please note that most PC-CARD devices are _NOT_ 16bit PCMCIA
83 devices, but 32bit CardBUS devices. CardBUS devices are supported
84 out of the box by b43.
86 With this config option you can drive b43 cards in
87 CompactFlash formfactor in a PCMCIA adaptor.
88 CF b43 cards can sometimes be found in handheld PCs.
90 It's safe to select Y here, even if you don't have a B43 PCMCIA device.
95 bool "Broadcom 43xx SDIO device support"
96 depends on B43 && B43_SSB && SSB_SDIOHOST_POSSIBLE
99 Broadcom 43xx device support for Soft-MAC SDIO devices.
101 With this config option you can drive Soft-MAC b43 cards with a
102 Secure Digital I/O interface.
103 This includes the WLAN daughter card found on the Nintendo Wii
105 Note that this does not support Broadcom 43xx Full-MAC devices.
107 It's safe to select Y here, even if you don't have a B43 SDIO device.
111 #Data transfers to the device via PIO. We want it as a fallback even
115 depends on B43 && B43_BCMA
121 depends on B43 && B43_SSB
126 bool "Support for G-PHY (802.11g) devices"
127 depends on B43 && B43_SSB
130 This PHY type can be found in the following chipsets:
131 PCI: BCM4306, BCM4311, BCM4318
132 SoC: BCM4712, BCM5352E
135 bool "Support for N-PHY (the main 802.11n series) devices"
139 This PHY type can be found in the following chipsets:
140 PCI: BCM4321, BCM4322,
141 BCM43222, BCM43224, BCM43225,
142 BCM43131, BCM43217, BCM43227, BCM43228
143 SoC: BCM4716, BCM4717, BCM4718, BCM5356, BCM5357, BCM5358
146 bool "Support for LP-PHY (low-power 802.11g) devices"
147 depends on B43 && B43_SSB
150 The LP-PHY is a low-power PHY built into some notebooks
151 and embedded devices. It supports 802.11a/b/g
152 (802.11a support is optional, and currently disabled).
155 bool "Support for HT-PHY (high throughput 802.11n) devices"
156 depends on B43 && B43_BCMA
159 This PHY type with 3x3:3 MIMO can be found in the BCM4331 PCI chipset.
162 bool "Support for LCN-PHY devices (BROKEN)"
163 depends on B43 && BROKEN
165 Support for the LCN-PHY.
167 Say N, this is BROKEN and crashes driver.
169 # This config option automatically enables b43 LEDS support,
173 depends on B43 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = B43)
176 # This config option automatically enables b43 HW-RNG support,
177 # if the HW-RNG core is enabled.
180 depends on B43 && (HW_RANDOM = y || HW_RANDOM = B43)
184 bool "Broadcom 43xx debugging"
187 Broadcom 43xx debugging.
189 This adds additional runtime sanity checks and statistics to the driver.
190 These checks and statistics might be expensive and hurt the runtime
191 performance of your system.
192 This also adds the b43 debugfs interface.
194 Do not enable this, unless you are debugging the driver.
196 Say N, if you are a distributor or user building a release kernel
198 Only say Y, if you are debugging a problem in the b43 driver sourcecode.