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_DVB_DM1105
	tristate "SDMC DM1105 based PCI cards"
	depends on CONFIG_DVB_CORE && CONFIG_PCI && CONFIG_I2C && CONFIG_I2C_ALGOBIT
	select CONFIG_DVB_PLL if CONFIG_MEDIA_SUBDRV_AUTOSELECT
	select CONFIG_DVB_STV0299 if CONFIG_MEDIA_SUBDRV_AUTOSELECT
	select CONFIG_DVB_STV0288 if CONFIG_MEDIA_SUBDRV_AUTOSELECT
	select CONFIG_DVB_STB6000 if CONFIG_MEDIA_SUBDRV_AUTOSELECT
	select CONFIG_DVB_CX24116 if CONFIG_MEDIA_SUBDRV_AUTOSELECT
	select CONFIG_DVB_SI21XX if CONFIG_MEDIA_SUBDRV_AUTOSELECT
	select CONFIG_DVB_DS3000 if CONFIG_MEDIA_SUBDRV_AUTOSELECT
	select CONFIG_DVB_TS2020 if CONFIG_MEDIA_SUBDRV_AUTOSELECT
	depends on CONFIG_RC_CORE
	help
	  Support for cards based on the SDMC DM1105 CONFIG_PCI chip like
	  DvbWorld 2002

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

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