diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2014-10-02 13:00:53 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-10-02 14:26:32 -0400 |
commit | 989377e1cc9e713822d148d2e638d6c63d8a94b1 (patch) | |
tree | 509f7747dbbf3a61eeb1321a5e0a9ebcd6d488da /drivers/net | |
parent | e2cba8d7590e76661e86f1f0987ef9f8c13c9a6d (diff) |
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 <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/rtlwifi/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
86 | depends on PCI | 86 | depends on PCI |
87 | select RTLWIFI | 87 | select RTLWIFI |
88 | select RTLWIFI_PCI | 88 | select RTLWIFI_PCI |
89 | select RTLBTCOEXIST | ||
89 | ---help--- | 90 | ---help--- |
90 | This is the driver for Realtek RTL8192EE 802.11n PCIe | 91 | This is the driver for Realtek RTL8192EE 802.11n PCIe |
91 | wireless network adapters. | 92 | wireless network adapters. |
@@ -147,7 +148,7 @@ config RTL8723_COMMON | |||
147 | 148 | ||
148 | config RTLBTCOEXIST | 149 | config RTLBTCOEXIST |
149 | tristate | 150 | tristate |
150 | depends on RTL8723AE || RTL8723BE || RTL8821AE | 151 | depends on RTL8723AE || RTL8723BE || RTL8821AE || RTL8192EE |
151 | default y | 152 | default y |
152 | 153 | ||
153 | endif | 154 | endif |