aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/b43/Kconfig')
-rw-r--r--drivers/net/wireless/b43/Kconfig22
1 files changed, 6 insertions, 16 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig
index 3cab843afb05..b97a40ed5fff 100644
--- a/drivers/net/wireless/b43/Kconfig
+++ b/drivers/net/wireless/b43/Kconfig
@@ -114,22 +114,22 @@ config B43_PHY_N
114 affect other devices support and may provide support for basic needs. 114 affect other devices support and may provide support for basic needs.
115 115
116config B43_PHY_LP 116config B43_PHY_LP
117 bool "Support for low-power (LP-PHY) devices (EXPERIMENTAL)" 117 bool "Support for low-power (LP-PHY) devices"
118 depends on B43 && EXPERIMENTAL 118 depends on B43
119 default y 119 default y
120 ---help--- 120 ---help---
121 Support for the LP-PHY. 121 Support for the LP-PHY.
122 The LP-PHY is a low-power PHY built into some notebooks 122 The LP-PHY is a low-power PHY built into some notebooks
123 and embedded devices. It supports 802.11a/g 123 and embedded devices. It supports 802.11a/b/g
124 (802.11a support is optional, and currently disabled). 124 (802.11a support is optional, and currently disabled).
125 125
126config B43_PHY_HT 126config B43_PHY_HT
127 bool "Support for HT-PHY devices (BROKEN)" 127 bool "Support for HT-PHY (high throughput) devices (EXPERIMENTAL)"
128 depends on B43 && BROKEN 128 depends on B43 && EXPERIMENTAL
129 ---help--- 129 ---help---
130 Support for the HT-PHY. 130 Support for the HT-PHY.
131 131
132 Say N, this is BROKEN and crashes driver. 132 Enables support for BCM4331 and possibly other chipsets with that PHY.
133 133
134config B43_PHY_LCN 134config B43_PHY_LCN
135 bool "Support for LCN-PHY devices (BROKEN)" 135 bool "Support for LCN-PHY devices (BROKEN)"
@@ -169,13 +169,3 @@ config B43_DEBUG
169 Say N, if you are a distributor or user building a release kernel 169 Say N, if you are a distributor or user building a release kernel
170 for production use. 170 for production use.
171 Only say Y, if you are debugging a problem in the b43 driver sourcecode. 171 Only say Y, if you are debugging a problem in the b43 driver sourcecode.
172
173config B43_FORCE_PIO
174 bool "Force usage of PIO instead of DMA"
175 depends on B43 && B43_DEBUG
176 ---help---
177 This will disable DMA and always enable PIO instead.
178
179 Say N!
180 This is only for debugging the PIO engine code. You do
181 _NOT_ want to enable this.