]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/media/video/Kconfig
V4L/DVB (3376): Add cpia2 camera support
[mirror_ubuntu-artful-kernel.git] / drivers / media / video / Kconfig
CommitLineData
1da177e4
LT
1#
2# Multimedia Video device configuration
3#
4
5menu "Video For Linux"
6 depends on VIDEO_DEV
7
8comment "Video Adapters"
9
21dcd8cc
MCC
10config VIDEO_ADV_DEBUG
11 bool "Enable advanced debug functionality"
12 depends on VIDEO_DEV
13 default n
14 ---help---
15 Say Y here to enable advanced debugging functionality on some
16 V4L devices.
17 In doubt, say N.
18
1da177e4
LT
19config VIDEO_BT848
20 tristate "BT848 Video For Linux"
21 depends on VIDEO_DEV && PCI && I2C
22 select I2C_ALGOBIT
23 select FW_LOADER
24 select VIDEO_BTCX
25 select VIDEO_BUF
26 select VIDEO_IR
27 select VIDEO_TUNER
28 select VIDEO_TVEEPROM
29 ---help---
30 Support for BT848 based frame grabber/overlay boards. This includes
31 the Miro, Hauppauge and STB boards. Please read the material in
32 <file:Documentation/video4linux/bttv/> for more information.
33
1da177e4
LT
34 To compile this driver as a module, choose M here: the
35 module will be called bttv.
36
141a8779 37config VIDEO_BT848_DVB
20c5ab68 38 bool "DVB/ATSC Support for bt878 based TV cards"
141a8779
MK
39 depends on VIDEO_BT848 && DVB_CORE
40 select DVB_BT8XX
41 ---help---
42 This adds support for DVB/ATSC cards based on the BT878 chip.
43
10b89ee3
MCC
44config VIDEO_SAA6588
45 tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards"
46 depends on VIDEO_DEV && I2C && VIDEO_BT848
47
48 help
49 Support for Radio Data System (RDS) decoder. This allows seeing
50 radio station identification transmitted using this standard.
51 Currentlly, it works only with bt8x8 chips.
52
53 To compile this driver as a module, choose M here: the
54 module will be called saa6588.
55
1da177e4
LT
56config VIDEO_PMS
57 tristate "Mediavision Pro Movie Studio Video For Linux"
58 depends on VIDEO_DEV && ISA
59 help
60 Say Y if you have such a thing.
61
62 To compile this driver as a module, choose M here: the
63 module will be called pms.
64
65config VIDEO_PLANB
66 tristate "PlanB Video-In on PowerMac"
67 depends on PPC_PMAC && VIDEO_DEV && BROKEN
68 help
69 PlanB is the V4L driver for the PowerMac 7x00/8x00 series video
70 input hardware. If you want to experiment with this, say Y.
71 Otherwise, or if you don't understand a word, say N. See
72 <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info.
73
74 Saying M will compile this driver as a module (planb).
75
76config VIDEO_BWQCAM
77 tristate "Quickcam BW Video For Linux"
78 depends on VIDEO_DEV && PARPORT
79 help
80 Say Y have if you the black and white version of the QuickCam
81 camera. See the next option for the color version.
82
83 To compile this driver as a module, choose M here: the
84 module will be called bw-qcam.
85
86config VIDEO_CQCAM
87 tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
88 depends on EXPERIMENTAL && VIDEO_DEV && PARPORT
89 help
90 This is the video4linux driver for the colour version of the
91 Connectix QuickCam. If you have one of these cameras, say Y here,
92 otherwise say N. This driver does not work with the original
93 monochrome QuickCam, QuickCam VC or QuickClip. It is also available
94 as a module (c-qcam).
95 Read <file:Documentation/video4linux/CQcam.txt> for more information.
96
97config VIDEO_W9966
98 tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
99 depends on PARPORT_1284 && VIDEO_DEV && PARPORT
100 help
101 Video4linux driver for Winbond's w9966 based Webcams.
102 Currently tested with the LifeView FlyCam Supra.
103 If you have one of these cameras, say Y here
104 otherwise say N.
105 This driver is also available as a module (w9966).
106
107 Check out <file:Documentation/video4linux/w9966.txt> for more
108 information.
109
110config VIDEO_CPIA
111 tristate "CPiA Video For Linux"
112 depends on VIDEO_DEV
113 ---help---
114 This is the video4linux driver for cameras based on Vision's CPiA
115 (Colour Processor Interface ASIC), such as the Creative Labs Video
116 Blaster Webcam II. If you have one of these cameras, say Y here
117 and select parallel port and/or USB lowlevel support below,
118 otherwise say N. This will not work with the Creative Webcam III.
119
120 Please read <file:Documentation/video4linux/README.cpia> for more
121 information.
122
123 This driver is also available as a module (cpia).
124
125config VIDEO_CPIA_PP
126 tristate "CPiA Parallel Port Lowlevel Support"
127 depends on PARPORT_1284 && VIDEO_CPIA && PARPORT
128 help
129 This is the lowlevel parallel port support for cameras based on
130 Vision's CPiA (Colour Processor Interface ASIC), such as the
131 Creative Webcam II. If you have the parallel port version of one
132 of these cameras, say Y here, otherwise say N. It is also available
133 as a module (cpia_pp).
134
135config VIDEO_CPIA_USB
136 tristate "CPiA USB Lowlevel Support"
137 depends on VIDEO_CPIA && USB
138 help
139 This is the lowlevel USB support for cameras based on Vision's CPiA
140 (Colour Processor Interface ASIC), such as the Creative Webcam II.
141 If you have the USB version of one of these cameras, say Y here,
142 otherwise say N. This will not work with the Creative Webcam III.
143 It is also available as a module (cpia_usb).
144
ab33d507
AC
145config VIDEO_CPIA2
146 tristate "CPiA2 Video For Linux"
147 depends on VIDEO_DEV
148 ---help---
149 This is the video4linux driver for cameras based on Vision's CPiA2
150 (Colour Processor Interface ASIC), such as the Digital Blue QX5
151 Microscope. If you have one of these cameras, say Y here
152
153 This driver is also available as a module (cpia2).
154
1da177e4
LT
155config VIDEO_SAA5246A
156 tristate "SAA5246A, SAA5281 Teletext processor"
157 depends on VIDEO_DEV && I2C
158 help
159 Support for I2C bus based teletext using the SAA5246A or SAA5281
160 chip. Useful only if you live in Europe.
161
162 To compile this driver as a module, choose M here: the
163 module will be called saa5246a.
164
165config VIDEO_SAA5249
166 tristate "SAA5249 Teletext processor"
167 depends on VIDEO_DEV && I2C
168 help
169 Support for I2C bus based teletext using the SAA5249 chip. At the
170 moment this is only useful on some European WinTV cards.
171
172 To compile this driver as a module, choose M here: the
173 module will be called saa5249.
174
175config TUNER_3036
176 tristate "SAB3036 tuner"
177 depends on VIDEO_DEV && I2C
178 help
179 Say Y here to include support for Philips SAB3036 compatible tuners.
180 If in doubt, say N.
181
182config VIDEO_VINO
183 tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
184 depends on VIDEO_DEV && I2C && SGI_IP22 && EXPERIMENTAL
185 select I2C_ALGO_SGI
186 help
187 Say Y here to build in support for the Vino video input system found
188 on SGI Indy machines.
189
190config VIDEO_STRADIS
191 tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
192 depends on EXPERIMENTAL && VIDEO_DEV && PCI
193 help
194 Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
195 driver for PCI. There is a product page at
b2a17e47 196 <http://www.stradis.com/>.
1da177e4
LT
197
198config VIDEO_ZORAN
199 tristate "Zoran ZR36057/36067 Video For Linux"
200 depends on VIDEO_DEV && PCI && I2C_ALGOBIT
201 help
202 Say Y for support for MJPEG capture cards based on the Zoran
203 36057/36067 PCI controller chipset. This includes the Iomega
204 Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is
205 a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
206 more information, check <file:Documentation/video4linux/Zoran>.
207
208 To compile this driver as a module, choose M here: the
209 module will be called zr36067.
674434c6 210
1da177e4
LT
211config VIDEO_ZORAN_BUZ
212 tristate "Iomega Buz support"
213 depends on VIDEO_ZORAN
214 help
215 Support for the Iomega Buz MJPEG capture/playback card.
216
217config VIDEO_ZORAN_DC10
218 tristate "Pinnacle/Miro DC10(+) support"
219 depends on VIDEO_ZORAN
220 help
221 Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback
222 card.
223
224config VIDEO_ZORAN_DC30
225 tristate "Pinnacle/Miro DC30(+) support"
674434c6
MCC
226 depends on VIDEO_ZORAN
227 help
1da177e4
LT
228 Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback
229 card. This also supports really old DC10 cards based on the
230 zr36050 MJPEG codec and zr36016 VFE.
231
232config VIDEO_ZORAN_LML33
233 tristate "Linux Media Labs LML33 support"
234 depends on VIDEO_ZORAN
235 help
236 Support for the Linux Media Labs LML33 MJPEG capture/playback
237 card.
238
239config VIDEO_ZORAN_LML33R10
240 tristate "Linux Media Labs LML33R10 support"
241 depends on VIDEO_ZORAN
242 help
243 support for the Linux Media Labs LML33R10 MJPEG capture/playback
244 card.
245
246config VIDEO_ZR36120
247 tristate "Zoran ZR36120/36125 Video For Linux"
248 depends on VIDEO_DEV && PCI && I2C && BROKEN
249 help
250 Support for ZR36120/ZR36125 based frame grabber/overlay boards.
251 This includes the Victor II, WaveWatcher, Video Wonder, Maxi-TV,
252 and Buster boards. Please read the material in
253 <file:Documentation/video4linux/zr36120.txt> for more information.
254
255 To compile this driver as a module, choose M here: the
256 module will be called zr36120.
257
258config VIDEO_MEYE
259 tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
260 depends on VIDEO_DEV && PCI && SONYPI
261 ---help---
262 This is the video4linux driver for the Motion Eye camera found
263 in the Vaio Picturebook laptops. Please read the material in
264 <file:Documentation/video4linux/meye.txt> for more information.
265
266 If you say Y or M here, you need to say Y or M to "Sony Programmable
267 I/O Control Device" in the character device section.
268
269 To compile this driver as a module, choose M here: the
270 module will be called meye.
271
d5f69daf 272source "drivers/media/video/saa7134/Kconfig"
1da177e4
LT
273
274config VIDEO_MXB
275 tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
276 depends on VIDEO_DEV && PCI
277 select VIDEO_SAA7146_VV
278 select VIDEO_TUNER
279 ---help---
280 This is a video4linux driver for the 'Multimedia eXtension Board'
281 TV card by Siemens-Nixdorf.
674434c6 282
1da177e4
LT
283 To compile this driver as a module, choose M here: the
284 module will be called mxb.
285
286config VIDEO_DPC
287 tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
288 depends on VIDEO_DEV && PCI
289 select VIDEO_SAA7146_VV
290 ---help---
291 This is a video4linux driver for the 'dpc7146 demonstration
292 board' by Philips-Semiconductors. It's the reference design
293 for SAA7146 bases boards, so if you have some unsupported
294 saa7146 based, analog video card, chances are good that it
295 will work with this skeleton driver.
674434c6 296
1da177e4
LT
297 To compile this driver as a module, choose M here: the
298 module will be called dpc7146.
299
300config VIDEO_HEXIUM_ORION
301 tristate "Hexium HV-PCI6 and Orion frame grabber"
302 depends on VIDEO_DEV && PCI
303 select VIDEO_SAA7146_VV
304 ---help---
305 This is a video4linux driver for the Hexium HV-PCI6 and
306 Orion frame grabber cards by Hexium.
674434c6 307
1da177e4
LT
308 To compile this driver as a module, choose M here: the
309 module will be called hexium_orion.
310
311config VIDEO_HEXIUM_GEMINI
312 tristate "Hexium Gemini frame grabber"
313 depends on VIDEO_DEV && PCI
314 select VIDEO_SAA7146_VV
315 ---help---
316 This is a video4linux driver for the Hexium Gemini frame
317 grabber card by Hexium. Please note that the Gemini Dual
318 card is *not* fully supported.
674434c6 319
1da177e4
LT
320 To compile this driver as a module, choose M here: the
321 module will be called hexium_gemini.
322
d5f69daf 323source "drivers/media/video/cx88/Kconfig"
1da177e4 324
15871a29
MK
325source "drivers/media/video/em28xx/Kconfig"
326
1da177e4
LT
327config VIDEO_OVCAMCHIP
328 tristate "OmniVision Camera Chip support"
329 depends on VIDEO_DEV && I2C
330 ---help---
331 Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
332 This driver is intended to be used with the ov511 and w9968cf USB
333 camera drivers.
334
335 To compile this driver as a module, choose M here: the
336 module will be called ovcamchip
337
338config VIDEO_M32R_AR
339 tristate "AR devices"
340 depends on M32R
341 ---help---
342 This is a video4linux driver for the Renesas AR (Artificial Retina)
343 camera module.
344
345config VIDEO_M32R_AR_M64278
346 tristate "Use Colour AR module M64278(VGA)"
b545d48c 347 depends on VIDEO_M32R_AR && PLAT_M32700UT
1da177e4
LT
348 ---help---
349 Say Y here to use the Renesas M64278E-800 camera module,
350 which supports VGA(640x480 pixcels) size of images.
351
770599d0
MCC
352config VIDEO_AUDIO_DECODER
353 tristate "Add support for additional audio chipsets"
354 depends on VIDEO_DEV && I2C && EXPERIMENTAL
355 ---help---
356 Say Y here to compile drivers for WM8775 and CS53L32A audio
357 decoders.
358
714a095a
MCC
359config VIDEO_DECODER
360 tristate "Add support for additional video chipsets"
361 depends on VIDEO_DEV && I2C && EXPERIMENTAL
362 ---help---
363 Say Y here to compile drivers for SAA7115, SAA7127 and CX25840
a82c51d5
HV
364 video decoders.
365
1da177e4 366endmenu