summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8187se/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-16 11:35:54 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-16 11:35:54 -0700
commit5ed0a8e667090003fdf7b750296fcfb248349502 (patch)
treed04d996128432bf7fc48bd10421c5d9f71cbb40f /drivers/staging/rtl8187se/Kconfig
parentf5d197b614d8fbc5c25307e7eff1d663653966fa (diff)
staging: delete rtl8187se wireless driver
There is a "real" driver for this hardware now in drivers/net/ so remove the staging version as it's not needed anymore. Reported-by: Xose Vazquez Perez <xose.vazquez@gmail.com> Cc: Larry Finger <Larry.Finger@lwfinger.net> Cc: John W. Linville" <linville@tuxdriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8187se/Kconfig')
-rw-r--r--drivers/staging/rtl8187se/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/rtl8187se/Kconfig b/drivers/staging/rtl8187se/Kconfig
deleted file mode 100644
index ff8d41ebca36..000000000000
--- a/drivers/staging/rtl8187se/Kconfig
+++ /dev/null
@@ -1,10 +0,0 @@
-config R8187SE
- tristate "RealTek RTL8187SE Wireless LAN NIC driver"
- depends on PCI && WLAN
- depends on m
- select WIRELESS_EXT
- select WEXT_PRIV
- select EEPROM_93CX6
- select CRYPTO
- ---help---
- If built as a module, it will be called r8187se.ko.