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_PT1
	tristate "PT1 cards"
	depends on CONFIG_DVB_CORE && CONFIG_PCI && CONFIG_I2C
	select CONFIG_DVB_TC90522 if CONFIG_MEDIA_SUBDRV_AUTOSELECT
	select CONFIG_DVB_PLL if CONFIG_MEDIA_SUBDRV_AUTOSELECT
	select CONFIG_MEDIA_TUNER_QM1D1B0004 if CONFIG_MEDIA_SUBDRV_AUTOSELECT
	help
	  Support for Earthsoft PT1 CONFIG_PCI cards.

	  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.