mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

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>
17 lines
545 B
Text
17 lines
545 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
config VIDEO_VIMC
|
|
tristate "Virtual Media Controller Driver (VIMC)"
|
|
depends on VIDEO_DEV && VIDEO_V4L2
|
|
select MEDIA_CONTROLLER
|
|
select VIDEO_V4L2_SUBDEV_API
|
|
select VIDEOBUF2_VMALLOC
|
|
select VIDEO_V4L2_TPG
|
|
help
|
|
Skeleton driver for Virtual Media Controller
|
|
|
|
This driver can be compared to the vivid driver for emulating
|
|
a media node that exposes a complex media topology. The topology
|
|
is hard coded for now but is meant to be highly configurable in
|
|
the future.
|
|
|
|
When in doubt, say N.
|