rtlwifi: Fix randconfig build error with next-20140930
authorLarry Finger <Larry.Finger@lwfinger.net>
Tue, 30 Sep 2014 16:18:21 +0000 (11:18 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 30 Sep 2014 17:17:48 +0000 (13:17 -0400)
Configuration randconfig-1412075201 gets an error because driver rtl8821ae
depends on driver btcoexist, but Kconfig does not select it.

Reported-by: Jim Davis <jim.epost@gmail.com>
Cc: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtlwifi/Kconfig

index 08fde95912bab01b20e41fb8e739e52882131abd..552742e74792f863c859aa4194048d272334ee46 100644 (file)
@@ -97,6 +97,7 @@ config RTL8821AE
        depends on PCI
        select RTLWIFI
        select RTLWIFI_PCI
+       select RTLBTCOEXIST
        ---help---
        This is the driver for Realtek RTL8i821AE/RTL8812AE 802.11av PCIe
        wireless network adapters.
@@ -146,7 +147,7 @@ config RTL8723_COMMON
 
 config RTLBTCOEXIST
        tristate
-       depends on RTL8723AE || RTL8723BE
+       depends on RTL8723AE || RTL8723BE || RTL8821AE
        default y
 
 endif
This page took 0.026088 seconds and 5 git commands to generate.