mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
016baa59bf
The Request API isn't meant to be chosen by users, but instead should be selected by drivers that want to support it. Hantro and Cedrus are already selecting the right options, so only the test drivers need to be fixed. Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com> 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.
|