linux_dsm_epyc7002/drivers/media/platform/vicodec/Kconfig
Ezequiel Garcia f5b4a83936 media: vicodec: Drop unneeded symbol dependency
The vicodec doesn't use the Subdev API, so drop the dependency.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2018-09-24 09:13:13 -04:00

14 lines
344 B
Plaintext

config VIDEO_VICODEC
tristate "Virtual Codec Driver"
depends on VIDEO_DEV && VIDEO_V4L2
select VIDEOBUF2_VMALLOC
select V4L2_MEM2MEM_DEV
default n
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.