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

Commit 563bf7a7 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] tw686x-kh: remove obsolete driver



The functionality that was part of the tw686x-kh driver but not of the
mainlined tw686x driver has now been added to the tw686x driver as well.

So this driver no longer adds any functionality not available through
the mainlined driver and it can now be removed.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Cc: Krzysztof Hałasa <khalasa@piap.pl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 233b213a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -31,8 +31,6 @@ source "drivers/staging/media/omap4iss/Kconfig"

source "drivers/staging/media/pulse8-cec/Kconfig"

source "drivers/staging/media/tw686x-kh/Kconfig"

source "drivers/staging/media/s5p-cec/Kconfig"

# Keep LIRC at the end, as it has sub-menus
+0 −1
Original line number Diff line number Diff line
@@ -6,4 +6,3 @@ obj-$(CONFIG_LIRC_STAGING) += lirc/
obj-$(CONFIG_VIDEO_DM365_VPFE)	+= davinci_vpfe/
obj-$(CONFIG_VIDEO_OMAP4)	+= omap4iss/
obj-$(CONFIG_USB_PULSE8_CEC)    += pulse8-cec/
obj-$(CONFIG_VIDEO_TW686X_KH)	+= tw686x-kh/
+0 −17
Original line number Diff line number Diff line
config VIDEO_TW686X_KH
	tristate "Intersil/Techwell TW686x Video For Linux"
	depends on VIDEO_DEV && PCI && VIDEO_V4L2
	depends on !(VIDEO_TW686X=y || VIDEO_TW686X=m) || COMPILE_TEST
	select VIDEOBUF2_DMA_SG
	help
	  Support for Intersil/Techwell TW686x-based frame grabber cards.

	  Currently supported chips:
	  - TW6864 (4 video channels),
	  - TW6865 (4 video channels, not tested, second generation chip),
	  - TW6868 (8 video channels but only 4 first channels using
	    built-in video decoder are supported, not tested),
	  - TW6869 (8 video channels, second generation chip).

	  To compile this driver as a module, choose M here: the module
	  will be named tw686x-kh.
+0 −3
Original line number Diff line number Diff line
tw686x-kh-objs := tw686x-kh-core.o tw686x-kh-video.o

obj-$(CONFIG_VIDEO_TW686X_KH) += tw686x-kh.o
+0 −6
Original line number Diff line number Diff line
TODO:

- implement V4L2_FIELD_INTERLACED* mode(s).
- add audio support

Please Cc: patches to Krzysztof Halasa <khalasa@piap.pl>.
Loading