]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/net/wireless/broadcom/b43/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / net / wireless / broadcom / b43 / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
e4d6b795
MB
2config B43
3 tristate "Broadcom 43xx wireless support (mac80211 stack)"
fbe057d8
RM
4 depends on (BCMA_POSSIBLE || SSB_POSSIBLE) && MAC80211 && HAS_DMA
5 select BCMA if B43_BCMA
6 select SSB if B43_SSB
e4d6b795 7 select FW_LOADER
d5a43355 8 select CORDIC
e4d6b795
MB
9 ---help---
10 b43 is a driver for the Broadcom 43xx series wireless devices.
11
12 Check "lspci" for something like
13 "Broadcom Corporation BCM43XX 802.11 Wireless LAN Controller"
14 to determine whether you own such a device.
15
16 This driver supports the new BCM43xx IEEE 802.11G devices, but not
17 the old IEEE 802.11B devices. Old devices are supported by
18 the b43legacy driver.
19 Note that this has nothing to do with the standard that your AccessPoint
20 supports (A, B, G or a combination).
21 IEEE 802.11G devices can talk to IEEE 802.11B AccessPoints.
22
23 It is safe to include both b43 and b43legacy as the underlying glue
24 layer will automatically load the correct version for your device.
25
26 This driver uses V4 firmware, which must be installed separately using
27 b43-fwcutter.
28
29 This driver can be built as a module (recommended) that will be called "b43".
30 If unsure, say M.
31
3c65ab62 32config B43_BCMA
fbe057d8 33 bool
3c65ab62 34
aec7ffdf
RM
35config B43_SSB
36 bool
fbe057d8
RM
37
38choice
39 prompt "Supported bus types"
40 depends on B43
740bb82b 41 default B43_BUSES_BCMA_AND_SSB
fbe057d8
RM
42
43config B43_BUSES_BCMA_AND_SSB
44 bool "BCMA and SSB"
45 depends on BCMA_POSSIBLE && SSB_POSSIBLE
46 select B43_BCMA
47 select B43_SSB
48
49config B43_BUSES_BCMA
50 bool "BCMA only"
51 depends on BCMA_POSSIBLE
52 select B43_BCMA
53
54config B43_BUSES_SSB
55 bool "SSB only"
56 depends on SSB_POSSIBLE
57 select B43_SSB
58
59endchoice
aec7ffdf 60
e4d6b795
MB
61# Auto-select SSB PCI-HOST support, if possible
62config B43_PCI_AUTOSELECT
63 bool
64 depends on B43 && SSB_PCIHOST_POSSIBLE
65 select SSB_PCIHOST
c7084535 66 select SSB_B43_PCI_BRIDGE
e4d6b795
MB
67 default y
68
69# Auto-select SSB PCICORE driver, if possible
70config B43_PCICORE_AUTOSELECT
71 bool
72 depends on B43 && SSB_DRIVER_PCICORE_POSSIBLE
73 select SSB_DRIVER_PCICORE
74 default y
75
3dbba8e2 76config B43_SDIO
afd19ef0 77 bool "Broadcom 43xx SDIO device support"
1db10595 78 depends on B43 && B43_SSB && SSB_SDIOHOST_POSSIBLE
3dbba8e2
AH
79 select SSB_SDIOHOST
80 ---help---
81 Broadcom 43xx device support for Soft-MAC SDIO devices.
82
83 With this config option you can drive Soft-MAC b43 cards with a
84 Secure Digital I/O interface.
85 This includes the WLAN daughter card found on the Nintendo Wii
86 video game console.
87 Note that this does not support Broadcom 43xx Full-MAC devices.
88
89 It's safe to select Y here, even if you don't have a B43 SDIO device.
90
91 If unsure, say N.
92
9e3bd919
LT
93#Data transfers to the device via PIO. We want it as a fallback even
94# if we can do DMA.
8c8b964c
RM
95config B43_BCMA_PIO
96 bool
cc1ad9d2 97 depends on B43 && B43_BCMA
8c8b964c
RM
98 select BCMA_BLOCKIO
99 default y
100
9e3bd919
LT
101config B43_PIO
102 bool
fbe057d8 103 depends on B43 && B43_SSB
9e3bd919
LT
104 select SSB_BLOCKIO
105 default y
106
418378fe
RM
107config B43_PHY_G
108 bool "Support for G-PHY (802.11g) devices"
109 depends on B43 && B43_SSB
110 default y
111 ---help---
112 This PHY type can be found in the following chipsets:
113 PCI: BCM4306, BCM4311, BCM4318
114 SoC: BCM4712, BCM5352E
115
692d2c0f 116config B43_PHY_N
ed7f75b4 117 bool "Support for N-PHY (the main 802.11n series) devices"
afd19ef0 118 depends on B43
6b692f3b 119 default y
d5c71e46 120 ---help---
ed7f75b4
RM
121 This PHY type can be found in the following chipsets:
122 PCI: BCM4321, BCM4322,
123 BCM43222, BCM43224, BCM43225,
124 BCM43131, BCM43217, BCM43227, BCM43228
125 SoC: BCM4716, BCM4717, BCM4718, BCM5356, BCM5357, BCM5358
d5c71e46 126
e63e4363 127config B43_PHY_LP
ed7f75b4 128 bool "Support for LP-PHY (low-power 802.11g) devices"
bd7c8a59 129 depends on B43 && B43_SSB
867b2efe 130 default y
e63e4363 131 ---help---
86b2892a 132 The LP-PHY is a low-power PHY built into some notebooks
53dd4b93 133 and embedded devices. It supports 802.11a/b/g
86b2892a 134 (802.11a support is optional, and currently disabled).
e63e4363 135
d7520b1d 136config B43_PHY_HT
ed7f75b4 137 bool "Support for HT-PHY (high throughput 802.11n) devices"
7c2332b8 138 depends on B43 && B43_BCMA
6b692f3b 139 default y
d7520b1d 140 ---help---
ed7f75b4 141 This PHY type with 3x3:3 MIMO can be found in the BCM4331 PCI chipset.
d7520b1d 142
1d738e64
RM
143config B43_PHY_LCN
144 bool "Support for LCN-PHY devices (BROKEN)"
145 depends on B43 && BROKEN
146 ---help---
147 Support for the LCN-PHY.
148
149 Say N, this is BROKEN and crashes driver.
150
3f7bb3f3
RM
151config B43_PHY_AC
152 bool "Support for AC-PHY (802.11ac) devices (BROKEN)"
153 depends on B43 && B43_BCMA && BROKEN
154 ---help---
155 This PHY type can be found in the following chipsets:
156 PCI: BCM4352, BCM4360
157
158 Say N, this is BROKEN and crashes driver.
159
bdb3f751
MB
160# This config option automatically enables b43 LEDS support,
161# if it's possible.
21954c36
MB
162config B43_LEDS
163 bool
bdb3f751 164 depends on B43 && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = B43)
8e9f7529
MB
165 default y
166
616de35d
MB
167# This config option automatically enables b43 HW-RNG support,
168# if the HW-RNG core is enabled.
169config B43_HWRNG
170 bool
171 depends on B43 && (HW_RANDOM = y || HW_RANDOM = B43)
172 default y
173
e4d6b795
MB
174config B43_DEBUG
175 bool "Broadcom 43xx debugging"
176 depends on B43
177 ---help---
060210f9 178 Broadcom 43xx debugging.
e4d6b795 179
060210f9 180 This adds additional runtime sanity checks and statistics to the driver.
a8291484
TK
181 These checks and statistics might be expensive and hurt the runtime
182 performance of your system.
060210f9
MB
183 This also adds the b43 debugfs interface.
184
185 Do not enable this, unless you are debugging the driver.
186
187 Say N, if you are a distributor or user building a release kernel
188 for production use.
189 Only say Y, if you are debugging a problem in the b43 driver sourcecode.