# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_VIDEO_VIVID[0m tristate "Virtual Video Test Driver" depends on [31mCONFIG_VIDEO_DEV[0m && [31mCONFIG_VIDEO_V4L2[0m && ![31mCONFIG_SPARC32[0m && ![31mCONFIG_SPARC64[0m && [31mCONFIG_FB[0m depends on [31mCONFIG_HAS_DMA[0m select [31mCONFIG_FONT_SUPPORT[0m select [31mCONFIG_FONT_8x16[0m select [31mCONFIG_FB_CFB_FILLRECT[0m select [31mCONFIG_FB_CFB_COPYAREA[0m select [31mCONFIG_FB_CFB_IMAGEBLIT[0m select [31mCONFIG_VIDEOBUF2_VMALLOC[0m select [31mCONFIG_VIDEOBUF2_DMA_CONTIG[0m select [31mCONFIG_VIDEO_V4L2_TPG[0m help Enables a virtual video driver. This driver emulates a webcam, TV, S-Video and [31mCONFIG_HDMI[0m capture hardware, including VBI support for the SDTV inputs. Also video output, VBI output, radio receivers, transmitters and software defined radio capture is emulated. It is highly configurable and is ideal for testing applications. Error injection is supported to test rare errors that are hard to reproduce in real hardware. Say Y here if you want to test video apps or debug V4L devices. When in doubt, say N. config [31mCONFIG_VIDEO_VIVID_CEC[0m bool "Enable CEC emulation support" depends on [31mCONFIG_VIDEO_VIVID[0m select [31mCONFIG_CEC_CORE[0m help When selected the vivid module will emulate the optional [31mCONFIG_HDMI[0m CEC feature. config [31mCONFIG_VIDEO_VIVID_MAX_DEVS[0m int "Maximum number of devices" depends on [31mCONFIG_VIDEO_VIVID[0m default "64" help This allows you to specify the maximum number of devices supported by the vivid driver. |