]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - drivers/media/platform/vivid/Kconfig
Merge remote-tracking branches 'spi/topic/mxs', 'spi/topic/pxa', 'spi/topic/rockchip...
[mirror_ubuntu-eoan-kernel.git] / drivers / media / platform / vivid / Kconfig
CommitLineData
e75420dd
HV
1config VIDEO_VIVID
2 tristate "Virtual Video Test Driver"
031d705c 3 depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64 && FB
e75420dd
HV
4 select FONT_SUPPORT
5 select FONT_8x16
031d705c
HV
6 select FB_CFB_FILLRECT
7 select FB_CFB_COPYAREA
8 select FB_CFB_IMAGEBLIT
e75420dd
HV
9 select VIDEOBUF2_VMALLOC
10 default n
11 ---help---
12 Enables a virtual video driver. This driver emulates a webcam,
13 TV, S-Video and HDMI capture hardware, including VBI support for
14 the SDTV inputs. Also video output, VBI output, radio receivers,
15 transmitters and software defined radio capture is emulated.
16
17 It is highly configurable and is ideal for testing applications.
18 Error injection is supported to test rare errors that are hard
19 to reproduce in real hardware.
20
21 Say Y here if you want to test video apps or debug V4L devices.
22 When in doubt, say N.