Skip to content

Commit

Permalink
drivers/net/wireless/b43: remove depends on CONFIG_EXPERIMENTAL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kees Cook authored and Greg Kroah-Hartman committed Jan 22, 2013
1 parent 49f8216 commit afd19ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions drivers/net/wireless/b43/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ config B43_PCMCIA
If unsure, say N.

config B43_SDIO
bool "Broadcom 43xx SDIO device support (EXPERIMENTAL)"
depends on B43 && SSB_SDIOHOST_POSSIBLE && EXPERIMENTAL
bool "Broadcom 43xx SDIO device support"
depends on B43 && SSB_SDIOHOST_POSSIBLE
select SSB_SDIOHOST
---help---
Broadcom 43xx device support for Soft-MAC SDIO devices.
Expand Down Expand Up @@ -109,8 +109,8 @@ config B43_PIO
default y

config B43_PHY_N
bool "Support for 802.11n (N-PHY) devices (EXPERIMENTAL)"
depends on B43 && EXPERIMENTAL
bool "Support for 802.11n (N-PHY) devices"
depends on B43
---help---
Support for the N-PHY.

Expand All @@ -130,8 +130,8 @@ config B43_PHY_LP
(802.11a support is optional, and currently disabled).

config B43_PHY_HT
bool "Support for HT-PHY (high throughput) devices (EXPERIMENTAL)"
depends on B43 && EXPERIMENTAL
bool "Support for HT-PHY (high throughput) devices"
depends on B43
---help---
Support for the HT-PHY.

Expand Down

0 comments on commit afd19ef

Please sign in to comment.