blob: b36ac19dc6e48d60afbc4053fb848d9439dfcd5d [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
Vincent ABRIOU8ecc54132016-09-12 05:47:27 -03004 depends on HAS_DMA
Hans Verkuile75420d2014-08-25 08:06:34 -03005 select FONT_SUPPORT
6 select FONT_8x16
Hans Verkuil031d7052014-09-29 03:50:18 -03007 select FB_CFB_FILLRECT
8 select FB_CFB_COPYAREA
9 select FB_CFB_IMAGEBLIT
Hans Verkuile75420d2014-08-25 08:06:34 -030010 select VIDEOBUF2_VMALLOC
Vincent ABRIOU8ecc54132016-09-12 05:47:27 -030011 select VIDEOBUF2_DMA_CONTIG
Helen Mae Koike Fornaziere07d46e2016-04-08 17:28:58 -030012 select VIDEO_V4L2_TPG
Hans Verkuile75420d2014-08-25 08:06:34 -030013 default n
14 ---help---
15 Enables a virtual video driver. This driver emulates a webcam,
16 TV, S-Video and HDMI capture hardware, including VBI support for
17 the SDTV inputs. Also video output, VBI output, radio receivers,
18 transmitters and software defined radio capture is emulated.
19
20 It is highly configurable and is ideal for testing applications.
21 Error injection is supported to test rare errors that are hard
22 to reproduce in real hardware.
23
24 Say Y here if you want to test video apps or debug V4L devices.
25 When in doubt, say N.
Ezequiel Garcia6903acd2015-09-28 19:27:07 -030026
Hans Verkuil6f8adea2016-02-05 12:44:21 -020027config VIDEO_VIVID_CEC
28 bool "Enable CEC emulation support"
Hans Verkuil56a263a2017-04-17 07:44:35 -030029 depends on VIDEO_VIVID && CEC_CORE
Hans Verkuil6f8adea2016-02-05 12:44:21 -020030 ---help---
31 When selected the vivid module will emulate the optional
32 HDMI CEC feature.
33
Ezequiel Garcia6903acd2015-09-28 19:27:07 -030034config VIDEO_VIVID_MAX_DEVS
35 int "Maximum number of devices"
36 depends on VIDEO_VIVID
37 default "64"
38 ---help---
39 This allows you to specify the maximum number of devices supported
40 by the vivid driver.