| Michael Buesch | e4d6b79 | 2007-09-18 15:39:42 -0400 | [diff] [blame] | 1 | config B43 | 
 | 2 | 	tristate "Broadcom 43xx wireless support (mac80211 stack)" | 
| John W. Linville | 133d7c6 | 2009-10-28 16:29:30 -0400 | [diff] [blame] | 3 | 	depends on SSB_POSSIBLE && MAC80211 && HAS_DMA | 
| Michael Buesch | e4d6b79 | 2007-09-18 15:39:42 -0400 | [diff] [blame] | 4 | 	select SSB | 
 | 5 | 	select FW_LOADER | 
| Michael Buesch | e4d6b79 | 2007-09-18 15:39:42 -0400 | [diff] [blame] | 6 | 	---help--- | 
 | 7 | 	  b43 is a driver for the Broadcom 43xx series wireless devices. | 
 | 8 |  | 
 | 9 | 	  Check "lspci" for something like | 
 | 10 | 	  "Broadcom Corporation BCM43XX 802.11 Wireless LAN Controller" | 
 | 11 | 	  to determine whether you own such a device. | 
 | 12 |  | 
 | 13 | 	  This driver supports the new BCM43xx IEEE 802.11G devices, but not | 
 | 14 | 	  the old IEEE 802.11B devices. Old devices are supported by | 
 | 15 | 	  the b43legacy driver. | 
 | 16 | 	  Note that this has nothing to do with the standard that your AccessPoint | 
 | 17 | 	  supports (A, B, G or a combination). | 
 | 18 | 	  IEEE 802.11G devices can talk to IEEE 802.11B AccessPoints. | 
 | 19 |  | 
 | 20 | 	  It is safe to include both b43 and b43legacy as the underlying glue | 
 | 21 | 	  layer will automatically load the correct version for your device. | 
 | 22 |  | 
 | 23 | 	  This driver uses V4 firmware, which must be installed separately using | 
 | 24 | 	  b43-fwcutter. | 
 | 25 |  | 
 | 26 | 	  This driver can be built as a module (recommended) that will be called "b43". | 
 | 27 | 	  If unsure, say M. | 
 | 28 |  | 
| Rafał Miłecki | 3c65ab6 | 2011-06-02 09:56:04 +0200 | [diff] [blame] | 29 | config B43_BCMA | 
 | 30 | 	bool "Support for BCMA bus" | 
 | 31 | 	depends on B43 && BCMA && BROKEN | 
 | 32 | 	default y | 
 | 33 |  | 
| Rafał Miłecki | aec7ffd | 2011-06-14 08:18:59 +0200 | [diff] [blame^] | 34 | config B43_SSB | 
 | 35 | 	bool | 
 | 36 | 	depends on B43 && SSB | 
 | 37 | 	default y | 
 | 38 |  | 
| Michael Buesch | e4d6b79 | 2007-09-18 15:39:42 -0400 | [diff] [blame] | 39 | # Auto-select SSB PCI-HOST support, if possible | 
 | 40 | config B43_PCI_AUTOSELECT | 
 | 41 | 	bool | 
 | 42 | 	depends on B43 && SSB_PCIHOST_POSSIBLE | 
 | 43 | 	select SSB_PCIHOST | 
| Alexey Zaytsev | c708453 | 2008-02-23 12:59:26 +0300 | [diff] [blame] | 44 | 	select SSB_B43_PCI_BRIDGE | 
| Michael Buesch | e4d6b79 | 2007-09-18 15:39:42 -0400 | [diff] [blame] | 45 | 	default y | 
 | 46 |  | 
 | 47 | # Auto-select SSB PCICORE driver, if possible | 
 | 48 | config B43_PCICORE_AUTOSELECT | 
 | 49 | 	bool | 
 | 50 | 	depends on B43 && SSB_DRIVER_PCICORE_POSSIBLE | 
 | 51 | 	select SSB_DRIVER_PCICORE | 
 | 52 | 	default y | 
 | 53 |  | 
 | 54 | config B43_PCMCIA | 
| Michael Buesch | fd413da | 2009-09-06 14:49:43 +0200 | [diff] [blame] | 55 | 	bool "Broadcom 43xx PCMCIA device support" | 
 | 56 | 	depends on B43 && SSB_PCMCIAHOST_POSSIBLE | 
