blob: 8e6918c5c87c5d1ebf8a28ec0e4fbb482170d48b [file] [log] [blame]
Hans Verkuile75420d2014-08-25 08:06:34 -03001config VIDEO_VIVID
2 tristate "Virtual Video Test Driver"
Hans Verkuil031d7052014-09-29 03:50:18 -03003 depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 && FB
Hans Verkuile75420d2014-08-25 08:06:34 -03004 select FONT_SUPPORT
5 select FONT_8x16
Hans Verkuil031d7052014-09-29 03:50:18 -03006 select FB_CFB_FILLRECT
7 select FB_CFB_COPYAREA
8 select FB_CFB_IMAGEBLIT
Hans Verkuil6f8adea2016-02-05 12:44:21 -02009 select MEDIA_CEC_EDID
Hans Verkuile75420d2014-08-25 08:06:34 -030010 select VIDEOBUF2_VMALLOC
Helen Mae Koike Fornaziere07d46e2016-04-08 17:28:58 -030011 select VIDEO_V4L2_TPG
Hans Verkuile75420d2014-08-25 08:06:34 -030012 default n
13 ---help---
14 Enables a virtual video driver. This driver emulates a webcam,
15 TV, S-Video and HDMI capture hardware, including VBI support for
16 the SDTV inputs. Also video output, VBI output, radio receivers,
17 transmitters and software defined radio capture is emulated.
18
19 It is highly configurable and is ideal for testing applications.
20 Error injection is supported to test rare errors that are hard
21 to reproduce in real hardware.
22
23 Say Y here if you want to test video apps or debug V4L devices.
24 When in doubt, say N.
Ezequiel Garcia6903acd2015-09-28 19:27:07 -030025
Hans Verkuil6f8adea2016-02-05 12:44:21 -020026config VIDEO_VIVID_CEC
27 bool "Enable CEC emulation support"
28 depends on VIDEO_VIVID && MEDIA_CEC
29 ---help---
30 When selected the vivid module will emulate the optional
31 HDMI CEC feature.
32
Ezequiel Garcia6903acd2015-09-28 19:27:07 -030033config VIDEO_VIVID_MAX_DEVS
34 int "Maximum number of devices"
35 depends on VIDEO_VIVID
36 default "64"
37 ---help---
38 This allows you to specify the maximum number of devices supported
39 by the vivid driver.