aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2013-01-22 13:30:38 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-22 15:01:35 -0500
commitafd19ef0b1a98f420ddcfc619182fd589034577f (patch)
tree2f4e582a3a72759888feb247ad6130c0a2e007f0 /drivers/net/wireless
parent49f82162ea82ec90347a55923cdf6c08318f5949 (diff)
drivers/net/wireless/b43: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. CC: Stefano Brivio <stefano.brivio@polimi.it> Acked-by: John W. Linville <linville@tuxdriver.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net/wireless')
-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