brintos

brintos / linux-shallow public Read only

0
0
Text · 384 B · 4ea0689 Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_VICODEC3	tristate "Virtual Codec Driver"4	depends on VIDEO_DEV5	select VIDEOBUF2_VMALLOC6	select V4L2_MEM2MEM_DEV7	select MEDIA_CONTROLLER8	help9	  Driver for a Virtual Codec10 11	  This driver can be compared to the vim2m driver for emulating12	  a video device node that exposes an emulated hardware codec.13 14	  When in doubt, say N.15