mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 10:26:42 +07:00
f2fe89061d
First version of the Virtual Media Controller. Add a simple version of the core of the driver, the capture and sensor nodes in the topology, generating a grey image in a hardcoded format. Signed-off-by: Helen Koike <helen.koike@collabora.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> [hans.verkuil@cisco.com: fix small typo in Kconfig] Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
15 lines
469 B
Plaintext
15 lines
469 B
Plaintext
config VIDEO_VIMC
|
|
tristate "Virtual Media Controller Driver (VIMC)"
|
|
depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
|
select VIDEOBUF2_VMALLOC
|
|
default n
|
|
---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.
|