Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 989377e1 authored by Larry Finger's avatar Larry Finger Committed by John W. Linville
Browse files

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: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent e2cba8d7
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -86,6 +86,7 @@ config RTL8192EE
	depends on PCI
	depends on PCI
	select RTLWIFI
	select RTLWIFI
	select RTLWIFI_PCI
	select RTLWIFI_PCI
	select RTLBTCOEXIST
	---help---
	---help---
	This is the driver for Realtek RTL8192EE 802.11n PCIe
	This is the driver for Realtek RTL8192EE 802.11n PCIe
	wireless network adapters.
	wireless network adapters.
@@ -147,7 +148,7 @@ config RTL8723_COMMON


config RTLBTCOEXIST
config RTLBTCOEXIST
	tristate
	tristate
	depends on RTL8723AE || RTL8723BE || RTL8821AE
	depends on RTL8723AE || RTL8723BE || RTL8821AE || RTL8192EE
	default y
	default y


endif
endif