]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/media/platform/vivid/Kconfig
Merge tag 'v4.11-rc1' into patchwork
[mirror_ubuntu-artful-kernel.git] / drivers / media / platform / vivid / Kconfig
1 config VIDEO_VIVID
2 tristate "Virtual Video Test Driver"
3 depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 && FB
4 depends on HAS_DMA
5 select FONT_SUPPORT
6 select FONT_8x16
7 select FB_CFB_FILLRECT
8 select FB_CFB_COPYAREA
9 select FB_CFB_IMAGEBLIT
10 select MEDIA_CEC_EDID
11 select VIDEOBUF2_VMALLOC
12 select VIDEOBUF2_DMA_CONTIG
13 select VIDEO_V4L2_TPG
14 default n
15 ---help---
16 Enables a virtual video driver. This driver emulates a webcam,
17 TV, S-Video and HDMI capture hardware, including VBI support for
18 the SDTV inputs. Also video output, VBI output, radio receivers,
19 transmitters and software defined radio capture is emulated.
20
21 It is highly configurable and is ideal for testing applications.
22 Error injection is supported to test rare errors that are hard
23 to reproduce in real hardware.
24
25 Say Y here if you want to test video apps or debug V4L devices.
26 When in doubt, say N.
27
28 config VIDEO_VIVID_CEC
29 bool "Enable CEC emulation support"
30 depends on VIDEO_VIVID && MEDIA_CEC_SUPPORT
31 ---help---
32 When selected the vivid module will emulate the optional
33 HDMI CEC feature.
34
35 config VIDEO_VIVID_MAX_DEVS
36 int "Maximum number of devices"
37 depends on VIDEO_VIVID
38 default "64"
39 ---help---
40 This allows you to specify the maximum number of devices supported
41 by the vivid driver.