aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/b43/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig
index 7a28d21ac389..287c6b670a36 100644
--- a/drivers/net/wireless/b43/Kconfig
+++ b/drivers/net/wireless/b43/Kconfig
@@ -78,8 +78,8 @@ config B43_PCMCIA
78 If unsure, say N. 78 If unsure, say N.
79 79
80config B43_SDIO 80config B43_SDIO
81 bool "Broadcom 43xx SDIO device support (EXPERIMENTAL)" 81 bool "Broadcom 43xx SDIO device support"
82 depends on B43 && SSB_SDIOHOST_POSSIBLE && EXPERIMENTAL 82 depends on B43 && SSB_SDIOHOST_POSSIBLE
83 select SSB_SDIOHOST 83 select SSB_SDIOHOST
84 ---help--- 84 ---help---
85 Broadcom 43xx device support for Soft-MAC SDIO devices. 85 Broadcom 43xx device support for Soft-MAC SDIO devices.
@@ -109,8 +109,8 @@ config B43_PIO
109 default y 109 default y
110 110
111config B43_PHY_N 111config B43_PHY_N
112 bool "Support for 802.11n (N-PHY) devices (EXPERIMENTAL)" 112 bool "Support for 802.11n (N-PHY) devices"
113 depends on B43 && EXPERIMENTAL 113 depends on B43
114 ---help--- 114 ---help---
115 Support for the N-PHY. 115 Support for the N-PHY.
116 116
@@ -130,8 +130,8 @@ config B43_PHY_LP
130 (802.11a support is optional, and currently disabled). 130 (802.11a support is optional, and currently disabled).
131 131
132config B43_PHY_HT 132config B43_PHY_HT
133 bool "Support for HT-PHY (high throughput) devices (EXPERIMENTAL)" 133 bool "Support for HT-PHY (high throughput) devices"
134 depends on B43 && EXPERIMENTAL 134 depends on B43
135 ---help--- 135 ---help---
136 Support for the HT-PHY. 136 Support for the HT-PHY.
137 137