mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 18:11:47 +00:00
b60a5b8dcf
Checkpatch wants to use 'help' instead of '---help---': WARNING: prefer 'help' over '---help---' for new help texts Let's change it globally at the media subsystem, as otherwise people would keep using the old way. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
16 lines
486 B
Plaintext
16 lines
486 B
Plaintext
config VIDEO_VIMC
|
|
tristate "Virtual Media Controller Driver (VIMC)"
|
|
depends on VIDEO_DEV && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
|
|
select VIDEOBUF2_VMALLOC
|
|
select VIDEO_V4L2_TPG
|
|
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.
|