2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2018-07-20 15:52:50 +08:00
|
|
|
config VIDEO_VICODEC
|
|
|
|
tristate "Virtual Codec Driver"
|
2018-09-10 23:21:53 +08:00
|
|
|
depends on VIDEO_DEV && VIDEO_V4L2
|
2018-07-20 15:52:50 +08:00
|
|
|
select VIDEOBUF2_VMALLOC
|
|
|
|
select 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.
|