diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-09 18:51:18 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-12 22:54:54 (GMT) |
commit | c1d1ea9e0f83a89d7afa1c84fac8312e2e08c85e (patch) | |
tree | 3a6bae707222eb1ee8f52fe2f23847da25995c1e /drivers/media/video/Kconfig | |
parent | cd41e28e2d0f198ad56840bf8ba13cb41b129bab (diff) | |
download | linux-c1d1ea9e0f83a89d7afa1c84fac8312e2e08c85e.tar.xz |
V4L/DVB (3775): Add VIVI Kconfig stuff
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index bff9d8f..0dce9ab 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig @@ -16,6 +16,17 @@ config VIDEO_ADV_DEBUG V4L devices. In doubt, say N. +config VIDEO_VIVI + tristate "Virtual Video Driver" + depends on VIDEO_V4L2 + default n + ---help--- + Enables a virtual video driver. This device shows a color bar + and a timestamp, as a real device would generate by using V4L2 + api. + Say Y here if you want to test video apps or debug V4L devices. + In doubt, say N. + source "drivers/media/video/bt8xx/Kconfig" config VIDEO_SAA6588 |