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

Commit 9ab1b56a authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Staging: remove stlc45xx driver



It's no longer needed as the p54spi driver is the same thing,
under a different name and in the correct portion of the kernel tree.


Cc: Javier Martinez Canillas <martinez.javier@gmail.com>
Cc: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a010a337
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -93,8 +93,6 @@ source "drivers/staging/dst/Kconfig"

source "drivers/staging/pohmelfs/Kconfig"

source "drivers/staging/stlc45xx/Kconfig"

source "drivers/staging/b3dfg/Kconfig"

source "drivers/staging/phison/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ obj-$(CONFIG_ANDROID) += android/
obj-$(CONFIG_ANDROID)		+= dream/
obj-$(CONFIG_DST)		+= dst/
obj-$(CONFIG_POHMELFS)		+= pohmelfs/
obj-$(CONFIG_STLC45XX)		+= stlc45xx/
obj-$(CONFIG_B3DFG)		+= b3dfg/
obj-$(CONFIG_IDE_PHISON)	+= phison/
obj-$(CONFIG_PLAN9AUTH)		+= p9auth/

drivers/staging/stlc45xx/Kconfig

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
config STLC45XX
	tristate "stlc4550/4560 support"
	depends on MAC80211 && WLAN_80211 && SPI_MASTER && GENERIC_HARDIRQS
	---help---
	  This is a driver for stlc4550 and stlc4560 chipsets.

	  To compile this driver as a module, choose M here: the module will be
	  called stlc45xx.  If unsure, say N.

drivers/staging/stlc45xx/Makefile

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
obj-$(CONFIG_STLC45XX)	+= stlc45xx.o
+0 −2594

File deleted.

Preview size limit exceeded, changes collapsed.

Loading