rtlwifi: Fix Kconfig for RTL8192EE
authorLarry Finger <Larry.Finger@lwfinger.net>
Thu, 2 Oct 2014 17:00:53 +0000 (12:00 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 2 Oct 2014 18:26:32 +0000 (14:26 -0400)
The driver needs btcoexist, but Kconfig fails to select it. This omission
could cause build errors for some configurations.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtlwifi/Kconfig

index 552742e74792f863c859aa4194048d272334ee46..5cf509d346e8f61f76ee00254c6cebab1f53ac2b 100644 (file)
@@ -86,6 +86,7 @@ config RTL8192EE
        depends on PCI
        select RTLWIFI
        select RTLWIFI_PCI
+       select RTLBTCOEXIST
        ---help---
        This is the driver for Realtek RTL8192EE 802.11n PCIe
        wireless network adapters.
@@ -147,7 +148,7 @@ config RTL8723_COMMON
 
 config RTLBTCOEXIST
        tristate
-       depends on RTL8723AE || RTL8723BE || RTL8821AE
+       depends on RTL8723AE || RTL8723BE || RTL8821AE || RTL8192EE
        default y
 
 endif