Skip to content

Commit

Permalink
rtlwifi: Fix Kconfig for RTL8192EE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Larry Finger authored and John W. Linville committed Oct 2, 2014
1 parent e2cba8d commit 989377e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/wireless/rtlwifi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -147,7 +148,7 @@ config RTL8723_COMMON

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

endif

0 comments on commit 989377e

Please sign in to comment.