diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-12-06 18:18:30 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-12-06 18:18:30 +0100 |
commit | 0af72df267f2ed865c71a69fb2811ea6fa4736dc (patch) | |
tree | 65f3b976d00fc3a8d8a78ac9033a51d5c5d3e2bf /drivers/staging/Kconfig | |
parent | 4ec941d68c2cd8db5c6f7c2fab0f47a352f6b204 (diff) | |
download | lwn-0af72df267f2ed865c71a69fb2811ea6fa4736dc.tar.gz lwn-0af72df267f2ed865c71a69fb2811ea6fa4736dc.zip |
staging: slicoss: remove the staging driver
A "real" driver for this hardware has now landed in the networking tree,
so remove this old staging driver so that we don't have multiple drivers
for the same hardware, and so people don't waste their time trying to
clean up this old code.
Cc: Lior Dotan <liodot@gmail.com>
Cc: Christopher Harrer <charrer@alacritech.com>
Cc: David Miller <davem@davemloft.net>
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 58a7b3504b82..cd005cd41413 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -24,8 +24,6 @@ menuconfig STAGING if STAGING -source "drivers/staging/slicoss/Kconfig" - source "drivers/staging/wlan-ng/Kconfig" source "drivers/staging/comedi/Kconfig" |