staging: rtl8188eu: force driver to be built as a module
authorHans de Goede <hdegoede@redhat.com>
Tue, 11 Apr 2017 09:19:53 +0000 (11:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Apr 2017 13:59:33 +0000 (15:59 +0200)
The rtl8188eu driver defines a ton of global symbols which tend to
conflict with other realtek wifi drivers, force it to be built as
a module.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/Kconfig

index 94f3879..cb836c5 100644 (file)
@@ -1,6 +1,7 @@
 config R8188EU
        tristate "Realtek RTL8188EU Wireless LAN NIC driver"
        depends on WLAN && USB && CFG80211
+       depends on m
        select WIRELESS_EXT
        select WEXT_PRIV
        ---help---