ASoC: atmel_ssc_dai/trivial: typo fix
[cascardo/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
4         select FONT_SUPPORT
5         select FONT_8x16
6         select VIDEOBUF2_VMALLOC
7         default n
8         ---help---
9           Enables a virtual video driver. This driver emulates a webcam,
10           TV, S-Video and HDMI capture hardware, including VBI support for
11           the SDTV inputs. Also video output, VBI output, radio receivers,
12           transmitters and software defined radio capture is emulated.
13
14           It is highly configurable and is ideal for testing applications.
15           Error injection is supported to test rare errors that are hard
16           to reproduce in real hardware.
17
18           Say Y here if you want to test video apps or debug V4L devices.
19           When in doubt, say N.