diff options
author | Kees Cook <keescook@chromium.org> | 2013-01-22 13:30:44 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-22 15:01:36 -0500 |
commit | 6cba014857f48e28d8ef59efcb37f66adc761055 (patch) | |
tree | 938483195878b69cbb7bc5a99a3ec2da44cad3a4 /drivers/net/wireless | |
parent | 73272db9d4a61be50b1ac3b3ed970ce124a2e1e9 (diff) |
drivers/net/wireless/rtlwifi: 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: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Chaoming Li <chaoming_li@realsil.com.cn>
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/rtlwifi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rtlwifi/Kconfig b/drivers/net/wireless/rtlwifi/Kconfig index 21b1bbb93a7e..a60a031c16b7 100644 --- a/drivers/net/wireless/rtlwifi/Kconfig +++ b/drivers/net/wireless/rtlwifi/Kconfig | |||
@@ -34,7 +34,7 @@ config RTL8192DE | |||
34 | 34 | ||
35 | config RTL8723AE | 35 | config RTL8723AE |
36 | tristate "Realtek RTL8723AE PCIe Wireless Network Adapter" | 36 | tristate "Realtek RTL8723AE PCIe Wireless Network Adapter" |
37 | depends on MAC80211 && PCI && EXPERIMENTAL | 37 | depends on MAC80211 && PCI |
38 | select FW_LOADER | 38 | select FW_LOADER |
39 | select RTLWIFI | 39 | select RTLWIFI |
40 | ---help--- | 40 | ---help--- |