Merge tag 'nios2-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2
[deliverable/linux.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 9 select VIDEOBUF2_VMALLOC
e07d46e7 10 select VIDEO_V4L2_TPG
e75420dd
HV
11 default n
12 ---help---
13 Enables a virtual video driver. This driver emulates a webcam,
14 TV, S-Video and HDMI capture hardware, including VBI support for
15 the SDTV inputs. Also video output, VBI output, radio receivers,
16 transmitters and software defined radio capture is emulated.
17
18 It is highly configurable and is ideal for testing applications.
19 Error injection is supported to test rare errors that are hard
20 to reproduce in real hardware.
21
22 Say Y here if you want to test video apps or debug V4L devices.
23 When in doubt, say N.
6903acde
EG
24
25config VIDEO_VIVID_MAX_DEVS
26 int "Maximum number of devices"
27 depends on VIDEO_VIVID
28 default "64"
29 ---help---
30 This allows you to specify the maximum number of devices supported
31 by the vivid driver.
This page took 0.119416 seconds and 5 git commands to generate.