blob: 675c8574403eac8ac54019045a5f5e07512204e2 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Multimedia Video device configuration
3#
4
Jan Engelhardtc5da5af2007-05-02 10:06:23 -03005menuconfig VIDEO_CAPTURE_DRIVERS
6 bool "Video capture adapters"
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 depends on VIDEO_DEV
Jan Engelhardtc5da5af2007-05-02 10:06:23 -03008 default y
Mauro Carvalho Chehabff016522007-05-02 15:14:06 -03009 ---help---
10 Say Y here to enable selecting the video adapters for
11 webcams, analog TV, and hybrid analog/digital TV.
12 Some of those devices also supports FM radio.
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
Trent Piepho59faba12007-06-27 14:09:54 -070014if VIDEO_CAPTURE_DRIVERS && VIDEO_DEV
Linus Torvalds1da177e2005-04-16 15:20:36 -070015
Mauro Carvalho Chehab21dcd8c2006-01-09 15:25:37 -020016config VIDEO_ADV_DEBUG
17 bool "Enable advanced debug functionality"
Mauro Carvalho Chehab21dcd8c2006-01-09 15:25:37 -020018 default n
19 ---help---
20 Say Y here to enable advanced debugging functionality on some
21 V4L devices.
22 In doubt, say N.
23
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -030024config VIDEO_HELPER_CHIPS_AUTO
25 bool "Autoselect pertinent encoders/decoders and other helper chips"
26 default y
27 ---help---
28 Most video cards may require additional modules to encode or
29 decode audio/video standards. This option will autoselect
30 all pertinent modules to each selected video module.
31
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +010032 Unselect this only if you know exactly what you are doing, since
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -030033 it may break support on some boards.
34
35 In doubt, say Y.
36
37#
38# Encoder / Decoder module configuration
39#
40
41menu "Encoders/decoders and other helper chips"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -030042 depends on !VIDEO_HELPER_CHIPS_AUTO
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -030043
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -030044comment "Audio decoders"
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -030045
46config VIDEO_TVAUDIO
47 tristate "Simple audio decoder chips"
48 depends on VIDEO_V4L1 && I2C
49 ---help---
50 Support for several audio decoder chips found on some bt8xx boards:
51 Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
52 tea6320, tea6420, tda8425, ta8874z.
53 Microchip: pic16c54 based design on ProVideo PV951 board.
54
55 To compile this driver as a module, choose M here: the
56 module will be called tvaudio.
57
58config VIDEO_TDA7432
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -030059 tristate "Philips TDA7432 audio processor"
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -030060 depends on VIDEO_V4L1 && I2C
61 ---help---
62 Support for tda7432 audio decoder chip found on some bt8xx boards.
63
64 To compile this driver as a module, choose M here: the
65 module will be called tda7432.
66
67config VIDEO_TDA9840
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -030068 tristate "Philips TDA9840 audio processor"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -030069 depends on I2C
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -030070 ---help---
71 Support for tda9840 audio decoder chip found on some Zoran boards.
72
73 To compile this driver as a module, choose M here: the
74 module will be called tda9840.
75
76config VIDEO_TDA9875
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -030077 tristate "Philips TDA9875 audio processor"
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -030078 depends on VIDEO_V4L1 && I2C
79 ---help---
80 Support for tda9875 audio decoder chip found on some bt8xx boards.
81
82 To compile this driver as a module, choose M here: the
83 module will be called tda9875.
84
85config VIDEO_TEA6415C
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -030086 tristate "Philips TEA6415C audio processor"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -030087 depends on I2C
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -030088 ---help---
89 Support for tea6415c audio decoder chip found on some bt8xx boards.
90
91 To compile this driver as a module, choose M here: the
92 module will be called tea6415c.
93
94config VIDEO_TEA6420
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -030095 tristate "Philips TEA6420 audio processor"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -030096 depends on I2C
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -030097 ---help---
98 Support for tea6420 audio decoder chip found on some bt8xx boards.
99
100 To compile this driver as a module, choose M here: the
101 module will be called tea6420.
102
103config VIDEO_MSP3400
104 tristate "Micronas MSP34xx audio decoders"
105 depends on VIDEO_V4L2 && I2C
106 ---help---
107 Support for the Micronas MSP34xx series of audio decoders.
108
109 To compile this driver as a module, choose M here: the
110 module will be called msp3400.
111
112config VIDEO_CS53L32A
113 tristate "Cirrus Logic CS53L32A audio ADC"
114 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
115 ---help---
116 Support for the Cirrus Logic CS53L32A low voltage
117 stereo A/D converter.
118
119 To compile this driver as a module, choose M here: the
120 module will be called cs53l32a.
121
122config VIDEO_TLV320AIC23B
123 tristate "Texas Instruments TLV320AIC23B audio codec"
124 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
125 ---help---
126 Support for the Texas Instruments TLV320AIC23B audio codec.
127
128 To compile this driver as a module, choose M here: the
129 module will be called tlv320aic23b.
130
131config VIDEO_WM8775
132 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
133 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
134 ---help---
135 Support for the Wolfson Microelectronics WM8775 high
136 performance stereo A/D Converter with a 4 channel input mixer.
137
138 To compile this driver as a module, choose M here: the
139 module will be called wm8775.
140
141config VIDEO_WM8739
142 tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
143 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
144 ---help---
145 Support for the Wolfson Microelectronics WM8739
146 stereo A/D Converter.
147
148 To compile this driver as a module, choose M here: the
149 module will be called wm8739.
150
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300151comment "Video decoders"
152
153config VIDEO_BT819
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -0300154 tristate "BT819A VideoStream decoder"
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300155 depends on VIDEO_V4L1 && I2C
156 ---help---
157 Support for BT819A video decoder.
158
159 To compile this driver as a module, choose M here: the
160 module will be called bt819.
161
162config VIDEO_BT856
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -0300163 tristate "BT856 VideoStream decoder"
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300164 depends on VIDEO_V4L1 && I2C
165 ---help---
166 Support for BT856 video decoder.
167
168 To compile this driver as a module, choose M here: the
169 module will be called bt856.
170
171config VIDEO_BT866
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -0300172 tristate "BT866 VideoStream decoder"
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300173 depends on VIDEO_V4L1 && I2C
174 ---help---
175 Support for BT866 video decoder.
176
177 To compile this driver as a module, choose M here: the
178 module will be called bt866.
179
180config VIDEO_KS0127
181 tristate "KS0127 video decoder"
182 depends on VIDEO_V4L1 && I2C
183 ---help---
184 Support for KS0127 video decoder.
185
186 This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
187 cards.
188
189 To compile this driver as a module, choose M here: the
190 module will be called ks0127.
191
Jonathan Corbet111f3352006-11-04 09:26:00 -0300192config VIDEO_OV7670
193 tristate "OmniVision OV7670 sensor support"
194 depends on I2C && VIDEO_V4L2
195 ---help---
196 This is a Video4Linux2 sensor-level driver for the OmniVision
197 OV7670 VGA camera. It currently only works with the M88ALP01
198 controller.
199
Sakari Ailusa5e90862007-07-18 18:04:17 -0300200config VIDEO_TCM825X
201 tristate "TCM825x camera sensor support"
202 depends on I2C && VIDEO_V4L2
203 ---help---
204 This is a driver for the Toshiba TCM825x VGA camera sensor.
205 It is used for example in Nokia N800.
206
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300207config VIDEO_SAA7110
208 tristate "Philips SAA7110 video decoder"
Mauro Carvalho Chehabce48d5e2006-11-05 09:02:13 -0300209 depends on VIDEO_V4L1 && I2C
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300210 ---help---
211 Support for the Philips SAA7110 video decoders.
212
213 To compile this driver as a module, choose M here: the
214 module will be called saa7110.
215
216config VIDEO_SAA7111
217 tristate "Philips SAA7111 video decoder"
218 depends on VIDEO_V4L1 && I2C
219 ---help---
220 Support for the Philips SAA711 video decoder.
221
222 To compile this driver as a module, choose M here: the
223 module will be called saa7111.
224
225config VIDEO_SAA7114
226 tristate "Philips SAA7114 video decoder"
227 depends on VIDEO_V4L1 && I2C
228 ---help---
229 Support for the Philips SAA7114 video decoder. This driver
230 is used only on Zoran driver and should be moved soon to
231 SAA711x module.
232
233 To compile this driver as a module, choose M here: the
234 module will be called saa7114.
235
236config VIDEO_SAA711X
237 tristate "Philips SAA7113/4/5 video decoders"
238 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
239 ---help---
240 Support for the Philips SAA7113/4/5 video decoders.
241
242 To compile this driver as a module, choose M here: the
243 module will be called saa7115.
244
245config VIDEO_SAA7191
246 tristate "Philips SAA7191 video decoder"
247 depends on VIDEO_V4L1 && I2C
248 ---help---
249 Support for the Philips SAA7191 video decoder.
250
251 To compile this driver as a module, choose M here: the
252 module will be called saa7191.
253
254config VIDEO_TVP5150
255 tristate "Texas Instruments TVP5150 video decoder"
256 depends on VIDEO_V4L2 && I2C
257 ---help---
258 Support for the Texas Instruments TVP5150 video decoder.
259
260 To compile this driver as a module, choose M here: the
261 module will be called tvp5150.
262
263config VIDEO_VPX3220
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -0300264 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300265 depends on VIDEO_V4L1 && I2C
266 ---help---
267 Support for VPX322x video decoders.
268
269 To compile this driver as a module, choose M here: the
270 module will be called vpx3220.
271
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -0300272comment "Video and audio decoders"
273
274source "drivers/media/video/cx25840/Kconfig"
275
276comment "MPEG video encoders"
277
278config VIDEO_CX2341X
279 tristate "Conexant CX2341x MPEG encoders"
280 depends on VIDEO_V4L2 && EXPERIMENTAL
281 ---help---
282 Support for the Conexant CX23416 MPEG encoders
283 and CX23415 MPEG encoder/decoders.
284
285 This module currently supports the encoding functions only.
286
287 To compile this driver as a module, choose M here: the
288 module will be called cx2341x.
289
290comment "Video encoders"
291
292config VIDEO_SAA7127
293 tristate "Philips SAA7127/9 digital video encoders"
294 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
295 ---help---
296 Support for the Philips SAA7127/9 digital video encoders.
297
298 To compile this driver as a module, choose M here: the
299 module will be called saa7127.
300
301config VIDEO_SAA7185
302 tristate "Philips SAA7185 video encoder"
303 depends on VIDEO_V4L1 && I2C
304 ---help---
305 Support for the Philips SAA7185 video encoder.
306
307 To compile this driver as a module, choose M here: the
308 module will be called saa7185.
309
310config VIDEO_ADV7170
311 tristate "Analog Devices ADV7170 video encoder"
312 depends on VIDEO_V4L1 && I2C
313 ---help---
314 Support for the Analog Devices ADV7170 video encoder driver
315
316 To compile this driver as a module, choose M here: the
317 module will be called adv7170.
318
319config VIDEO_ADV7175
320 tristate "Analog Devices ADV7175 video encoder"
321 depends on VIDEO_V4L1 && I2C
322 ---help---
323 Support for the Analog Devices ADV7175 video encoder driver
324
325 To compile this driver as a module, choose M here: the
326 module will be called adv7175.
327
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300328comment "Video improvement chips"
329
330config VIDEO_UPD64031A
331 tristate "NEC Electronics uPD64031A Ghost Reduction"
332 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
333 ---help---
334 Support for the NEC Electronics uPD64031A Ghost Reduction
335 video chip. It is most often found in NTSC TV cards made for
336 Japan and is used to reduce the 'ghosting' effect that can
337 be present in analog TV broadcasts.
338
339 To compile this driver as a module, choose M here: the
340 module will be called upd64031a.
341
342config VIDEO_UPD64083
343 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
344 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
345 ---help---
346 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
347 separation video chip. It is used to improve the quality of
348 the colors of a composite signal.
349
350 To compile this driver as a module, choose M here: the
351 module will be called upd64083.
352
353endmenu # encoder / decoder chips
354
Mauro Carvalho Chehabc1d1ea92006-04-09 15:51:18 -0300355config VIDEO_VIVI
356 tristate "Virtual Video Driver"
Trent Piepho59faba12007-06-27 14:09:54 -0700357 depends on VIDEO_V4L2 && !SPARC32 && !SPARC64 && PCI
Ingo Molnar8a2ae702006-05-02 09:00:31 -0300358 select VIDEO_BUF
Mauro Carvalho Chehabc1d1ea92006-04-09 15:51:18 -0300359 default n
360 ---help---
361 Enables a virtual video driver. This device shows a color bar
362 and a timestamp, as a real device would generate by using V4L2
363 api.
364 Say Y here if you want to test video apps or debug V4L devices.
365 In doubt, say N.
366
Manu Abrahamfaecfb12006-03-17 12:07:22 -0300367source "drivers/media/video/bt8xx/Kconfig"
Michael Krufky141a8772005-11-08 21:38:13 -0800368
Mauro Carvalho Chehab10b89ee2005-09-09 13:04:03 -0700369config VIDEO_SAA6588
370 tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300371 depends on I2C && VIDEO_BT848
Mauro Carvalho Chehab10b89ee2005-09-09 13:04:03 -0700372
373 help
374 Support for Radio Data System (RDS) decoder. This allows seeing
375 radio station identification transmitted using this standard.
Matt LaPlante09509602006-10-03 22:31:37 +0200376 Currently, it works only with bt8x8 chips.
Mauro Carvalho Chehab10b89ee2005-09-09 13:04:03 -0700377
378 To compile this driver as a module, choose M here: the
379 module will be called saa6588.
380
Linus Torvalds1da177e2005-04-16 15:20:36 -0700381config VIDEO_PMS
382 tristate "Mediavision Pro Movie Studio Video For Linux"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300383 depends on ISA && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700384 help
385 Say Y if you have such a thing.
386
387 To compile this driver as a module, choose M here: the
388 module will be called pms.
389
390config VIDEO_PLANB
391 tristate "PlanB Video-In on PowerMac"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300392 depends on PPC_PMAC && VIDEO_V4L1 && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393 help
394 PlanB is the V4L driver for the PowerMac 7x00/8x00 series video
395 input hardware. If you want to experiment with this, say Y.
396 Otherwise, or if you don't understand a word, say N. See
397 <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info.
398
399 Saying M will compile this driver as a module (planb).
400
401config VIDEO_BWQCAM
402 tristate "Quickcam BW Video For Linux"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300403 depends on PARPORT && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404 help
405 Say Y have if you the black and white version of the QuickCam
406 camera. See the next option for the color version.
407
408 To compile this driver as a module, choose M here: the
409 module will be called bw-qcam.
410
411config VIDEO_CQCAM
412 tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300413 depends on EXPERIMENTAL && PARPORT && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414 help
415 This is the video4linux driver for the colour version of the
416 Connectix QuickCam. If you have one of these cameras, say Y here,
417 otherwise say N. This driver does not work with the original
418 monochrome QuickCam, QuickCam VC or QuickClip. It is also available
419 as a module (c-qcam).
420 Read <file:Documentation/video4linux/CQcam.txt> for more information.
421
422config VIDEO_W9966
423 tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300424 depends on PARPORT_1284 && PARPORT && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425 help
426 Video4linux driver for Winbond's w9966 based Webcams.
427 Currently tested with the LifeView FlyCam Supra.
428 If you have one of these cameras, say Y here
429 otherwise say N.
430 This driver is also available as a module (w9966).
431
432 Check out <file:Documentation/video4linux/w9966.txt> for more
433 information.
434
435config VIDEO_CPIA
436 tristate "CPiA Video For Linux"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300437 depends on VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438 ---help---
439 This is the video4linux driver for cameras based on Vision's CPiA
440 (Colour Processor Interface ASIC), such as the Creative Labs Video
441 Blaster Webcam II. If you have one of these cameras, say Y here
442 and select parallel port and/or USB lowlevel support below,
443 otherwise say N. This will not work with the Creative Webcam III.
444
445 Please read <file:Documentation/video4linux/README.cpia> for more
446 information.
447
448 This driver is also available as a module (cpia).
449
450config VIDEO_CPIA_PP
451 tristate "CPiA Parallel Port Lowlevel Support"
452 depends on PARPORT_1284 && VIDEO_CPIA && PARPORT
453 help
454 This is the lowlevel parallel port support for cameras based on
455 Vision's CPiA (Colour Processor Interface ASIC), such as the
456 Creative Webcam II. If you have the parallel port version of one
457 of these cameras, say Y here, otherwise say N. It is also available
458 as a module (cpia_pp).
459
460config VIDEO_CPIA_USB
461 tristate "CPiA USB Lowlevel Support"
462 depends on VIDEO_CPIA && USB
463 help
464 This is the lowlevel USB support for cameras based on Vision's CPiA
465 (Colour Processor Interface ASIC), such as the Creative Webcam II.
466 If you have the USB version of one of these cameras, say Y here,
467 otherwise say N. This will not work with the Creative Webcam III.
468 It is also available as a module (cpia_usb).
469
Michael Krufky49444fe2006-03-14 00:52:20 -0300470source "drivers/media/video/cpia2/Kconfig"
Alan Coxab33d502006-02-27 00:09:05 -0300471
Linus Torvalds1da177e2005-04-16 15:20:36 -0700472config VIDEO_SAA5246A
473 tristate "SAA5246A, SAA5281 Teletext processor"
Mauro Carvalho Chehabfe9b5bb2006-08-22 15:38:18 -0300474 depends on I2C && VIDEO_V4L2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475 help
476 Support for I2C bus based teletext using the SAA5246A or SAA5281
477 chip. Useful only if you live in Europe.
478
479 To compile this driver as a module, choose M here: the
480 module will be called saa5246a.
481
482config VIDEO_SAA5249
483 tristate "SAA5249 Teletext processor"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300484 depends on I2C && VIDEO_V4L2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485 help
486 Support for I2C bus based teletext using the SAA5249 chip. At the
487 moment this is only useful on some European WinTV cards.
488
489 To compile this driver as a module, choose M here: the
490 module will be called saa5249.
491
492config TUNER_3036
493 tristate "SAB3036 tuner"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300494 depends on I2C && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 help
496 Say Y here to include support for Philips SAB3036 compatible tuners.
497 If in doubt, say N.
498
Mauro Carvalho Chehab8573a9e2007-04-08 01:09:11 -0300499config TUNER_TEA5761
Adrian Bunk8fb21912007-07-01 18:22:00 -0300500 bool "TEA 5761 radio tuner (EXPERIMENTAL)"
501 depends on EXPERIMENTAL
Mauro Carvalho Chehab8573a9e2007-04-08 01:09:11 -0300502 depends on I2C
503 select VIDEO_TUNER
504 help
505 Say Y here to include support for Philips TEA5761 radio tuner.
506 If in doubt, say N.
507
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508config VIDEO_VINO
509 tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
Mauro Carvalho Chehabfe9b5bb2006-08-22 15:38:18 -0300510 depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700511 select I2C_ALGO_SGI
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300512 select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513 help
514 Say Y here to build in support for the Vino video input system found
515 on SGI Indy machines.
516
517config VIDEO_STRADIS
518 tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
Al Viro52cf8752007-07-26 17:32:59 +0100519 depends on EXPERIMENTAL && PCI && VIDEO_V4L1 && VIRT_TO_BUS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520 help
521 Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
522 driver for PCI. There is a product page at
Jiri Slabyb2a17e42006-01-11 19:41:40 -0200523 <http://www.stradis.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700524
Mauro Carvalho Chehabfaa1cb22006-08-22 18:49:17 -0300525config VIDEO_ZORAN_ZR36060
526 tristate
527
Linus Torvalds1da177e2005-04-16 15:20:36 -0700528config VIDEO_ZORAN
529 tristate "Zoran ZR36057/36067 Video For Linux"
Al Viro52cf8752007-07-26 17:32:59 +0100530 depends on PCI && I2C_ALGOBIT && VIDEO_V4L1 && VIRT_TO_BUS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531 help
532 Say Y for support for MJPEG capture cards based on the Zoran
533 36057/36067 PCI controller chipset. This includes the Iomega
534 Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is
535 a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
536 more information, check <file:Documentation/video4linux/Zoran>.
537
538 To compile this driver as a module, choose M here: the
539 module will be called zr36067.
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800540
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541config VIDEO_ZORAN_BUZ
542 tristate "Iomega Buz support"
543 depends on VIDEO_ZORAN
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300544 select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
545 select VIDEO_SAA7185 if VIDEO_HELPER_CHIPS_AUTO
Mauro Carvalho Chehabfaa1cb22006-08-22 18:49:17 -0300546 select VIDEO_ZORAN_ZR36060
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 help
548 Support for the Iomega Buz MJPEG capture/playback card.
549
550config VIDEO_ZORAN_DC10
551 tristate "Pinnacle/Miro DC10(+) support"
552 depends on VIDEO_ZORAN
Mauro Carvalho Chehabfaa1cb22006-08-22 18:49:17 -0300553 select VIDEO_SAA7110
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300554 select VIDEO_ADV7175 if VIDEO_HELPER_CHIPS_AUTO
Mauro Carvalho Chehabfaa1cb22006-08-22 18:49:17 -0300555 select VIDEO_ZORAN_ZR36060
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556 help
557 Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback
558 card.
559
560config VIDEO_ZORAN_DC30
561 tristate "Pinnacle/Miro DC30(+) support"
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800562 depends on VIDEO_ZORAN
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300563 select VIDEO_ADV7175 if VIDEO_HELPER_CHIPS_AUTO
564 select VIDEO_VPX3220 if VIDEO_HELPER_CHIPS_AUTO
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800565 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566 Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback
567 card. This also supports really old DC10 cards based on the
568 zr36050 MJPEG codec and zr36016 VFE.
569
570config VIDEO_ZORAN_LML33
571 tristate "Linux Media Labs LML33 support"
572 depends on VIDEO_ZORAN
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300573 select VIDEO_BT819 if VIDEO_HELPER_CHIPS_AUTO
574 select VIDEO_BT856 if VIDEO_HELPER_CHIPS_AUTO
Mauro Carvalho Chehabfaa1cb22006-08-22 18:49:17 -0300575 select VIDEO_ZORAN_ZR36060
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576 help
577 Support for the Linux Media Labs LML33 MJPEG capture/playback
578 card.
579
580config VIDEO_ZORAN_LML33R10
581 tristate "Linux Media Labs LML33R10 support"
582 depends on VIDEO_ZORAN
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300583 select VIDEO_SAA7114 if VIDEO_HELPER_CHIPS_AUTO
584 select VIDEO_ADV7170 if VIDEO_HELPER_CHIPS_AUTO
Mauro Carvalho Chehabfaa1cb22006-08-22 18:49:17 -0300585 select VIDEO_ZORAN_ZR36060
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 help
587 support for the Linux Media Labs LML33R10 MJPEG capture/playback
588 card.
589
Martin Samuelssonfbe60da2006-04-27 10:17:00 -0300590config VIDEO_ZORAN_AVS6EYES
591 tristate "AverMedia 6 Eyes support (EXPERIMENTAL)"
592 depends on VIDEO_ZORAN && EXPERIMENTAL && VIDEO_V4L1
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300593 select VIDEO_BT856 if VIDEO_HELPER_CHIPS_AUTO
594 select VIDEO_KS0127 if VIDEO_HELPER_CHIPS_AUTO
Mauro Carvalho Chehabfaa1cb22006-08-22 18:49:17 -0300595 select VIDEO_ZORAN_ZR36060
Martin Samuelssonfbe60da2006-04-27 10:17:00 -0300596 help
597 Support for the AverMedia 6 Eyes video surveillance card.
598
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599config VIDEO_MEYE
600 tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
malattia@linux.itcbefb762007-04-28 23:36:26 +0900601 depends on PCI && SONY_LAPTOP && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700602 ---help---
603 This is the video4linux driver for the Motion Eye camera found
604 in the Vaio Picturebook laptops. Please read the material in
605 <file:Documentation/video4linux/meye.txt> for more information.
606
malattia@linux.itcbefb762007-04-28 23:36:26 +0900607 If you say Y or M here, you need to say Y or M to "Sony Laptop
608 Extras" in the misc device section.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609
610 To compile this driver as a module, choose M here: the
611 module will be called meye.
612
Michael Krufkyd5f69da2005-11-08 21:38:12 -0800613source "drivers/media/video/saa7134/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614
615config VIDEO_MXB
616 tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
Mauro Carvalho Chehab63868282006-09-10 12:47:50 -0300617 depends on PCI && VIDEO_V4L1 && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618 select VIDEO_SAA7146_VV
619 select VIDEO_TUNER
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300620 select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
621 select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO
622 select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO
623 select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624 ---help---
625 This is a video4linux driver for the 'Multimedia eXtension Board'
626 TV card by Siemens-Nixdorf.
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800627
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628 To compile this driver as a module, choose M here: the
629 module will be called mxb.
630
631config VIDEO_DPC
632 tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
Mauro Carvalho Chehab63868282006-09-10 12:47:50 -0300633 depends on PCI && VIDEO_V4L1 && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634 select VIDEO_SAA7146_VV
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300635 select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636 ---help---
637 This is a video4linux driver for the 'dpc7146 demonstration
638 board' by Philips-Semiconductors. It's the reference design
639 for SAA7146 bases boards, so if you have some unsupported
640 saa7146 based, analog video card, chances are good that it
641 will work with this skeleton driver.
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800642
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643 To compile this driver as a module, choose M here: the
644 module will be called dpc7146.
645
646config VIDEO_HEXIUM_ORION
647 tristate "Hexium HV-PCI6 and Orion frame grabber"
Mauro Carvalho Chehab63868282006-09-10 12:47:50 -0300648 depends on PCI && VIDEO_V4L2 && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649 select VIDEO_SAA7146_VV
650 ---help---
651 This is a video4linux driver for the Hexium HV-PCI6 and
652 Orion frame grabber cards by Hexium.
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800653
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654 To compile this driver as a module, choose M here: the
655 module will be called hexium_orion.
656
657config VIDEO_HEXIUM_GEMINI
658 tristate "Hexium Gemini frame grabber"
Mauro Carvalho Chehab63868282006-09-10 12:47:50 -0300659 depends on PCI && VIDEO_V4L2 && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660 select VIDEO_SAA7146_VV
661 ---help---
662 This is a video4linux driver for the Hexium Gemini frame
663 grabber card by Hexium. Please note that the Gemini Dual
664 card is *not* fully supported.
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800665
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666 To compile this driver as a module, choose M here: the
667 module will be called hexium_gemini.
668
Michael Krufkyd5f69da2005-11-08 21:38:12 -0800669source "drivers/media/video/cx88/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670
Hans Verkuil1a0adaf2007-04-27 12:31:25 -0300671source "drivers/media/video/ivtv/Kconfig"
672
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673config VIDEO_M32R_AR
674 tristate "AR devices"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300675 depends on M32R && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676 ---help---
677 This is a video4linux driver for the Renesas AR (Artificial Retina)
678 camera module.
679
680config VIDEO_M32R_AR_M64278
Mauro Carvalho Chehab05189992006-08-08 15:48:07 -0300681 tristate "AR device with color module M64278(VGA)"
682 depends on PLAT_M32700UT
683 select VIDEO_M32R_AR
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684 ---help---
Mauro Carvalho Chehab05189992006-08-08 15:48:07 -0300685 This is a video4linux driver for the Renesas AR (Artificial
686 Retina) with M64278E-800 camera module.
687 This module supports VGA(640x480 pixels) resolutions.
688
689 To compile this driver as a module, choose M here: the
690 module will be called arv.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691
Jonathan Corbetd905b382006-11-04 09:25:53 -0300692config VIDEO_CAFE_CCIC
693 tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"
David Brownell9a2816c2006-12-27 09:53:44 -0300694 depends on PCI && I2C && VIDEO_V4L2
Jonathan Corbetd905b382006-11-04 09:25:53 -0300695 select VIDEO_OV7670
696 ---help---
697 This is a video4linux2 driver for the Marvell 88ALP01 integrated
698 CMOS camera controller. This is the controller found on first-
699 generation OLPC systems.
700
Michael Krufkyf8962602006-03-29 15:15:21 -0300701#
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300702# USB Multimedia device configuration
703#
704
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300705menuconfig V4L_USB_DRIVERS
706 bool "V4L USB devices"
707 depends on USB
708 default y
709
Trent Piepho59faba12007-06-27 14:09:54 -0700710if V4L_USB_DRIVERS && USB
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300711
Michael Krufky180958f2006-10-07 16:10:53 -0300712source "drivers/media/video/pvrusb2/Kconfig"
713
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300714source "drivers/media/video/em28xx/Kconfig"
715
Thierry MERLEcc9e5952006-12-04 08:31:07 -0300716source "drivers/media/video/usbvision/Kconfig"
Mauro Carvalho Chehab781aa1d2006-12-04 08:30:53 -0300717
Michael Krufky26ffb952006-03-29 15:15:21 -0300718source "drivers/media/video/usbvideo/Kconfig"
719
Michael Krufkye4a25ed2006-03-29 15:09:42 -0300720source "drivers/media/video/et61x251/Kconfig"
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300721
Mauro Carvalho Chehab5e2fb082006-06-20 15:03:19 -0300722config VIDEO_OVCAMCHIP
723 tristate "OmniVision Camera Chip support"
724 depends on I2C && VIDEO_V4L1
725 ---help---
726 Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
727 This driver is intended to be used with the ov511 and w9968cf USB
728 camera drivers.
729
730 To compile this driver as a module, choose M here: the
731 module will be called ovcamchip.
732
733config USB_W9968CF
734 tristate "USB W996[87]CF JPEG Dual Mode Camera support"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300735 depends on VIDEO_V4L1 && I2C
Mauro Carvalho Chehab5e2fb082006-06-20 15:03:19 -0300736 select VIDEO_OVCAMCHIP
737 ---help---
738 Say Y here if you want support for cameras based on OV681 or
739 Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips.
740
741 This driver has an optional plugin, which is distributed as a
742 separate module only (released under GPL). It allows to use higher
743 resolutions and framerates, but cannot be included in the official
744 Linux kernel for performance purposes.
745
746 See <file:Documentation/video4linux/w9968cf.txt> for more info.
747
748 To compile this driver as a module, choose M here: the
749 module will be called w9968cf.
750
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300751config USB_OV511
752 tristate "USB OV511 Camera support"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300753 depends on VIDEO_V4L1
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300754 ---help---
755 Say Y here if you want to connect this type of camera to your
Michael Krufky1864cfb2006-04-02 03:14:11 -0300756 computer's USB port. See <file:Documentation/video4linux/ov511.txt>
757 for more information and for a list of supported cameras.
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300758
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300759 To compile this driver as a module, choose M here: the
760 module will be called ov511.
761
762config USB_SE401
763 tristate "USB SE401 Camera support"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300764 depends on VIDEO_V4L1
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300765 ---help---
766 Say Y here if you want to connect this type of camera to your
Michael Krufky1864cfb2006-04-02 03:14:11 -0300767 computer's USB port. See <file:Documentation/video4linux/se401.txt>
768 for more information and for a list of supported cameras.
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300769
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300770 To compile this driver as a module, choose M here: the
771 module will be called se401.
772
Michael Krufkyfcc99652006-03-29 15:10:02 -0300773source "drivers/media/video/sn9c102/Kconfig"
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300774
775config USB_STV680
776 tristate "USB STV680 (Pencam) Camera support"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300777 depends on VIDEO_V4L1
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300778 ---help---
779 Say Y here if you want to connect this type of camera to your
780 computer's USB port. This includes the Pencam line of cameras.
Michael Krufky1864cfb2006-04-02 03:14:11 -0300781 See <file:Documentation/video4linux/stv680.txt> for more information
782 and for a list of supported cameras.
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300783
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300784 To compile this driver as a module, choose M here: the
785 module will be called stv680.
786
Michael Krufky11bbb512006-03-29 15:09:53 -0300787source "drivers/media/video/zc0301/Kconfig"
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300788
Michael Krufky43381ea2006-03-29 15:15:17 -0300789source "drivers/media/video/pwc/Kconfig"
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300790
Antoine Jacquetb7eee612007-04-27 12:30:59 -0300791config USB_ZR364XX
792 tristate "USB ZR364XX Camera support"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300793 depends on VIDEO_V4L2
Antoine Jacquetb7eee612007-04-27 12:30:59 -0300794 ---help---
795 Say Y here if you want to connect this type of camera to your
796 computer's USB port.
797 See <file:Documentation/video4linux/zr364xx.txt> for more info
798 and list of supported cameras.
799
800 To compile this driver as a module, choose M here: the
801 module will be called zr364xx.
802
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300803endif # V4L_USB_DRIVERS
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300804
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300805endif # VIDEO_CAPTURE_DRIVERS