diff options
author | Kees Cook <keescook@chromium.org> | 2013-01-22 10:30:36 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-22 12:01:35 -0800 |
commit | 33fd8fe9857eb7ca8bdfa08e9bb26af5d36a3e29 (patch) | |
tree | a44ca20a43612fd723f55ca2eb865a4ab7fed5f4 /drivers/net/wireless/ath/ath6kl/Kconfig | |
parent | 798f4e5eaae27805ebee14becc832fa5ad54046c (diff) | |
download | talos-op-linux-33fd8fe9857eb7ca8bdfa08e9bb26af5d36a3e29.tar.gz talos-op-linux-33fd8fe9857eb7ca8bdfa08e9bb26af5d36a3e29.zip |
drivers/net/wireless/ath/ath6kl: 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: Kalle Valo <kvalo@qca.qualcomm.com>
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/ath/ath6kl/Kconfig')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/Kconfig b/drivers/net/wireless/ath/ath6kl/Kconfig index 26c4b7220859..630c83db056e 100644 --- a/drivers/net/wireless/ath/ath6kl/Kconfig +++ b/drivers/net/wireless/ath/ath6kl/Kconfig @@ -18,7 +18,6 @@ config ATH6KL_USB depends on ATH6KL depends on USB depends on CFG80211 - depends on EXPERIMENTAL ---help--- This module adds support for wireless adapters based on Atheros AR6004 chipset running over USB. This is still under |