diff options
author | Phillip Potter <phil@philpotter.co.uk> | 2021-07-31 14:38:09 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-08-01 08:10:42 +0200 |
commit | 55dfa29b43d23bab37d98f087615ff46d38241df (patch) | |
tree | b783650820c17df6f927540f8207dc56a4ae6cc0 /drivers/staging/Kconfig | |
parent | 06889446a78fb9655332954a2288ecbacc7f0ff8 (diff) | |
download | linux-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/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 73fd57bfa95a..e03627ad4460 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -36,8 +36,6 @@ source "drivers/staging/rtl8723bs/Kconfig" source "drivers/staging/rtl8712/Kconfig" -source "drivers/staging/rtl8188eu/Kconfig" - source "drivers/staging/r8188eu/Kconfig" source "drivers/staging/rts5208/Kconfig" |