hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/drivers/net/wireless/broadcom/b43/Kconfig
....@@ -1,10 +1,12 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config B43
23 tristate "Broadcom 43xx wireless support (mac80211 stack)"
34 depends on (BCMA_POSSIBLE || SSB_POSSIBLE) && MAC80211 && HAS_DMA
45 select BCMA if B43_BCMA
56 select SSB if B43_SSB
67 select FW_LOADER
7
- ---help---
8
+ select CORDIC
9
+ help
810 b43 is a driver for the Broadcom 43xx series wireless devices.
911
1012 Check "lspci" for something like
....@@ -75,7 +77,7 @@
7577 bool "Broadcom 43xx SDIO device support"
7678 depends on B43 && B43_SSB && SSB_SDIOHOST_POSSIBLE
7779 select SSB_SDIOHOST
78
- ---help---
80
+ help
7981 Broadcom 43xx device support for Soft-MAC SDIO devices.
8082
8183 With this config option you can drive Soft-MAC b43 cards with a
....@@ -106,7 +108,7 @@
106108 bool "Support for G-PHY (802.11g) devices"
107109 depends on B43 && B43_SSB
108110 default y
109
- ---help---
111
+ help
110112 This PHY type can be found in the following chipsets:
111113 PCI: BCM4306, BCM4311, BCM4318
112114 SoC: BCM4712, BCM5352E
....@@ -115,7 +117,7 @@
115117 bool "Support for N-PHY (the main 802.11n series) devices"
116118 depends on B43
117119 default y
118
- ---help---
120
+ help
119121 This PHY type can be found in the following chipsets:
120122 PCI: BCM4321, BCM4322,
121123 BCM43222, BCM43224, BCM43225,
....@@ -126,7 +128,7 @@
126128 bool "Support for LP-PHY (low-power 802.11g) devices"
127129 depends on B43 && B43_SSB
128130 default y
129
- ---help---
131
+ help
130132 The LP-PHY is a low-power PHY built into some notebooks
131133 and embedded devices. It supports 802.11a/b/g
132134 (802.11a support is optional, and currently disabled).
....@@ -135,13 +137,13 @@
135137 bool "Support for HT-PHY (high throughput 802.11n) devices"
136138 depends on B43 && B43_BCMA
137139 default y
138
- ---help---
140
+ help
139141 This PHY type with 3x3:3 MIMO can be found in the BCM4331 PCI chipset.
140142
141143 config B43_PHY_LCN
142144 bool "Support for LCN-PHY devices (BROKEN)"
143145 depends on B43 && BROKEN
144
- ---help---
146
+ help
145147 Support for the LCN-PHY.
146148
147149 Say N, this is BROKEN and crashes driver.
....@@ -149,7 +151,7 @@
149151 config B43_PHY_AC
150152 bool "Support for AC-PHY (802.11ac) devices (BROKEN)"
151153 depends on B43 && B43_BCMA && BROKEN
152
- ---help---
154
+ help
153155 This PHY type can be found in the following chipsets:
154156 PCI: BCM4352, BCM4360
155157
....@@ -172,7 +174,7 @@
172174 config B43_DEBUG
173175 bool "Broadcom 43xx debugging"
174176 depends on B43
175
- ---help---
177
+ help
176178 Broadcom 43xx debugging.
177179
178180 This adds additional runtime sanity checks and statistics to the driver.