Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / media / test-drivers / vicodec / Kconfig
blob4ea0689c3abecc54062afa42c451eb080a8aab14
1 # SPDX-License-Identifier: GPL-2.0-only
2 config VIDEO_VICODEC
3         tristate "Virtual Codec Driver"
4         depends on VIDEO_DEV
5         select VIDEOBUF2_VMALLOC
6         select V4L2_MEM2MEM_DEV
7         select MEDIA_CONTROLLER
8         help
9           Driver for a Virtual Codec
11           This driver can be compared to the vim2m driver for emulating
12           a video device node that exposes an emulated hardware codec.
14           When in doubt, say N.