diff options
Diffstat (limited to 'drivers/staging/dt3155v4l/Kconfig')
-rw-r--r-- | drivers/staging/dt3155v4l/Kconfig | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/staging/dt3155v4l/Kconfig b/drivers/staging/dt3155v4l/Kconfig new file mode 100644 index 00000000000..226a1ca90b3 --- /dev/null +++ b/drivers/staging/dt3155v4l/Kconfig | |||
@@ -0,0 +1,28 @@ | |||
1 | config VIDEO_DT3155 | ||
2 | tristate "DT3155 frame grabber, Video4Linux interface" | ||
3 | depends on PCI && VIDEO_DEV && VIDEO_V4L2 | ||
4 | select VIDEOBUF2_DMA_CONTIG | ||
5 | default n | ||
6 | ---help--- | ||
7 | Enables dt3155 device driver for the DataTranslation DT3155 frame grabber. | ||
8 | Say Y here if you have this hardware. | ||
9 | In doubt, say N. | ||
10 | |||
11 | To compile this driver as a module, choose M here: the | ||
12 | module will be called dt3155v4l. | ||
13 | |||
14 | config DT3155_CCIR | ||
15 | bool "Selects CCIR/50Hz vertical refresh" | ||
16 | depends on VIDEO_DT3155 | ||
17 | default y | ||
18 | ---help--- | ||
19 | Select it for CCIR/50Hz (European region), | ||
20 | or leave it unselected for RS-170/60Hz (North America). | ||
21 | |||
22 | config DT3155_STREAMING | ||
23 | bool "Selects streaming capture method" | ||
24 | depends on VIDEO_DT3155 | ||
25 | default y | ||
26 | ---help--- | ||
27 | Select it if you want to use streaming of memory mapped buffers | ||
28 | or leave it unselected if you want to use read method (one copy more). | ||