linux-stable/drivers/media/platform/vimc/Kconfig
Helen Fornazier 554946c366 [media] vimc: sen: Integrate the tpg on the sensor
Initialize the test pattern generator on the sensor
Generate a colored bar image instead of a grey one

Signed-off-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-06-23 08:30:31 -03:00

15 lines
492 B
Text

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.