Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65919
b: refs/heads/master
c: 87b9ad0
h: refs/heads/master
i:
  65917: be8ebe6
  65915: c5ad3e3
  65911: 1d6a141
  65903: 400b4a6
  65887: 52c0c52
  65855: cb5f36c
  65791: c7fb569
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 7578c0b commit 03f4bdc
Show file tree
Hide file tree
Showing 6 changed files with 435 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6bb2790f8a0cf93d3dbed6b6e986441110e6174b
refs/heads/master: 87b9ad070cf76c0f1e8cf836f7eb86e9ac94e34a
4 changes: 4 additions & 0 deletions trunk/drivers/media/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ config VIDEOBUF_DMA_SG
select VIDEOBUF_GEN
tristate

config VIDEOBUF_VMALLOC
select VIDEOBUF_GEN
tristate

config VIDEO_BUF_DVB
tristate

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ endmenu # encoder / decoder chips
config VIDEO_VIVI
tristate "Virtual Video Driver"
depends on VIDEO_V4L2 && !SPARC32 && !SPARC64 && PCI
select VIDEOBUF_DMA_SG
select VIDEOBUF_VMALLOC
default n
---help---
Enables a virtual video driver. This device shows a color bar
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ obj-$(CONFIG_TUNER_TEA5761) += tea5761.o

obj-$(CONFIG_VIDEOBUF_GEN) += videobuf-core.o
obj-$(CONFIG_VIDEOBUF_DMA_SG) += videobuf-dma-sg.o
obj-$(CONFIG_VIDEOBUF_VMALLOC) += videobuf-vmalloc.o
obj-$(CONFIG_VIDEO_BUF_DVB) += video-buf-dvb.o
obj-$(CONFIG_VIDEO_BTCX) += btcx-risc.o
obj-$(CONFIG_VIDEO_TVEEPROM) += tveeprom.o
Expand Down
Loading

0 comments on commit 03f4bdc

Please sign in to comment.