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_PLUTO2
	tristate "Pluto2 cards"
	depends on CONFIG_DVB_CORE && CONFIG_PCI && CONFIG_I2C
	select CONFIG_I2C_ALGOBIT
	select CONFIG_DVB_TDA1004X
	help
	  Support for CONFIG_PCI cards based on the Pluto2 CONFIG_FPGA like the Satelco
	  Easywatch Mobile Terrestrial DVB-T Receiver.

	  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.