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>
        depends on PCI
        select RTLWIFI
        select RTLWIFI_PCI
+       select RTLBTCOEXIST
        ---help---
        This is the driver for Realtek RTL8192EE 802.11n PCIe
        wireless network adapters.
 
 config RTLBTCOEXIST
        tristate
-       depends on RTL8723AE || RTL8723BE || RTL8821AE
+       depends on RTL8723AE || RTL8723BE || RTL8821AE || RTL8192EE
        default y
 
 endif