]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/media/platform/vivid/Kconfig
iio: imu: inv_mpu6050: test whoami first and against all known values
[mirror_ubuntu-artful-kernel.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 depends on HAS_DMA
5 select FONT_SUPPORT
6 select FONT_8x16
7 select FB_CFB_FILLRECT
8 select FB_CFB_COPYAREA
9 select FB_CFB_IMAGEBLIT
10 select VIDEOBUF2_VMALLOC
11 select VIDEOBUF2_DMA_CONTIG
12 select VIDEO_V4L2_TPG
13 default n
14 ---help---
15 Enables a virtual video driver. This driver emulates a webcam,
16 TV, S-Video and HDMI capture hardware, including VBI support for
17 the SDTV inputs. Also video output, VBI output, radio receivers,
18 transmitters and software defined radio capture is emulated.
19
20 It is highly configurable and is ideal for testing applications.
21 Error injection is supported to test rare errors that are hard
22 to reproduce in real hardware.
23
24 Say Y here if you want to test video apps or debug V4L devices.
25 When in doubt, say N.
26
27 config VIDEO_VIVID_CEC
28 bool "Enable CEC emulation support"
29 depends on VIDEO_VIVID && CEC_CORE
30 ---help---
31 When selected the vivid module will emulate the optional
32 HDMI CEC feature.
33
34 config VIDEO_VIVID_MAX_DEVS
35 int "Maximum number of devices"
36 depends on VIDEO_VIVID
37 default "64"
38 ---help---
39 This allows you to specify the maximum number of devices supported
40 by the vivid driver.