提交 574a7930 编写于 作者: L Larry Finger 提交者: John W. Linville

rtlwifi: Fix randconfig build error with next-20140930

Configuration randconfig-1412075201 gets an error because driver rtl8821ae
depends on driver btcoexist, but Kconfig does not select it.
Reported-by: NJim Davis <jim.epost@gmail.com>
Cc: Jim Davis <jim.epost@gmail.com>
Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 8342bdac
...@@ -97,6 +97,7 @@ config RTL8821AE ...@@ -97,6 +97,7 @@ config RTL8821AE
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 RTL8i821AE/RTL8812AE 802.11av PCIe This is the driver for Realtek RTL8i821AE/RTL8812AE 802.11av PCIe
wireless network adapters. wireless network adapters.
...@@ -146,7 +147,7 @@ config RTL8723_COMMON ...@@ -146,7 +147,7 @@ config RTL8723_COMMON
config RTLBTCOEXIST config RTLBTCOEXIST
tristate tristate
depends on RTL8723AE || RTL8723BE depends on RTL8723AE || RTL8723BE || RTL8821AE
default y default y
endif endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册