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_VIDEO_VICODEC
	tristate "Virtual Codec Driver"
	depends on CONFIG_VIDEO_DEV && CONFIG_VIDEO_V4L2
	select CONFIG_VIDEOBUF2_VMALLOC
	select CONFIG_V4L2_MEM2MEM_DEV
	help
	  Driver for a Virtual Codec

	  This driver can be compared to the vim2m driver for emulating
	  a video device node that exposes an emulated hardware codec.

	  When in doubt, say N.