Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259557
b: refs/heads/master
c: 8ded351
h: refs/heads/master
i:
  259555: 3105c76
v: v3
  • Loading branch information
Marin Mitov authored and Greg Kroah-Hartman committed Jun 28, 2011
1 parent 4d414e7 commit ed553b7
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 335 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: 7a1763320b8376caee8526823fc94ff612ca5358
refs/heads/master: 8ded351ad1889e5351f29b3b1b1716c4992856ee
10 changes: 9 additions & 1 deletion trunk/drivers/staging/dt3155v4l/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config VIDEO_DT3155
tristate "DT3155 frame grabber, Video4Linux interface"
depends on PCI && VIDEO_DEV && VIDEO_V4L2
select VIDEOBUF_DMA_CONTIG
select VIDEOBUF2_DMA_CONTIG
default n
---help---
Enables dt3155 device driver for the DataTranslation DT3155 frame grabber.
Expand All @@ -18,3 +18,11 @@ config DT3155_CCIR
---help---
Select it for CCIR/50Hz (European region),
or leave it unselected for RS-170/60Hz (North America).

config DT3155_STREAMING
bool "Selects streaming capture method"
depends on VIDEO_DT3155
default y
---help---
Select it if you want to use streaming of memory mapped buffers
or leave it unselected if you want to use read method (one copy more).
Loading

0 comments on commit ed553b7

Please sign in to comment.