From: Larry Finger Date: Thu, 2 Oct 2014 17:00:53 +0000 (-0500) Subject: rtlwifi: Fix Kconfig for RTL8192EE X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=989377e1cc9e713822d148d2e638d6c63d8a94b1;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git rtlwifi: Fix Kconfig for RTL8192EE The driver needs btcoexist, but Kconfig fails to select it. This omission could cause build errors for some configurations. Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/rtlwifi/Kconfig b/drivers/net/wireless/rtlwifi/Kconfig index 552742e74792..5cf509d346e8 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