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

Commit 3f7a3f6e authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] tlg2300: remove deprecated staging driver



This driver hasn't been tested in a long, long time. The company that made
this chip has gone bust many years ago and hardware using this chip is next
to impossible to find.

This driver needs to be converted to newer media frameworks but due to the
lack of hardware that's going to be impossible. Since cheap alternatives are
easily available, there is little point in keeping this driver alive.

This driver is already deprecated, so now remove it altogether.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Cc: Huang Shijie <shijie8@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 08272db6
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -8393,12 +8393,6 @@ F: kernel/time/clocksource.c
F:	kernel/time/time*.c
F:	kernel/time/ntp.c

TLG2300 VIDEO4LINUX-2 DRIVER
M:	Huang Shijie <shijie8@gmail.com>
M:	Hans Verkuil <hverkuil@xs4all.nl>
S:	Odd Fixes
F:	drivers/media/usb/tlg2300/

SC1200 WDT DRIVER
M:	Zwane Mwaikambo <zwanem@gmail.com>
S:	Maintained
+0 −2
Original line number Diff line number Diff line
@@ -27,8 +27,6 @@ source "drivers/staging/media/davinci_vpfe/Kconfig"

source "drivers/staging/media/dt3155v4l/Kconfig"

source "drivers/staging/media/tlg2300/Kconfig"

source "drivers/staging/media/mn88472/Kconfig"

source "drivers/staging/media/mn88473/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -7,6 +7,5 @@ obj-$(CONFIG_VIDEO_OMAP4) += omap4iss/
obj-$(CONFIG_DVB_MN88472)       += mn88472/
obj-$(CONFIG_DVB_MN88473)       += mn88473/
obj-y				+= parport/
obj-$(CONFIG_VIDEO_TLG2300)	+= tlg2300/
obj-y                           += vino/
+0 −21
Original line number Diff line number Diff line
config VIDEO_TLG2300
	tristate "Telegent TLG2300 USB video capture support (Deprecated)"
	depends on VIDEO_DEV && I2C && SND && DVB_CORE
	depends on MEDIA_USB_SUPPORT
	select VIDEO_TUNER
	select VIDEO_TVEEPROM
	depends on RC_CORE
	select VIDEOBUF_VMALLOC
	select SND_PCM
	select VIDEOBUF_DVB

	---help---
	  This is a video4linux driver for Telegent tlg2300 based TV cards.
	  The driver supports V4L2, DVB-T and radio.

	  This driver is deprecated and will be removed soon. If you have
	  hardware for this and you want to work on this driver, then contact
	  the linux-media mailinglist.

	  To compile this driver as a module, choose M here: the
	  module will be called poseidon
+0 −9
Original line number Diff line number Diff line
poseidon-objs := pd-video.o pd-alsa.o pd-dvb.o pd-radio.o pd-main.o

obj-$(CONFIG_VIDEO_TLG2300) += poseidon.o

ccflags-y += -Idrivers/media/i2c
ccflags-y += -Idrivers/media/tuners
ccflags-y += -Idrivers/media/dvb-core
ccflags-y += -Idrivers/media/dvb-frontends
Loading