blob: 5d3fbd969b6bf174962382ad7348e7e34102015d [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"
Mauro Carvalho Chehab057596e2008-02-02 11:25:31 -03007 depends on VIDEO_V4L2
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
Mauro Carvalho Chehab057596e2008-02-02 11:25:31 -030014if VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2
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"
Mauro Carvalho Chehab07533b62006-08-25 16:53:11 -030048 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -030049 ---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 Chehab07533b62006-08-25 16:53:11 -030060 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -030061 ---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 Chehab07533b62006-08-25 16:53:11 -030078 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -030079 ---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
Hans Verkuil6fb377f2007-12-18 19:40:44 -0300112config VIDEO_CS5345
113 tristate "Cirrus Logic CS5345 audio ADC"
114 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
115 ---help---
116 Support for the Cirrus Logic CS5345 24-bit, 192 kHz
117 stereo A/D converter.
118
119 To compile this driver as a module, choose M here: the
120 module will be called cs5345.
121
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300122config VIDEO_CS53L32A
123 tristate "Cirrus Logic CS53L32A audio ADC"
Hans Verkuil7a06f3f2007-10-30 06:00:05 -0300124 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300125 ---help---
126 Support for the Cirrus Logic CS53L32A low voltage
127 stereo A/D converter.
128
129 To compile this driver as a module, choose M here: the
130 module will be called cs53l32a.
131
Hans Verkuil761dacd2007-10-30 05:41:25 -0300132config VIDEO_M52790
133 tristate "Mitsubishi M52790 A/V switch"
134 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
135 ---help---
136 Support for the Mitsubishi M52790 A/V switch.
137
138 To compile this driver as a module, choose M here: the
139 module will be called m52790.
140
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300141config VIDEO_TLV320AIC23B
142 tristate "Texas Instruments TLV320AIC23B audio codec"
143 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
144 ---help---
145 Support for the Texas Instruments TLV320AIC23B audio codec.
146
147 To compile this driver as a module, choose M here: the
148 module will be called tlv320aic23b.
149
150config VIDEO_WM8775
151 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
Hans Verkuil7a06f3f2007-10-30 06:00:05 -0300152 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300153 ---help---
154 Support for the Wolfson Microelectronics WM8775 high
155 performance stereo A/D Converter with a 4 channel input mixer.
156
157 To compile this driver as a module, choose M here: the
158 module will be called wm8775.
159
160config VIDEO_WM8739
161 tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
Hans Verkuil7a06f3f2007-10-30 06:00:05 -0300162 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300163 ---help---
164 Support for the Wolfson Microelectronics WM8739
165 stereo A/D Converter.
166
167 To compile this driver as a module, choose M here: the
168 module will be called wm8739.
169
Hans Verkuilac247432007-07-27 06:56:50 -0300170config VIDEO_VP27SMPX
171 tristate "Panasonic VP27s internal MPX"
172 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
173 ---help---
174 Support for the internal MPX of the Panasonic VP27s tuner.
175
176 To compile this driver as a module, choose M here: the
177 module will be called vp27smpx.
178
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300179comment "Video decoders"
180
181config VIDEO_BT819
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -0300182 tristate "BT819A VideoStream decoder"
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300183 depends on VIDEO_V4L1 && I2C
184 ---help---
185 Support for BT819A video decoder.
186
187 To compile this driver as a module, choose M here: the
188 module will be called bt819.
189
190config VIDEO_BT856
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -0300191 tristate "BT856 VideoStream decoder"
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300192 depends on VIDEO_V4L1 && I2C
193 ---help---
194 Support for BT856 video decoder.
195
196 To compile this driver as a module, choose M here: the
197 module will be called bt856.
198
199config VIDEO_BT866
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -0300200 tristate "BT866 VideoStream decoder"
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300201 depends on VIDEO_V4L1 && I2C
202 ---help---
203 Support for BT866 video decoder.
204
205 To compile this driver as a module, choose M here: the
206 module will be called bt866.
207
208config VIDEO_KS0127
209 tristate "KS0127 video decoder"
210 depends on VIDEO_V4L1 && I2C
211 ---help---
212 Support for KS0127 video decoder.
213
214 This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
215 cards.
216
217 To compile this driver as a module, choose M here: the
218 module will be called ks0127.
219
Jonathan Corbet111f3352006-11-04 09:26:00 -0300220config VIDEO_OV7670
221 tristate "OmniVision OV7670 sensor support"
222 depends on I2C && VIDEO_V4L2
223 ---help---
224 This is a Video4Linux2 sensor-level driver for the OmniVision
225 OV7670 VGA camera. It currently only works with the M88ALP01
226 controller.
227
Sakari Ailusa5e90862007-07-18 18:04:17 -0300228config VIDEO_TCM825X
229 tristate "TCM825x camera sensor support"
230 depends on I2C && VIDEO_V4L2
231 ---help---
232 This is a driver for the Toshiba TCM825x VGA camera sensor.
233 It is used for example in Nokia N800.
234
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300235config VIDEO_SAA7110
236 tristate "Philips SAA7110 video decoder"
Mauro Carvalho Chehabce48d5e2006-11-05 09:02:13 -0300237 depends on VIDEO_V4L1 && I2C
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300238 ---help---
239 Support for the Philips SAA7110 video decoders.
240
241 To compile this driver as a module, choose M here: the
242 module will be called saa7110.
243
244config VIDEO_SAA7111
245 tristate "Philips SAA7111 video decoder"
246 depends on VIDEO_V4L1 && I2C
247 ---help---
248 Support for the Philips SAA711 video decoder.
249
250 To compile this driver as a module, choose M here: the
251 module will be called saa7111.
252
253config VIDEO_SAA7114
254 tristate "Philips SAA7114 video decoder"
255 depends on VIDEO_V4L1 && I2C
256 ---help---
257 Support for the Philips SAA7114 video decoder. This driver
258 is used only on Zoran driver and should be moved soon to
259 SAA711x module.
260
261 To compile this driver as a module, choose M here: the
262 module will be called saa7114.
263
264config VIDEO_SAA711X
265 tristate "Philips SAA7113/4/5 video decoders"
Hans Verkuil7a06f3f2007-10-30 06:00:05 -0300266 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300267 ---help---
268 Support for the Philips SAA7113/4/5 video decoders.
269
270 To compile this driver as a module, choose M here: the
271 module will be called saa7115.
272
273config VIDEO_SAA7191
274 tristate "Philips SAA7191 video decoder"
275 depends on VIDEO_V4L1 && I2C
276 ---help---
277 Support for the Philips SAA7191 video decoder.
278
279 To compile this driver as a module, choose M here: the
280 module will be called saa7191.
281
282config VIDEO_TVP5150
283 tristate "Texas Instruments TVP5150 video decoder"
284 depends on VIDEO_V4L2 && I2C
285 ---help---
286 Support for the Texas Instruments TVP5150 video decoder.
287
288 To compile this driver as a module, choose M here: the
289 module will be called tvp5150.
290
291config VIDEO_VPX3220
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -0300292 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300293 depends on VIDEO_V4L1 && I2C
294 ---help---
295 Support for VPX322x video decoders.
296
297 To compile this driver as a module, choose M here: the
298 module will be called vpx3220.
299
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -0300300comment "Video and audio decoders"
301
302source "drivers/media/video/cx25840/Kconfig"
303
304comment "MPEG video encoders"
305
306config VIDEO_CX2341X
307 tristate "Conexant CX2341x MPEG encoders"
Mauro Carvalho Chehabeee44702008-03-13 21:08:20 -0300308 depends on VIDEO_V4L2 && EXPERIMENTAL && VIDEO_V4L2_COMMON
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -0300309 ---help---
310 Support for the Conexant CX23416 MPEG encoders
311 and CX23415 MPEG encoder/decoders.
312
313 This module currently supports the encoding functions only.
314
315 To compile this driver as a module, choose M here: the
316 module will be called cx2341x.
317
318comment "Video encoders"
319
320config VIDEO_SAA7127
321 tristate "Philips SAA7127/9 digital video encoders"
Hans Verkuil7a06f3f2007-10-30 06:00:05 -0300322 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehab06afc0f2006-09-30 06:54:14 -0300323 ---help---
324 Support for the Philips SAA7127/9 digital video encoders.
325
326 To compile this driver as a module, choose M here: the
327 module will be called saa7127.
328
329config VIDEO_SAA7185
330 tristate "Philips SAA7185 video encoder"
331 depends on VIDEO_V4L1 && I2C
332 ---help---
333 Support for the Philips SAA7185 video encoder.
334
335 To compile this driver as a module, choose M here: the
336 module will be called saa7185.
337
338config VIDEO_ADV7170
339 tristate "Analog Devices ADV7170 video encoder"
340 depends on VIDEO_V4L1 && I2C
341 ---help---
342 Support for the Analog Devices ADV7170 video encoder driver
343
344 To compile this driver as a module, choose M here: the
345 module will be called adv7170.
346
347config VIDEO_ADV7175
348 tristate "Analog Devices ADV7175 video encoder"
349 depends on VIDEO_V4L1 && I2C
350 ---help---
351 Support for the Analog Devices ADV7175 video encoder driver
352
353 To compile this driver as a module, choose M here: the
354 module will be called adv7175.
355
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300356comment "Video improvement chips"
357
358config VIDEO_UPD64031A
359 tristate "NEC Electronics uPD64031A Ghost Reduction"
Hans Verkuil7a06f3f2007-10-30 06:00:05 -0300360 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300361 ---help---
362 Support for the NEC Electronics uPD64031A Ghost Reduction
363 video chip. It is most often found in NTSC TV cards made for
364 Japan and is used to reduce the 'ghosting' effect that can
365 be present in analog TV broadcasts.
366
367 To compile this driver as a module, choose M here: the
368 module will be called upd64031a.
369
370config VIDEO_UPD64083
371 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
Hans Verkuil7a06f3f2007-10-30 06:00:05 -0300372 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300373 ---help---
374 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
375 separation video chip. It is used to improve the quality of
376 the colors of a composite signal.
377
378 To compile this driver as a module, choose M here: the
379 module will be called upd64083.
380
381endmenu # encoder / decoder chips
382
Mauro Carvalho Chehabc1d1ea92006-04-09 15:51:18 -0300383config VIDEO_VIVI
384 tristate "Virtual Video Driver"
Adrian Bunk2db2da92008-02-25 00:08:10 -0300385 depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
Mauro Carvalho Chehab87b9ad02007-08-02 23:31:33 -0300386 select VIDEOBUF_VMALLOC
Mauro Carvalho Chehabc1d1ea92006-04-09 15:51:18 -0300387 default n
388 ---help---
389 Enables a virtual video driver. This device shows a color bar
390 and a timestamp, as a real device would generate by using V4L2
391 api.
392 Say Y here if you want to test video apps or debug V4L devices.
393 In doubt, say N.
394
Manu Abrahamfaecfb12006-03-17 12:07:22 -0300395source "drivers/media/video/bt8xx/Kconfig"
Michael Krufky141a8772005-11-08 21:38:13 -0800396
Mauro Carvalho Chehab10b89ee32005-09-09 13:04:03 -0700397config VIDEO_SAA6588
398 tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300399 depends on I2C && VIDEO_BT848
Mauro Carvalho Chehab10b89ee32005-09-09 13:04:03 -0700400
401 help
402 Support for Radio Data System (RDS) decoder. This allows seeing
403 radio station identification transmitted using this standard.
Matt LaPlante09509602006-10-03 22:31:37 +0200404 Currently, it works only with bt8x8 chips.
Mauro Carvalho Chehab10b89ee32005-09-09 13:04:03 -0700405
406 To compile this driver as a module, choose M here: the
407 module will be called saa6588.
408
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409config VIDEO_PMS
410 tristate "Mediavision Pro Movie Studio Video For Linux"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300411 depends on ISA && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412 help
413 Say Y if you have such a thing.
414
415 To compile this driver as a module, choose M here: the
416 module will be called pms.
417
418config VIDEO_PLANB
419 tristate "PlanB Video-In on PowerMac"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300420 depends on PPC_PMAC && VIDEO_V4L1 && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700421 help
422 PlanB is the V4L driver for the PowerMac 7x00/8x00 series video
423 input hardware. If you want to experiment with this, say Y.
424 Otherwise, or if you don't understand a word, say N. See
425 <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info.
426
427 Saying M will compile this driver as a module (planb).
428
429config VIDEO_BWQCAM
430 tristate "Quickcam BW Video For Linux"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300431 depends on PARPORT && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432 help
433 Say Y have if you the black and white version of the QuickCam
434 camera. See the next option for the color version.
435
436 To compile this driver as a module, choose M here: the
437 module will be called bw-qcam.
438
439config VIDEO_CQCAM
440 tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300441 depends on EXPERIMENTAL && PARPORT && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442 help
443 This is the video4linux driver for the colour version of the
444 Connectix QuickCam. If you have one of these cameras, say Y here,
445 otherwise say N. This driver does not work with the original
446 monochrome QuickCam, QuickCam VC or QuickClip. It is also available
447 as a module (c-qcam).
448 Read <file:Documentation/video4linux/CQcam.txt> for more information.
449
450config VIDEO_W9966
451 tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300452 depends on PARPORT_1284 && PARPORT && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700453 help
454 Video4linux driver for Winbond's w9966 based Webcams.
455 Currently tested with the LifeView FlyCam Supra.
456 If you have one of these cameras, say Y here
457 otherwise say N.
458 This driver is also available as a module (w9966).
459
460 Check out <file:Documentation/video4linux/w9966.txt> for more
461 information.
462
463config VIDEO_CPIA
464 tristate "CPiA Video For Linux"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300465 depends on VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466 ---help---
467 This is the video4linux driver for cameras based on Vision's CPiA
468 (Colour Processor Interface ASIC), such as the Creative Labs Video
469 Blaster Webcam II. If you have one of these cameras, say Y here
470 and select parallel port and/or USB lowlevel support below,
471 otherwise say N. This will not work with the Creative Webcam III.
472
473 Please read <file:Documentation/video4linux/README.cpia> for more
474 information.
475
476 This driver is also available as a module (cpia).
477
478config VIDEO_CPIA_PP
479 tristate "CPiA Parallel Port Lowlevel Support"
480 depends on PARPORT_1284 && VIDEO_CPIA && PARPORT
481 help
482 This is the lowlevel parallel port support for cameras based on
483 Vision's CPiA (Colour Processor Interface ASIC), such as the
484 Creative Webcam II. If you have the parallel port version of one
485 of these cameras, say Y here, otherwise say N. It is also available
486 as a module (cpia_pp).
487
488config VIDEO_CPIA_USB
489 tristate "CPiA USB Lowlevel Support"
490 depends on VIDEO_CPIA && USB
491 help
492 This is the lowlevel USB support for cameras based on Vision's CPiA
493 (Colour Processor Interface ASIC), such as the Creative Webcam II.
494 If you have the USB version of one of these cameras, say Y here,
495 otherwise say N. This will not work with the Creative Webcam III.
496 It is also available as a module (cpia_usb).
497
Michael Krufky49444fe12006-03-14 00:52:20 -0300498source "drivers/media/video/cpia2/Kconfig"
Alan Coxab33d502006-02-27 00:09:05 -0300499
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500config VIDEO_SAA5246A
501 tristate "SAA5246A, SAA5281 Teletext processor"
Mauro Carvalho Chehabfe9b5bb2006-08-22 15:38:18 -0300502 depends on I2C && VIDEO_V4L2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503 help
504 Support for I2C bus based teletext using the SAA5246A or SAA5281
505 chip. Useful only if you live in Europe.
506
507 To compile this driver as a module, choose M here: the
508 module will be called saa5246a.
509
510config VIDEO_SAA5249
511 tristate "SAA5249 Teletext processor"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300512 depends on I2C && VIDEO_V4L2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513 help
514 Support for I2C bus based teletext using the SAA5249 chip. At the
515 moment this is only useful on some European WinTV cards.
516
517 To compile this driver as a module, choose M here: the
518 module will be called saa5249.
519
520config TUNER_3036
521 tristate "SAB3036 tuner"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300522 depends on I2C && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523 help
524 Say Y here to include support for Philips SAB3036 compatible tuners.
525 If in doubt, say N.
526
527config VIDEO_VINO
528 tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
Mauro Carvalho Chehabfe9b5bb2006-08-22 15:38:18 -0300529 depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 select I2C_ALGO_SGI
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300531 select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532 help
533 Say Y here to build in support for the Vino video input system found
534 on SGI Indy machines.
535
536config VIDEO_STRADIS
537 tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
Al Viro52cf8752007-07-26 17:32:59 +0100538 depends on EXPERIMENTAL && PCI && VIDEO_V4L1 && VIRT_TO_BUS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539 help
540 Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
541 driver for PCI. There is a product page at
Jiri Slabyb2a17e42006-01-11 19:41:40 -0200542 <http://www.stradis.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700543
Mauro Carvalho Chehabfaa1cb22006-08-22 18:49:17 -0300544config VIDEO_ZORAN_ZR36060
545 tristate
546
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547config VIDEO_ZORAN
548 tristate "Zoran ZR36057/36067 Video For Linux"
Al Viro52cf8752007-07-26 17:32:59 +0100549 depends on PCI && I2C_ALGOBIT && VIDEO_V4L1 && VIRT_TO_BUS
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550 help
551 Say Y for support for MJPEG capture cards based on the Zoran
552 36057/36067 PCI controller chipset. This includes the Iomega
553 Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is
554 a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
555 more information, check <file:Documentation/video4linux/Zoran>.
556
557 To compile this driver as a module, choose M here: the
558 module will be called zr36067.
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800559
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560config VIDEO_ZORAN_BUZ
561 tristate "Iomega Buz support"
562 depends on VIDEO_ZORAN
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300563 select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
564 select VIDEO_SAA7185 if VIDEO_HELPER_CHIPS_AUTO
Mauro Carvalho Chehabfaa1cb22006-08-22 18:49:17 -0300565 select VIDEO_ZORAN_ZR36060
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566 help
567 Support for the Iomega Buz MJPEG capture/playback card.
568
569config VIDEO_ZORAN_DC10
570 tristate "Pinnacle/Miro DC10(+) support"
571 depends on VIDEO_ZORAN
Mauro Carvalho Chehabfaa1cb22006-08-22 18:49:17 -0300572 select VIDEO_SAA7110
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300573 select VIDEO_ADV7175 if VIDEO_HELPER_CHIPS_AUTO
Mauro Carvalho Chehabfaa1cb22006-08-22 18:49:17 -0300574 select VIDEO_ZORAN_ZR36060
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575 help
576 Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback
577 card.
578
579config VIDEO_ZORAN_DC30
580 tristate "Pinnacle/Miro DC30(+) support"
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800581 depends on VIDEO_ZORAN
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300582 select VIDEO_ADV7175 if VIDEO_HELPER_CHIPS_AUTO
583 select VIDEO_VPX3220 if VIDEO_HELPER_CHIPS_AUTO
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800584 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585 Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback
586 card. This also supports really old DC10 cards based on the
587 zr36050 MJPEG codec and zr36016 VFE.
588
589config VIDEO_ZORAN_LML33
590 tristate "Linux Media Labs LML33 support"
591 depends on VIDEO_ZORAN
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300592 select VIDEO_BT819 if VIDEO_HELPER_CHIPS_AUTO
593 select VIDEO_BT856 if VIDEO_HELPER_CHIPS_AUTO
Mauro Carvalho Chehabfaa1cb22006-08-22 18:49:17 -0300594 select VIDEO_ZORAN_ZR36060
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595 help
596 Support for the Linux Media Labs LML33 MJPEG capture/playback
597 card.
598
599config VIDEO_ZORAN_LML33R10
600 tristate "Linux Media Labs LML33R10 support"
601 depends on VIDEO_ZORAN
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300602 select VIDEO_SAA7114 if VIDEO_HELPER_CHIPS_AUTO
603 select VIDEO_ADV7170 if VIDEO_HELPER_CHIPS_AUTO
Mauro Carvalho Chehabfaa1cb22006-08-22 18:49:17 -0300604 select VIDEO_ZORAN_ZR36060
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605 help
606 support for the Linux Media Labs LML33R10 MJPEG capture/playback
607 card.
608
Martin Samuelssonfbe60da2006-04-27 10:17:00 -0300609config VIDEO_ZORAN_AVS6EYES
610 tristate "AverMedia 6 Eyes support (EXPERIMENTAL)"
611 depends on VIDEO_ZORAN && EXPERIMENTAL && VIDEO_V4L1
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300612 select VIDEO_BT856 if VIDEO_HELPER_CHIPS_AUTO
613 select VIDEO_KS0127 if VIDEO_HELPER_CHIPS_AUTO
Mauro Carvalho Chehabfaa1cb22006-08-22 18:49:17 -0300614 select VIDEO_ZORAN_ZR36060
Martin Samuelssonfbe60da2006-04-27 10:17:00 -0300615 help
616 Support for the AverMedia 6 Eyes video surveillance card.
617
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618config VIDEO_MEYE
619 tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
malattia@linux.itcbefb762007-04-28 23:36:26 +0900620 depends on PCI && SONY_LAPTOP && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621 ---help---
622 This is the video4linux driver for the Motion Eye camera found
623 in the Vaio Picturebook laptops. Please read the material in
624 <file:Documentation/video4linux/meye.txt> for more information.
625
malattia@linux.itcbefb762007-04-28 23:36:26 +0900626 If you say Y or M here, you need to say Y or M to "Sony Laptop
627 Extras" in the misc device section.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628
629 To compile this driver as a module, choose M here: the
630 module will be called meye.
631
Michael Krufkyd5f69da2005-11-08 21:38:12 -0800632source "drivers/media/video/saa7134/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633
634config VIDEO_MXB
635 tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
Mauro Carvalho Chehab63868282006-09-10 12:47:50 -0300636 depends on PCI && VIDEO_V4L1 && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637 select VIDEO_SAA7146_VV
638 select VIDEO_TUNER
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300639 select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
640 select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO
641 select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO
642 select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643 ---help---
644 This is a video4linux driver for the 'Multimedia eXtension Board'
645 TV card by Siemens-Nixdorf.
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800646
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647 To compile this driver as a module, choose M here: the
648 module will be called mxb.
649
650config VIDEO_DPC
651 tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
Mauro Carvalho Chehab63868282006-09-10 12:47:50 -0300652 depends on PCI && VIDEO_V4L1 && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653 select VIDEO_SAA7146_VV
Mauro Carvalho Chehab1450e6b2006-08-23 10:08:41 -0300654 select VIDEO_SAA7111 if VIDEO_HELPER_CHIPS_AUTO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655 ---help---
656 This is a video4linux driver for the 'dpc7146 demonstration
657 board' by Philips-Semiconductors. It's the reference design
658 for SAA7146 bases boards, so if you have some unsupported
659 saa7146 based, analog video card, chances are good that it
660 will work with this skeleton driver.
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800661
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662 To compile this driver as a module, choose M here: the
663 module will be called dpc7146.
664
665config VIDEO_HEXIUM_ORION
666 tristate "Hexium HV-PCI6 and Orion frame grabber"
Mauro Carvalho Chehab63868282006-09-10 12:47:50 -0300667 depends on PCI && VIDEO_V4L2 && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668 select VIDEO_SAA7146_VV
669 ---help---
670 This is a video4linux driver for the Hexium HV-PCI6 and
671 Orion frame grabber cards by Hexium.
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800672
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673 To compile this driver as a module, choose M here: the
674 module will be called hexium_orion.
675
676config VIDEO_HEXIUM_GEMINI
677 tristate "Hexium Gemini frame grabber"
Mauro Carvalho Chehab63868282006-09-10 12:47:50 -0300678 depends on PCI && VIDEO_V4L2 && I2C
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679 select VIDEO_SAA7146_VV
680 ---help---
681 This is a video4linux driver for the Hexium Gemini frame
682 grabber card by Hexium. Please note that the Gemini Dual
683 card is *not* fully supported.
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800684
Linus Torvalds1da177e2005-04-16 15:20:36 -0700685 To compile this driver as a module, choose M here: the
686 module will be called hexium_gemini.
687
Michael Krufkyd5f69da2005-11-08 21:38:12 -0800688source "drivers/media/video/cx88/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700689
Michael Krufky2f52cdb2007-03-11 20:55:18 -0300690source "drivers/media/video/cx23885/Kconfig"
691
Hans Verkuil1a0adaf2007-04-27 12:31:25 -0300692source "drivers/media/video/ivtv/Kconfig"
693
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694config VIDEO_M32R_AR
695 tristate "AR devices"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300696 depends on M32R && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697 ---help---
698 This is a video4linux driver for the Renesas AR (Artificial Retina)
699 camera module.
700
701config VIDEO_M32R_AR_M64278
Mauro Carvalho Chehab05189992006-08-08 15:48:07 -0300702 tristate "AR device with color module M64278(VGA)"
703 depends on PLAT_M32700UT
704 select VIDEO_M32R_AR
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705 ---help---
Mauro Carvalho Chehab05189992006-08-08 15:48:07 -0300706 This is a video4linux driver for the Renesas AR (Artificial
707 Retina) with M64278E-800 camera module.
708 This module supports VGA(640x480 pixels) resolutions.
709
710 To compile this driver as a module, choose M here: the
711 module will be called arv.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712
Jonathan Corbetd905b382006-11-04 09:25:53 -0300713config VIDEO_CAFE_CCIC
714 tristate "Marvell 88ALP01 (Cafe) CMOS Camera Controller support"
David Brownell9a2816c2006-12-27 09:53:44 -0300715 depends on PCI && I2C && VIDEO_V4L2
Jonathan Corbetd905b382006-11-04 09:25:53 -0300716 select VIDEO_OV7670
717 ---help---
718 This is a video4linux2 driver for the Marvell 88ALP01 integrated
719 CMOS camera controller. This is the controller found on first-
720 generation OLPC systems.
721
Michael Krufkyf8962602006-03-29 15:15:21 -0300722#
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300723# USB Multimedia device configuration
724#
725
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300726menuconfig V4L_USB_DRIVERS
727 bool "V4L USB devices"
728 depends on USB
729 default y
730
Trent Piepho59faba12007-06-27 14:09:54 -0700731if V4L_USB_DRIVERS && USB
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300732
Michael Krufky180958f2006-10-07 16:10:53 -0300733source "drivers/media/video/pvrusb2/Kconfig"
734
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300735source "drivers/media/video/em28xx/Kconfig"
736
Thierry MERLEcc9e5952006-12-04 08:31:07 -0300737source "drivers/media/video/usbvision/Kconfig"
Mauro Carvalho Chehab781aa1d2006-12-04 08:30:53 -0300738
Michael Krufky26ffb952006-03-29 15:15:21 -0300739source "drivers/media/video/usbvideo/Kconfig"
740
Michael Krufkye4a25ed2006-03-29 15:09:42 -0300741source "drivers/media/video/et61x251/Kconfig"
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300742
Mauro Carvalho Chehab5e2fb082006-06-20 15:03:19 -0300743config VIDEO_OVCAMCHIP
744 tristate "OmniVision Camera Chip support"
745 depends on I2C && VIDEO_V4L1
746 ---help---
747 Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
748 This driver is intended to be used with the ov511 and w9968cf USB
749 camera drivers.
750
751 To compile this driver as a module, choose M here: the
752 module will be called ovcamchip.
753
754config USB_W9968CF
755 tristate "USB W996[87]CF JPEG Dual Mode Camera support"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300756 depends on VIDEO_V4L1 && I2C
Mauro Carvalho Chehab5e2fb082006-06-20 15:03:19 -0300757 select VIDEO_OVCAMCHIP
758 ---help---
759 Say Y here if you want support for cameras based on OV681 or
760 Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips.
761
762 This driver has an optional plugin, which is distributed as a
763 separate module only (released under GPL). It allows to use higher
764 resolutions and framerates, but cannot be included in the official
765 Linux kernel for performance purposes.
766
767 See <file:Documentation/video4linux/w9968cf.txt> for more info.
768
769 To compile this driver as a module, choose M here: the
770 module will be called w9968cf.
771
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300772config USB_OV511
773 tristate "USB OV511 Camera support"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300774 depends on VIDEO_V4L1
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300775 ---help---
776 Say Y here if you want to connect this type of camera to your
Michael Krufky1864cfb2006-04-02 03:14:11 -0300777 computer's USB port. See <file:Documentation/video4linux/ov511.txt>
778 for more information and for a list of supported cameras.
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300779
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300780 To compile this driver as a module, choose M here: the
781 module will be called ov511.
782
783config USB_SE401
784 tristate "USB SE401 Camera support"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300785 depends on VIDEO_V4L1
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300786 ---help---
787 Say Y here if you want to connect this type of camera to your
Michael Krufky1864cfb2006-04-02 03:14:11 -0300788 computer's USB port. See <file:Documentation/video4linux/se401.txt>
789 for more information and for a list of supported cameras.
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300790
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300791 To compile this driver as a module, choose M here: the
792 module will be called se401.
793
Michael Krufkyfcc99652006-03-29 15:10:02 -0300794source "drivers/media/video/sn9c102/Kconfig"
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300795
796config USB_STV680
797 tristate "USB STV680 (Pencam) Camera support"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300798 depends on VIDEO_V4L1
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300799 ---help---
800 Say Y here if you want to connect this type of camera to your
801 computer's USB port. This includes the Pencam line of cameras.
Michael Krufky1864cfb2006-04-02 03:14:11 -0300802 See <file:Documentation/video4linux/stv680.txt> for more information
803 and for a list of supported cameras.
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300804
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300805 To compile this driver as a module, choose M here: the
806 module will be called stv680.
807
Michael Krufky11bbb512006-03-29 15:09:53 -0300808source "drivers/media/video/zc0301/Kconfig"
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300809
Michael Krufky43381ea2006-03-29 15:15:17 -0300810source "drivers/media/video/pwc/Kconfig"
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300811
Antoine Jacquetb7eee612007-04-27 12:30:59 -0300812config USB_ZR364XX
813 tristate "USB ZR364XX Camera support"
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300814 depends on VIDEO_V4L2
Antoine Jacquetb7eee612007-04-27 12:30:59 -0300815 ---help---
816 Say Y here if you want to connect this type of camera to your
817 computer's USB port.
818 See <file:Documentation/video4linux/zr364xx.txt> for more info
819 and list of supported cameras.
820
821 To compile this driver as a module, choose M here: the
822 module will be called zr364xx.
823
Jaime Velasco Juanec16dae2008-01-12 06:48:14 -0300824config USB_STKWEBCAM
825 tristate "USB Syntek DC1125 Camera support"
826 depends on VIDEO_V4L2 && EXPERIMENTAL
827 ---help---
828 Say Y here if you want to use this type of camera.
829 Supported devices are typically found in some Asus laptops,
830 with USB id 174f:a311 and 05e1:0501. Other Syntek cameras
831 may be supported by the stk11xx driver, from which this is
832 derived, see http://stk11xx.sourceforge.net
833
834 To compile this driver as a module, choose M here: the
835 module will be called stkwebcam.
836
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300837endif # V4L_USB_DRIVERS
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300838
Guennadi Liakhovetskie55222e2008-04-22 14:42:03 -0300839config SOC_CAMERA
840 tristate "SoC camera support"
841 depends on VIDEO_V4L2
842 select VIDEOBUF_DMA_SG
843 help
844 SoC Camera is a common API to several cameras, not connecting
845 over a bus like PCI or USB. For example some i2c camera connected
846 directly to the data bus of an SoC.
847
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300848endif # VIDEO_CAPTURE_DRIVERS