staging: rtl8723bs: force driver to be built as a module.
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Apr 2017 05:35:53 +0000 (07:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Apr 2017 05:35:53 +0000 (07:35 +0200)
Due to the ton of global symbols, the driver has to be a module
otherwise the build blows up if it is compiled into the kernel.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/Kconfig

index 71450eee3b282fad647b3ae91f04a6228b5e1184..deae0427ba6c5161c39b147c8b549b796daa3d89 100644 (file)
@@ -1,6 +1,7 @@
 config RTL8723BS
        tristate "Realtek RTL8723BS SDIO Wireless LAN NIC driver"
        depends on WLAN && MMC && CFG80211
+       depends on m
        select WIRELESS_EXT
        select WEXT_PRIV
        ---help---