projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e7605e
)
staging: rtl8188eu: force driver to be built as a module
author
Hans de Goede
<hdegoede@redhat.com>
Tue, 11 Apr 2017 09:19:53 +0000
(11:19 +0200)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8188eu/Kconfig
b/drivers/staging/rtl8188eu/Kconfig
index 94f38793ab47d45557447029491240d1165ca181..cb836c59d5640b1f1c775399665f3e08a79740ba 100644
(file)
--- a/
drivers/staging/rtl8188eu/Kconfig
+++ b/
drivers/staging/rtl8188eu/Kconfig
@@
-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---