aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/Kconfig
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-07-30 09:38:00 -0400
committerJohn W. Linville <linville@tuxdriver.com>2014-07-31 13:45:30 -0400
commited7f75b4f058495332e107efa1b533fcc8720420 (patch)
treee97d1bc02deba3ac1150f20bb90c1f75576991c3 /drivers/net/wireless/b43/Kconfig
parent70b7d94bcc1266fb91686bcd539ef81dff40eb3a (diff)
b43: update PHY descriptions in Kconfig
Add lists of chipsets, so people can enable support for their device easier (at least after checking lspci). Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/Kconfig')
-rw-r--r--drivers/net/wireless/b43/Kconfig22
1 files changed, 9 insertions, 13 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig
index d4c6ae3a9210..64a5b672e30a 100644
--- a/drivers/net/wireless/b43/Kconfig
+++ b/drivers/net/wireless/b43/Kconfig
@@ -132,35 +132,31 @@ config B43_PHY_G
132 SoC: BCM4712, BCM5352E 132 SoC: BCM4712, BCM5352E
133 133
134config B43_PHY_N 134config B43_PHY_N
135 bool "Support for 802.11n (N-PHY) devices" 135 bool "Support for N-PHY (the main 802.11n series) devices"
136 depends on B43 136 depends on B43
137 default y 137 default y
138 ---help--- 138 ---help---
139 Support for the N-PHY. 139 This PHY type can be found in the following chipsets:
140 140 PCI: BCM4321, BCM4322,
141 This enables support for devices with N-PHY. 141 BCM43222, BCM43224, BCM43225,
142 142 BCM43131, BCM43217, BCM43227, BCM43228
143 Say N if you expect high stability and performance. Saying Y will not 143 SoC: BCM4716, BCM4717, BCM4718, BCM5356, BCM5357, BCM5358
144 affect other devices support and may provide support for basic needs.
145 144
146config B43_PHY_LP 145config B43_PHY_LP
147 bool "Support for low-power (LP-PHY) devices" 146 bool "Support for LP-PHY (low-power 802.11g) devices"
148 depends on B43 && B43_SSB 147 depends on B43 && B43_SSB
149 default y 148 default y
150 ---help--- 149 ---help---
151 Support for the LP-PHY.
152 The LP-PHY is a low-power PHY built into some notebooks 150 The LP-PHY is a low-power PHY built into some notebooks
153 and embedded devices. It supports 802.11a/b/g 151 and embedded devices. It supports 802.11a/b/g
154 (802.11a support is optional, and currently disabled). 152 (802.11a support is optional, and currently disabled).
155 153
156config B43_PHY_HT 154config B43_PHY_HT
157 bool "Support for HT-PHY (high throughput) devices" 155 bool "Support for HT-PHY (high throughput 802.11n) devices"
158 depends on B43 && B43_BCMA 156 depends on B43 && B43_BCMA
159 default y 157 default y
160 ---help--- 158 ---help---
161 Support for the HT-PHY. 159 This PHY type with 3x3:3 MIMO can be found in the BCM4331 PCI chipset.
162
163 Enables support for BCM4331 and possibly other chipsets with that PHY.
164 160
165config B43_PHY_LCN 161config B43_PHY_LCN
166 bool "Support for LCN-PHY devices (BROKEN)" 162 bool "Support for LCN-PHY devices (BROKEN)"