The driver needs btcoexist, but Kconfig fails to select it. This omission
could cause build errors for some configurations.

Signed-off-by: Larry Finger <[email protected]>
---
 drivers/net/wireless/rtlwifi/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/wireless/rtlwifi/Kconfig 
b/drivers/net/wireless/rtlwifi/Kconfig
index 552742e..5cf509d 100644
--- a/drivers/net/wireless/rtlwifi/Kconfig
+++ b/drivers/net/wireless/rtlwifi/Kconfig
@@ -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
-- 
1.8.4.5

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to