Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_VIDEO_TM6000
	tristate "TV Master TM5600/6000/6010 driver"
	depends on CONFIG_VIDEO_DEV && CONFIG_I2C && CONFIG_INPUT && CONFIG_RC_CORE && CONFIG_USB
	select CONFIG_VIDEO_TUNER
	select CONFIG_MEDIA_TUNER_XC2028
	select CONFIG_MEDIA_TUNER_XC5000
	select CONFIG_VIDEOBUF_VMALLOC
	help
	  Support for TM5600/TM6000/TM6010 CONFIG_USB Device

	  Since these cards have no MPEG decoder onboard, they transmit
	  only compressed MPEG data over the usb bus, so you need
	  an external software decoder to watch TV on your computer.

	  Say Y if you own such a device and want to use it.

config CONFIG_VIDEO_TM6000_ALSA
	tristate "TV Master TM5600/6000/6010 audio support"
	depends on CONFIG_VIDEO_TM6000 && CONFIG_SND
	select CONFIG_SND_PCM
	help
	  This is a video4linux driver for direct (DMA) audio for
	  TM5600/TM6000/TM6010 CONFIG_USB Devices.

	  To compile this driver as a module, choose CONFIG_M here: the
	  module will be called tm6000-alsa.

config CONFIG_VIDEO_TM6000_DVB
	tristate "DVB Support for tm6000 based TV cards"
	depends on CONFIG_VIDEO_TM6000 && CONFIG_DVB_CORE && CONFIG_USB
	select CONFIG_DVB_ZL10353
	help
	  This adds support for DVB cards based on the tm5600/tm6000 chip.