Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26898
b: refs/heads/master
c: c1d1ea9
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed May 12, 2006
1 parent bd05bae commit 0267891
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd41e28e2d0f198ad56840bf8ba13cb41b129bab
refs/heads/master: c1d1ea9e0f83a89d7afa1c84fac8312e2e08c85e
11 changes: 11 additions & 0 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,6 @@ obj-$(CONFIG_USB_IBMCAM) += usbvideo/
obj-$(CONFIG_USB_KONICAWC) += usbvideo/
obj-$(CONFIG_USB_VICAM) += usbvideo/

obj-$(CONFIG_VIDEO_VIVI) += vivi.o

EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core

0 comments on commit 0267891

Please sign in to comment.