| Michael Buesch | e4d6b79 | 2007-09-18 15:39:42 -0400 | [diff] [blame] | 57 | 	select SSB_PCMCIAHOST | 
 | 58 | 	---help--- | 
 | 59 | 	  Broadcom 43xx PCMCIA device support. | 
 | 60 |  | 
 | 61 | 	  Support for 16bit PCMCIA devices. | 
 | 62 | 	  Please note that most PC-CARD devices are _NOT_ 16bit PCMCIA | 
 | 63 | 	  devices, but 32bit CardBUS devices. CardBUS devices are supported | 
 | 64 | 	  out of the box by b43. | 
 | 65 |  | 
 | 66 | 	  With this config option you can drive b43 cards in | 
 | 67 | 	  CompactFlash formfactor in a PCMCIA adaptor. | 
 | 68 | 	  CF b43 cards can sometimes be found in handheld PCs. | 
 | 69 |  | 
 | 70 | 	  It's safe to select Y here, even if you don't have a B43 PCMCIA device. | 
 | 71 |  | 
 | 72 | 	  If unsure, say N. | 
 | 73 |  | 
| Albert Herranz | 3dbba8e | 2009-09-10 19:34:49 +0200 | [diff] [blame] | 74 | config B43_SDIO | 
 | 75 | 	bool "Broadcom 43xx SDIO device support (EXPERIMENTAL)" | 
| Michael Buesch | 4963cce | 2009-09-16 01:13:57 +0200 | [diff] [blame] | 76 | 	depends on B43 && SSB_SDIOHOST_POSSIBLE && EXPERIMENTAL | 
| Albert Herranz | 3dbba8e | 2009-09-10 19:34:49 +0200 | [diff] [blame] | 77 | 	select SSB_SDIOHOST | 
 | 78 | 	---help--- | 
 | 79 | 	  Broadcom 43xx device support for Soft-MAC SDIO devices. | 
 | 80 |  | 
 | 81 | 	  With this config option you can drive Soft-MAC b43 cards with a | 
 | 82 | 	  Secure Digital I/O interface. | 
 | 83 | 	  This includes the WLAN daughter card found on the Nintendo Wii | 
 | 84 | 	  video game console. | 
 | 85 | 	  Note that this does not support Broadcom 43xx Full-MAC devices. | 
 | 86 |  | 
 | 87 | 	  It's safe to select Y here, even if you don't have a B43 SDIO device. | 
 | 88 |  | 
 | 89 | 	  If unsure, say N. | 
 | 90 |  | 
| Linus Torvalds | 9e3bd91 | 2010-02-26 10:34:27 -0800 | [diff] [blame] | 91 | #Data transfers to the device via PIO. We want it as a fallback even | 
 | 92 | # if we can do DMA. | 
 | 93 | config B43_PIO | 
 | 94 | 	bool | 
 | 95 | 	depends on B43 | 
 | 96 | 	select SSB_BLOCKIO | 
 | 97 | 	default y | 
 | 98 |  | 
| Rafał Miłecki | 692d2c0 | 2010-12-07 21:56:00 +0100 | [diff] [blame] | 99 | config B43_PHY_N | 
 | 100 | 	bool "Support for 802.11n (N-PHY) devices (EXPERIMENTAL)" | 
 | 101 | 	depends on B43 && EXPERIMENTAL | 
| Michael Buesch | d5c71e4 | 2008-01-04 17:06:29 +0100 | [diff] [blame] | 102 | 	---help--- | 
| Rafał Miłecki | 692d2c0 | 2010-12-07 21:56:00 +0100 | [diff] [blame] | 103 | 	  Support for the N-PHY. | 
| Michael Buesch | d5c71e4 | 2008-01-04 17:06:29 +0100 | [diff] [blame] | 104 |  | 
| Rafał Miłecki | 2a6672f | 2011-03-07 15:09:19 +0100 | [diff] [blame] | 105 | 	  This enables support for devices with N-PHY. | 
| Michael Buesch | d5c71e4 | 2008-01-04 17:06:29 +0100 | [diff] [blame] | 106 |  | 
| Rafał Miłecki | 692d2c0 | 2010-12-07 21:56:00 +0100 | [diff] [blame] | 107 | 	  Say N if you expect high stability and performance. Saying Y will not | 
 | 108 | 	  affect other devices support and may provide support for basic needs. | 
| Michael Buesch | d5c71e4 | 2008-01-04 17:06:29 +0100 | [diff] [blame] | 109 |  | 
| Michael Buesch | e63e436 | 2008-08-30 10:55:48 +0200 | [diff] [blame] | 110 | config B43_PHY_LP | 
| Gábor Stefanik | 86b2892 | 2009-08-16 20:22:41 +0200 | [diff] [blame] | 111 | 	bool "Support for low-power (LP-PHY) devices (EXPERIMENTAL)" | 
 | 112 | 	depends on B43 && EXPERIMENTAL | 
