summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/Kconfig
diff options
context:
space:
mode:
authorPhillip Potter <phil@philpotter.co.uk>2021-07-28 00:22:19 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-28 20:16:09 +0200
commitd8133ef655d25f483c2853d5e6a61fce7c912a4e (patch)
tree0d0a5ec6533cdc5621bd99345057f853bcd26735 /drivers/staging/rtl8188eu/Kconfig
parent3c56618e6691ca6adf8451a343d1ac2ca0c5e32b (diff)
downloadlinux-d8133ef655d25f483c2853d5e6a61fce7c912a4e.tar.bz2
staging: r8188eu: attach newly imported driver to build system
Modify Kconfig and Makefile to import new r8188eu driver into build system, and allow it to build alongside deprecated older driver, by tweaking build parameters and module name for the older driver at the same time. Suggested-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Phillip Potter <phil@philpotter.co.uk> Link: https://lore.kernel.org/r/20210727232219.2948-7-phil@philpotter.co.uk Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/Kconfig')
-rw-r--r--drivers/staging/rtl8188eu/Kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/staging/rtl8188eu/Kconfig b/drivers/staging/rtl8188eu/Kconfig
index 970d5abd6336..acdf0f9f374c 100644
--- a/drivers/staging/rtl8188eu/Kconfig
+++ b/drivers/staging/rtl8188eu/Kconfig
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
-config R8188EU
- tristate "Realtek RTL8188EU Wireless LAN NIC driver"
+config R8188EU_OLD
+ tristate "Realtek RTL8188EU Wireless LAN NIC driver (DEPRECATED)"
depends on WLAN && USB && CFG80211
depends on m
select WIRELESS_EXT
@@ -10,9 +10,10 @@ config R8188EU
select LIB80211_CRYPT_CCMP
help
This option adds the Realtek RTL8188EU USB device such as TP-Link TL-WN725N.
- If built as a module, it will be called r8188eu.
+ If built as a module, it will be called rtl8188eu. This driver is now due to
+ be dropped due to the import of a newer version.
-if R8188EU
+if R8188EU_OLD
config 88EU_AP_MODE
bool "Realtek RTL8188EU AP mode"