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_VIDEO_IVTV
	tristate "Conexant cx23416/cx23415 MPEG encoder/decoder support"
	depends on CONFIG_VIDEO_V4L2 && CONFIG_PCI && CONFIG_I2C
	select CONFIG_I2C_ALGOBIT
	depends on CONFIG_RC_CORE
	select CONFIG_VIDEO_TUNER
	select CONFIG_VIDEO_TVEEPROM
	select CONFIG_VIDEO_CX2341X
	select CONFIG_VIDEO_CX25840
	select CONFIG_VIDEO_MSP3400
	select CONFIG_VIDEO_SAA711X
	select CONFIG_VIDEO_SAA717X
	select CONFIG_VIDEO_SAA7127
	select CONFIG_VIDEO_CS53L32A
	select CONFIG_VIDEO_M52790
	select CONFIG_VIDEO_WM8775
	select CONFIG_VIDEO_WM8739
	select CONFIG_VIDEO_VP27SMPX
	select CONFIG_VIDEO_UPD64031A
	select CONFIG_VIDEO_UPD64083
	---help---
	  This is a video4linux driver for Conexant cx23416 or cx23415 based
	  CONFIG_PCI personal video recorder devices.

	  This is used in devices such as the Hauppauge PVR-150/250/350/500
	  cards. There is a driver homepage at <http://www.ivtvdriver.org>.

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

config CONFIG_VIDEO_IVTV_ALSA
	tristate "Conexant cx23415/cx23416 ALSA interface for PCM audio capture"
	depends on CONFIG_VIDEO_IVTV && CONFIG_SND
	select CONFIG_SND_PCM
	---help---
	  This driver provides an ALSA interface as another method for user
	  applications to obtain PCM audio data from Conexant cx23415/cx23416
	  based CONFIG_PCI TV cards supported by the ivtv driver.

	  The ALSA interface has much wider use in user applications performing
	  PCM audio capture, than the V4L2 "/dev/video24" PCM audio interface
	  provided by the main ivtv driver.

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

config CONFIG_VIDEO_FB_IVTV
	tristate "Conexant cx23415 framebuffer support"
	depends on CONFIG_VIDEO_IVTV && CONFIG_FB
	select CONFIG_FB_CFB_FILLRECT
	select CONFIG_FB_CFB_COPYAREA
	select CONFIG_FB_CFB_IMAGEBLIT
	---help---
	  This is a framebuffer driver for the Conexant cx23415 MPEG
	  encoder/decoder.

	  This is used in the Hauppauge PVR-350 card. There is a driver
	  homepage at <http://www.ivtvdriver.org>.

	  In order to use this module, you will need to boot with PAT disabled
	  on x86 systems, using the nopat kernel parameter.

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