提交 989377e1 编写于 作者: L Larry Finger 提交者: John W. Linville

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: NLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 e2cba8d7
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册