Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0af72df2 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4ec941d6
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -11566,12 +11566,6 @@ L: linux-fbdev@vger.kernel.org
S:	Maintained
F:	drivers/staging/sm750fb/

STAGING - SLICOSS
M:	Lior Dotan <liodot@gmail.com>
M:	Christopher Harrer <charrer@alacritech.com>
S:	Odd Fixes
F:	drivers/staging/slicoss/

STAGING - SPEAKUP CONSOLE SPEECH DRIVER
M:	William Hubbs <w.d.hubbs@gmail.com>
M:	Chris Brannon <chris@the-brannons.com>
+0 −2
Original line number Diff line number Diff line
@@ -24,8 +24,6 @@ menuconfig STAGING

if STAGING

source "drivers/staging/slicoss/Kconfig"

source "drivers/staging/wlan-ng/Kconfig"

source "drivers/staging/comedi/Kconfig"
+0 −1
Original line number Diff line number Diff line
# Makefile for staging directory

obj-y				+= media/
obj-$(CONFIG_SLICOSS)		+= slicoss/
obj-$(CONFIG_PRISM2_USB)	+= wlan-ng/
obj-$(CONFIG_COMEDI)		+= comedi/
obj-$(CONFIG_FB_OLPC_DCON)	+= olpc_dcon/

drivers/staging/slicoss/Kconfig

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
config SLICOSS
	tristate "Alacritech Gigabit IS-NIC support"
	depends on PCI && X86 && NET
	default n
	help
	  This driver supports Alacritech's IS-NIC gigabit ethernet cards.

	  This includes the following devices:
	    Mojave cards (single port PCI Gigabit) both copper and fiber
	    Oasis cards (single and dual port PCI-x Gigabit) copper and fiber
	    Kalahari cards (dual and quad port PCI-e Gigabit) copper and fiber

	  To compile this driver as a module, choose M here: the module
	  will be called slicoss.

drivers/staging/slicoss/Makefile

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
obj-$(CONFIG_SLICOSS) += slicoss.o
Loading