summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/Kconfig
diff options
context:
space:
mode:
authorPhillip Potter <phil@philpotter.co.uk>2021-07-31 14:38:09 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-08-01 08:10:42 +0200
commit55dfa29b43d23bab37d98f087615ff46d38241df (patch)
treeb783650820c17df6f927540f8207dc56a4ae6cc0 /drivers/staging/rtl8188eu/Kconfig
parent06889446a78fb9655332954a2288ecbacc7f0ff8 (diff)
downloadlinux-55dfa29b43d23bab37d98f087615ff46d38241df.tar.bz2
staging: rtl8188eu: remove rtl8188eu driver from staging dir
This driver was deprecated with the introduction of the r8188eu driver, based upon Realtek sources that were modified for CFG80211 support and other fixes on GitHub by Larry Finger. As that driver is now progressing at pace, we should remove this one. Signed-off-by: Phillip Potter <phil@philpotter.co.uk> Link: https://lore.kernel.org/r/20210731133809.196681-1-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/Kconfig26
1 files changed, 0 insertions, 26 deletions
diff --git a/drivers/staging/rtl8188eu/Kconfig b/drivers/staging/rtl8188eu/Kconfig
deleted file mode 100644
index acdf0f9f374c..000000000000
--- a/drivers/staging/rtl8188eu/Kconfig
+++ /dev/null
@@ -1,26 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0
-config R8188EU_OLD
- tristate "Realtek RTL8188EU Wireless LAN NIC driver (DEPRECATED)"
- depends on WLAN && USB && CFG80211
- depends on m
- select WIRELESS_EXT
- select WEXT_PRIV
- select LIB80211
- select LIB80211_CRYPT_WEP
- 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 rtl8188eu. This driver is now due to
- be dropped due to the import of a newer version.
-
-if R8188EU_OLD
-
-config 88EU_AP_MODE
- bool "Realtek RTL8188EU AP mode"
- default y
- help
- This option enables Access Point mode. Unless you know that your system
- will never be used as an AP, or the target system has limited memory,
- "Y" should be selected.
-
-endif