Merge tag 'master-2014-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
[deliverable/linux.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 select FONT_SUPPORT
5 select FONT_8x16
6 select FB_CFB_FILLRECT
7 select FB_CFB_COPYAREA
8 select FB_CFB_IMAGEBLIT
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.
This page took 0.036844 seconds and 5 git commands to generate.