aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-11 07:35:53 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-11 07:35:53 +0200
commit1e7605e3ff04b3faf42f662c853d1aea4c37fa06 (patch)
treedef7942ae9d5e7cdcf185bc2686931fce34d5b5c /drivers/staging/rtl8723bs
parentstaging: rtl8723bs: remove null test before kfree (diff)
downloadlinux-dev-1e7605e3ff04b3faf42f662c853d1aea4c37fa06.tar.xz
linux-dev-1e7605e3ff04b3faf42f662c853d1aea4c37fa06.zip
staging: rtl8723bs: force driver to be built as a module.
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>
Diffstat (limited to 'drivers/staging/rtl8723bs')
-rw-r--r--drivers/staging/rtl8723bs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rtl8723bs/Kconfig b/drivers/staging/rtl8723bs/Kconfig
index 71450eee3b28..deae0427ba6c 100644
--- a/drivers/staging/rtl8723bs/Kconfig
+++ b/drivers/staging/rtl8723bs/Kconfig
@@ -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---