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_BLACKFIN_CAPTURE
	tristate "Blackfin Video Capture Driver"
	depends on CONFIG_VIDEO_V4L2 && CONFIG_BLACKFIN && CONFIG_I2C
	depends on CONFIG_HAS_DMA
	select CONFIG_VIDEOBUF2_DMA_CONTIG
	help
	  V4L2 bridge driver for Blackfin video capture device.
	  Choose PPI or EPPI as its interface.

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

config CONFIG_VIDEO_BLACKFIN_PPI
	tristate
	depends on CONFIG_VIDEO_BLACKFIN_CAPTURE
	default CONFIG_VIDEO_BLACKFIN_CAPTURE