| Gábor Stefanik | 867b2ef | 2009-08-27 17:24:23 +0200 | [diff] [blame] | 113 | 	default y | 
| Michael Buesch | e63e436 | 2008-08-30 10:55:48 +0200 | [diff] [blame] | 114 | 	---help--- | 
 | 115 | 	  Support for the LP-PHY. | 
| Gábor Stefanik | 86b2892 | 2009-08-16 20:22:41 +0200 | [diff] [blame] | 116 | 	  The LP-PHY is a low-power PHY built into some notebooks | 
 | 117 | 	  and embedded devices. It supports 802.11a/g | 
 | 118 | 	  (802.11a support is optional, and currently disabled). | 
| Michael Buesch | e63e436 | 2008-08-30 10:55:48 +0200 | [diff] [blame] | 119 |  | 
| Rafał Miłecki | d7520b1 | 2011-06-13 16:20:06 +0200 | [diff] [blame] | 120 | config B43_PHY_HT | 
 | 121 | 	bool "Support for HT-PHY devices (BROKEN)" | 
 | 122 | 	depends on B43 && BROKEN | 
 | 123 | 	---help--- | 
 | 124 | 	  Support for the HT-PHY. | 
 | 125 |  | 
 | 126 | 	  Say N, this is BROKEN and crashes driver. | 
 | 127 |  | 
| Michael Buesch | bdb3f75 | 2007-11-07 21:24:07 +0100 | [diff] [blame] | 128 | # This config option automatically enables b43 LEDS support, | 
 | 129 | # if it's possible. | 
| Michael Buesch | 21954c3 | 2007-09-27 15:31:40 +0200 | [diff] [blame] | 130 | config B43_LEDS | 
 | 131 | 	bool | 
| Michael Buesch | bdb3f75 | 2007-11-07 21:24:07 +0100 | [diff] [blame] | 132 | 	depends on B43 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = B43) | 
| Michael Buesch | 8e9f752 | 2007-09-27 21:35:34 +0200 | [diff] [blame] | 133 | 	default y | 
 | 134 |  | 
| Michael Buesch | 616de35 | 2009-03-29 13:19:31 +0200 | [diff] [blame] | 135 | # This config option automatically enables b43 HW-RNG support, | 
 | 136 | # if the HW-RNG core is enabled. | 
 | 137 | config B43_HWRNG | 
 | 138 | 	bool | 
 | 139 | 	depends on B43 && (HW_RANDOM = y || HW_RANDOM = B43) | 
 | 140 | 	default y | 
 | 141 |  | 
| Michael Buesch | e4d6b79 | 2007-09-18 15:39:42 -0400 | [diff] [blame] | 142 | config B43_DEBUG | 
 | 143 | 	bool "Broadcom 43xx debugging" | 
 | 144 | 	depends on B43 | 
 | 145 | 	---help--- | 
| Michael Buesch | 060210f | 2009-01-25 15:49:59 +0100 | [diff] [blame] | 146 | 	  Broadcom 43xx debugging. | 
| Michael Buesch | e4d6b79 | 2007-09-18 15:39:42 -0400 | [diff] [blame] | 147 |  | 
| Michael Buesch | 060210f | 2009-01-25 15:49:59 +0100 | [diff] [blame] | 148 | 	  This adds additional runtime sanity checks and statistics to the driver. | 
 | 149 | 	  These checks and statistics might me expensive and hurt runtime performance | 
 | 150 | 	  of your system. | 
 | 151 | 	  This also adds the b43 debugfs interface. | 
 | 152 |  | 
 | 153 | 	  Do not enable this, unless you are debugging the driver. | 
 | 154 |  | 
 | 155 | 	  Say N, if you are a distributor or user building a release kernel | 
 | 156 | 	  for production use. | 
 | 157 | 	  Only say Y, if you are debugging a problem in the b43 driver sourcecode. | 
| Michael Buesch | 5100d5a | 2008-03-29 21:01:16 +0100 | [diff] [blame] | 158 |  | 
| Linus Torvalds | 9e3bd91 | 2010-02-26 10:34:27 -0800 | [diff] [blame] | 159 | config B43_FORCE_PIO | 
 | 160 | 	bool "Force usage of PIO instead of DMA" | 
 | 161 | 	depends on B43 && B43_DEBUG | 
 | 162 | 	---help--- | 
 | 163 | 	  This will disable DMA and always enable PIO instead. | 
| Michael Buesch | 5100d5a | 2008-03-29 21:01:16 +0100 | [diff] [blame] | 164 |  | 
| Linus Torvalds | 9e3bd91 | 2010-02-26 10:34:27 -0800 | [diff] [blame] | 165 | 	  Say N! | 
 | 166 | 	  This is only for debugging the PIO engine code. You do | 
 | 167 | 	  _NOT_ want to enable this. |