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

config CONFIG_DVB_FIREDTV
	tristate "FireDTV and FloppyDTV"
	depends on CONFIG_DVB_CORE && CONFIG_FIREWIRE
	help
	  Support for DVB receivers from Digital Everywhere
	  which are connected via IEEE 1394 (FireWire).

	  These devices don't have an MPEG decoder built in,
	  so you need an external software decoder to watch TV.

	  To compile this driver as a module, say CONFIG_M here:
	  the module will be called firedtv.

if CONFIG_DVB_FIREDTV

config CONFIG_DVB_FIREDTV_INPUT
	def_bool CONFIG_INPUT = y || (CONFIG_INPUT = m && CONFIG_DVB_FIREDTV = m)

endif # CONFIG_DVB_FIREDTV