Merge remote-tracking branch 'unicore32/unicore32'
[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
6f8adea2 9 select MEDIA_CEC_EDID
e75420dd 10 select VIDEOBUF2_VMALLOC
e07d46e7 11 select VIDEO_V4L2_TPG
e75420dd
HV
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.
6903acde 25
6f8adea2
HV
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
6903acde
EG
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.
This page took 0.114953 seconds and 5 git commands to generate.