mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-06 13:55:08 +08:00
dacca5f0fa
We never use _ in directory names in the media subsystem, so rename to test-drivers instead for consistency. Also update MAINTAINERS with the new path. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
16 lines
435 B
Plaintext
16 lines
435 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config VIDEO_VICODEC
|
|
tristate "Virtual Codec Driver"
|
|
depends on VIDEO_DEV && VIDEO_V4L2
|
|
select VIDEOBUF2_VMALLOC
|
|
select V4L2_MEM2MEM_DEV
|
|
select MEDIA_CONTROLLER
|
|
select MEDIA_CONTROLLER_REQUEST_API
|
|
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.
|