Hans Verkuil | e75420d | 2014-08-25 08:06:34 -0300 | [diff] [blame] | 1 | config VIDEO_VIVID |
| 2 | tristate "Virtual Video Test Driver" |
Hans Verkuil | 031d705 | 2014-09-29 03:50:18 -0300 | [diff] [blame] | 3 | depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 && FB |
Vincent ABRIOU | 8ecc5413 | 2016-09-12 05:47:27 -0300 | [diff] [blame] | 4 | depends on HAS_DMA |
Hans Verkuil | e75420d | 2014-08-25 08:06:34 -0300 | [diff] [blame] | 5 | select FONT_SUPPORT |
| 6 | select FONT_8x16 |
Hans Verkuil | 031d705 | 2014-09-29 03:50:18 -0300 | [diff] [blame] | 7 | select FB_CFB_FILLRECT |
| 8 | select FB_CFB_COPYAREA |
| 9 | select FB_CFB_IMAGEBLIT |
Hans Verkuil | e75420d | 2014-08-25 08:06:34 -0300 | [diff] [blame] | 10 | select VIDEOBUF2_VMALLOC |
Vincent ABRIOU | 8ecc5413 | 2016-09-12 05:47:27 -0300 | [diff] [blame] | 11 | select VIDEOBUF2_DMA_CONTIG |
Helen Mae Koike Fornazier | e07d46e | 2016-04-08 17:28:58 -0300 | [diff] [blame] | 12 | select VIDEO_V4L2_TPG |
Hans Verkuil | e75420d | 2014-08-25 08:06:34 -0300 | [diff] [blame] | 13 | 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 Garcia | 6903acd | 2015-09-28 19:27:07 -0300 | [diff] [blame] | 26 | |
Hans Verkuil | 6f8adea | 2016-02-05 12:44:21 -0200 | [diff] [blame] | 27 | config VIDEO_VIVID_CEC |
| 28 | bool "Enable CEC emulation support" |
Hans Verkuil | 56a263a | 2017-04-17 07:44:35 -0300 | [diff] [blame] | 29 | depends on VIDEO_VIVID && CEC_CORE |
Hans Verkuil | 6f8adea | 2016-02-05 12:44:21 -0200 | [diff] [blame] | 30 | ---help--- |
| 31 | When selected the vivid module will emulate the optional |
| 32 | HDMI CEC feature. |
| 33 | |
Ezequiel Garcia | 6903acd | 2015-09-28 19:27:07 -0300 | [diff] [blame] | 34 | config 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. |