1config VIDEO_VIVID 2 tristate "Virtual Video Test Driver" 3 depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 && FB 4 select FONT_SUPPORT 5 select FONT_8x16 6 select FB_CFB_FILLRECT 7 select FB_CFB_COPYAREA 8 select FB_CFB_IMAGEBLIT 9 select MEDIA_CEC_EDID 10 select VIDEOBUF2_VMALLOC 11 select VIDEO_V4L2_TPG 12 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. 25 26config 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 33config 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. 40