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

Commit 0d317b91 authored by Kristina Martšenko's avatar Kristina Martšenko Committed by Greg Kroah-Hartman
Browse files

staging: frontier: remove driver



The driver hasn't been cleaned up and it doesn't look like anyone is
working on it anymore (including the original author). So remove the
driver from the kernel. If someone wants to work on cleaning it up and
moving it out of staging, this commit can be reverted.

Signed-off-by: default avatarKristina Martšenko <kristina.martsenko@gmail.com>
Cc: David Täht <d@teklibre.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 53b90309
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -8542,11 +8542,6 @@ M: Marek Belisko <marek.belisko@gmail.com>
S:	Odd Fixes
F:	drivers/staging/ft1000/

STAGING - FRONTIER TRANZPORT AND ALPHATRACK
M:	David Täht <d@teklibre.com>
S:	Odd Fixes
F:	drivers/staging/frontier/

STAGING - GO7007 MPEG CODEC
M:	Hans Verkuil <hans.verkuil@cisco.com>
S:	Maintained
+0 −2
Original line number Diff line number Diff line
@@ -54,8 +54,6 @@ source "drivers/staging/rtl8821ae/Kconfig"

source "drivers/staging/rts5208/Kconfig"

source "drivers/staging/frontier/Kconfig"

source "drivers/staging/phison/Kconfig"

source "drivers/staging/line6/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ obj-$(CONFIG_R8192EE) += rtl8192ee/
obj-$(CONFIG_R8723AU)		+= rtl8723au/
obj-$(CONFIG_R8821AE)		+= rtl8821ae/
obj-$(CONFIG_RTS5208)		+= rts5208/
obj-$(CONFIG_TRANZPORT)		+= frontier/
obj-$(CONFIG_IDE_PHISON)	+= phison/
obj-$(CONFIG_LINE6_USB)		+= line6/
obj-$(CONFIG_NETLOGIC_XLR_NET)	+= netlogic/

drivers/staging/frontier/Kconfig

deleted100644 → 0
+0 −5
Original line number Diff line number Diff line
config TRANZPORT
	tristate "Frontier Tranzport and Alphatrack support"
	depends on USB
	---help---
	  Enable support for the Frontier Tranzport and Alphatrack devices.

drivers/staging/frontier/Makefile

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
obj-$(CONFIG_TRANZPORT)		+= tranzport.o
obj-$(CONFIG_TRANZPORT)		+= alphatrack.o
Loading