diff options
author | Kees Cook <keescook@chromium.org> | 2013-01-22 13:30:37 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-22 15:01:35 -0500 |
commit | 49f82162ea82ec90347a55923cdf6c08318f5949 (patch) | |
tree | 5c8a4084e92a0a410e4f2b17a4992b2ce8db8ebb /drivers/net | |
parent | 33fd8fe9857eb7ca8bdfa08e9bb26af5d36a3e29 (diff) |
drivers/net/wireless/ath/carl9170: 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: Christian Lamparter <chunkeey@googlemail.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')
-rw-r--r-- | drivers/net/wireless/ath/carl9170/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/carl9170/Kconfig b/drivers/net/wireless/ath/carl9170/Kconfig index 13a204598766..1a796e5f69ec 100644 --- a/drivers/net/wireless/ath/carl9170/Kconfig +++ b/drivers/net/wireless/ath/carl9170/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config CARL9170 | 1 | config CARL9170 |
2 | tristate "Linux Community AR9170 802.11n USB support" | 2 | tristate "Linux Community AR9170 802.11n USB support" |
3 | depends on USB && MAC80211 && EXPERIMENTAL | 3 | depends on USB && MAC80211 |
4 | select ATH_COMMON | 4 | select ATH_COMMON |
5 | select FW_LOADER | 5 | select FW_LOADER |
6 | select CRC32 | 6 | select CRC32 |