]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/media/video/Kconfig
V4L/DVB (4512): Ks0127: wire up i2c_add_driver() return value
[mirror_ubuntu-artful-kernel.git] / drivers / media / video / Kconfig
CommitLineData
1da177e4
LT
1#
2# Multimedia Video device configuration
3#
4
cd41e28e 5menu "Video Capture Adapters"
1da177e4
LT
6 depends on VIDEO_DEV
7
cd41e28e 8comment "Video Capture Adapters"
1da177e4 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
c1d1ea9e
MCC
19config VIDEO_VIVI
20 tristate "Virtual Video Driver"
765bf977 21 depends on VIDEO_V4L2 && !SPARC32 && !SPARC64
8a2ae70a 22 select VIDEO_BUF
c1d1ea9e
MCC
23 default n
24 ---help---
25 Enables a virtual video driver. This device shows a color bar
26 and a timestamp, as a real device would generate by using V4L2
27 api.
28 Say Y here if you want to test video apps or debug V4L devices.
29 In doubt, say N.
30
faecfb17 31source "drivers/media/video/bt8xx/Kconfig"
141a8779 32
10b89ee3
MCC
33config VIDEO_SAA6588
34 tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards"
cd41e28e 35 depends on I2C && VIDEO_BT848
10b89ee3
MCC
36
37 help
38 Support for Radio Data System (RDS) decoder. This allows seeing
39 radio station identification transmitted using this standard.
40 Currentlly, it works only with bt8x8 chips.
41
42 To compile this driver as a module, choose M here: the
43 module will be called saa6588.
44
1da177e4
LT
45config VIDEO_PMS
46 tristate "Mediavision Pro Movie Studio Video For Linux"
cd41e28e 47 depends on ISA && VIDEO_V4L1
1da177e4
LT
48 help
49 Say Y if you have such a thing.
50
51 To compile this driver as a module, choose M here: the
52 module will be called pms.
53
54config VIDEO_PLANB
55 tristate "PlanB Video-In on PowerMac"
cd41e28e 56 depends on PPC_PMAC && VIDEO_V4L1 && BROKEN
1da177e4
LT
57 help
58 PlanB is the V4L driver for the PowerMac 7x00/8x00 series video
59 input hardware. If you want to experiment with this, say Y.
60 Otherwise, or if you don't understand a word, say N. See
61 <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info.
62
63 Saying M will compile this driver as a module (planb).
64
65config VIDEO_BWQCAM
66 tristate "Quickcam BW Video For Linux"
cd41e28e 67 depends on PARPORT && VIDEO_V4L1
1da177e4
LT
68 help
69 Say Y have if you the black and white version of the QuickCam
70 camera. See the next option for the color version.
71
72 To compile this driver as a module, choose M here: the
73 module will be called bw-qcam.
74
75config VIDEO_CQCAM
76 tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
cd41e28e 77 depends on EXPERIMENTAL && PARPORT && VIDEO_V4L1
1da177e4
LT
78 help
79 This is the video4linux driver for the colour version of the
80 Connectix QuickCam. If you have one of these cameras, say Y here,
81 otherwise say N. This driver does not work with the original
82 monochrome QuickCam, QuickCam VC or QuickClip. It is also available
83 as a module (c-qcam).
84 Read <file:Documentation/video4linux/CQcam.txt> for more information.
85
86config VIDEO_W9966
87 tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
cd41e28e 88 depends on PARPORT_1284 && PARPORT && VIDEO_V4L1
1da177e4
LT
89 help
90 Video4linux driver for Winbond's w9966 based Webcams.
91 Currently tested with the LifeView FlyCam Supra.
92 If you have one of these cameras, say Y here
93 otherwise say N.
94 This driver is also available as a module (w9966).
95
96 Check out <file:Documentation/video4linux/w9966.txt> for more
97 information.
98
99config VIDEO_CPIA
100 tristate "CPiA Video For Linux"
cd41e28e 101 depends on VIDEO_V4L1
1da177e4
LT
102 ---help---
103 This is the video4linux driver for cameras based on Vision's CPiA
104 (Colour Processor Interface ASIC), such as the Creative Labs Video
105 Blaster Webcam II. If you have one of these cameras, say Y here
106 and select parallel port and/or USB lowlevel support below,
107 otherwise say N. This will not work with the Creative Webcam III.
108
109 Please read <file:Documentation/video4linux/README.cpia> for more
110 information.
111
112 This driver is also available as a module (cpia).
113
114config VIDEO_CPIA_PP
115 tristate "CPiA Parallel Port Lowlevel Support"
116 depends on PARPORT_1284 && VIDEO_CPIA && PARPORT
117 help
118 This is the lowlevel parallel port support for cameras based on
119 Vision's CPiA (Colour Processor Interface ASIC), such as the
120 Creative Webcam II. If you have the parallel port version of one
121 of these cameras, say Y here, otherwise say N. It is also available
122 as a module (cpia_pp).
123
124config VIDEO_CPIA_USB
125 tristate "CPiA USB Lowlevel Support"
126 depends on VIDEO_CPIA && USB
127 help
128 This is the lowlevel USB support for cameras based on Vision's CPiA
129 (Colour Processor Interface ASIC), such as the Creative Webcam II.
130 If you have the USB version of one of these cameras, say Y here,
131 otherwise say N. This will not work with the Creative Webcam III.
132 It is also available as a module (cpia_usb).
133
49444fe1 134source "drivers/media/video/cpia2/Kconfig"
ab33d507 135
1da177e4
LT
136config VIDEO_SAA5246A
137 tristate "SAA5246A, SAA5281 Teletext processor"
cd41e28e 138 depends on I2C && VIDEO_V4L1
1da177e4
LT
139 help
140 Support for I2C bus based teletext using the SAA5246A or SAA5281
141 chip. Useful only if you live in Europe.
142
143 To compile this driver as a module, choose M here: the
144 module will be called saa5246a.
145
146config VIDEO_SAA5249
147 tristate "SAA5249 Teletext processor"
fb0b664c 148 depends on VIDEO_DEV && I2C && VIDEO_V4L1
1da177e4
LT
149 help
150 Support for I2C bus based teletext using the SAA5249 chip. At the
151 moment this is only useful on some European WinTV cards.
152
153 To compile this driver as a module, choose M here: the
154 module will be called saa5249.
155
156config TUNER_3036
157 tristate "SAB3036 tuner"
fb0b664c 158 depends on VIDEO_DEV && I2C && VIDEO_V4L1
1da177e4
LT
159 help
160 Say Y here to include support for Philips SAB3036 compatible tuners.
161 If in doubt, say N.
162
163config VIDEO_VINO
164 tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
cd41e28e 165 depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L1
1da177e4
LT
166 select I2C_ALGO_SGI
167 help
168 Say Y here to build in support for the Vino video input system found
169 on SGI Indy machines.
170
171config VIDEO_STRADIS
172 tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
14ba3e7b 173 depends on EXPERIMENTAL && PCI && VIDEO_V4L1 && !PPC64
1da177e4
LT
174 help
175 Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
176 driver for PCI. There is a product page at
b2a17e47 177 <http://www.stradis.com/>.
1da177e4
LT
178
179config VIDEO_ZORAN
180 tristate "Zoran ZR36057/36067 Video For Linux"
14ba3e7b 181 depends on PCI && I2C_ALGOBIT && VIDEO_V4L1 && !PPC64
1da177e4
LT
182 help
183 Say Y for support for MJPEG capture cards based on the Zoran
184 36057/36067 PCI controller chipset. This includes the Iomega
185 Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is
186 a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
187 more information, check <file:Documentation/video4linux/Zoran>.
188
189 To compile this driver as a module, choose M here: the
190 module will be called zr36067.
674434c6 191
1da177e4
LT
192config VIDEO_ZORAN_BUZ
193 tristate "Iomega Buz support"
194 depends on VIDEO_ZORAN
195 help
196 Support for the Iomega Buz MJPEG capture/playback card.
197
198config VIDEO_ZORAN_DC10
199 tristate "Pinnacle/Miro DC10(+) support"
200 depends on VIDEO_ZORAN
201 help
202 Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback
203 card.
204
205config VIDEO_ZORAN_DC30
206 tristate "Pinnacle/Miro DC30(+) support"
674434c6
MCC
207 depends on VIDEO_ZORAN
208 help
1da177e4
LT
209 Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback
210 card. This also supports really old DC10 cards based on the
211 zr36050 MJPEG codec and zr36016 VFE.
212
213config VIDEO_ZORAN_LML33
214 tristate "Linux Media Labs LML33 support"
215 depends on VIDEO_ZORAN
216 help
217 Support for the Linux Media Labs LML33 MJPEG capture/playback
218 card.
219
220config VIDEO_ZORAN_LML33R10
221 tristate "Linux Media Labs LML33R10 support"
222 depends on VIDEO_ZORAN
223 help
224 support for the Linux Media Labs LML33R10 MJPEG capture/playback
225 card.
226
fbe60daa
MS
227config VIDEO_ZORAN_AVS6EYES
228 tristate "AverMedia 6 Eyes support (EXPERIMENTAL)"
229 depends on VIDEO_ZORAN && EXPERIMENTAL && VIDEO_V4L1
230 help
231 Support for the AverMedia 6 Eyes video surveillance card.
232
1da177e4
LT
233config VIDEO_ZR36120
234 tristate "Zoran ZR36120/36125 Video For Linux"
cd41e28e 235 depends on PCI && I2C && VIDEO_V4L1 && BROKEN
1da177e4
LT
236 help
237 Support for ZR36120/ZR36125 based frame grabber/overlay boards.
238 This includes the Victor II, WaveWatcher, Video Wonder, Maxi-TV,
239 and Buster boards. Please read the material in
240 <file:Documentation/video4linux/zr36120.txt> for more information.
241
242 To compile this driver as a module, choose M here: the
243 module will be called zr36120.
244
245config VIDEO_MEYE
246 tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
cd41e28e 247 depends on PCI && SONYPI && VIDEO_V4L1
1da177e4
LT
248 ---help---
249 This is the video4linux driver for the Motion Eye camera found
250 in the Vaio Picturebook laptops. Please read the material in
251 <file:Documentation/video4linux/meye.txt> for more information.
252
253 If you say Y or M here, you need to say Y or M to "Sony Programmable
254 I/O Control Device" in the character device section.
255
256 To compile this driver as a module, choose M here: the
257 module will be called meye.
258
d5f69daf 259source "drivers/media/video/saa7134/Kconfig"
1da177e4
LT
260
261config VIDEO_MXB
262 tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
e7ea8fc2 263 depends on PCI && VIDEO_V4L1 && I2C
1da177e4
LT
264 select VIDEO_SAA7146_VV
265 select VIDEO_TUNER
266 ---help---
267 This is a video4linux driver for the 'Multimedia eXtension Board'
268 TV card by Siemens-Nixdorf.
674434c6 269
1da177e4
LT
270 To compile this driver as a module, choose M here: the
271 module will be called mxb.
272
273config VIDEO_DPC
274 tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
e7ea8fc2 275 depends on PCI && VIDEO_V4L1 && I2C
1da177e4 276 select VIDEO_SAA7146_VV
cd41e28e 277 select VIDEO_V4L2
1da177e4
LT
278 ---help---
279 This is a video4linux driver for the 'dpc7146 demonstration
280 board' by Philips-Semiconductors. It's the reference design
281 for SAA7146 bases boards, so if you have some unsupported
282 saa7146 based, analog video card, chances are good that it
283 will work with this skeleton driver.
674434c6 284
1da177e4
LT
285 To compile this driver as a module, choose M here: the
286 module will be called dpc7146.
287
288config VIDEO_HEXIUM_ORION
289 tristate "Hexium HV-PCI6 and Orion frame grabber"
e7ea8fc2 290 depends on PCI && VIDEO_V4L1 && I2C
1da177e4 291 select VIDEO_SAA7146_VV
cd41e28e 292 select VIDEO_V4L2
1da177e4
LT
293 ---help---
294 This is a video4linux driver for the Hexium HV-PCI6 and
295 Orion frame grabber cards by Hexium.
674434c6 296
1da177e4
LT
297 To compile this driver as a module, choose M here: the
298 module will be called hexium_orion.
299
300config VIDEO_HEXIUM_GEMINI
301 tristate "Hexium Gemini frame grabber"
e7ea8fc2 302 depends on PCI && VIDEO_V4L1 && I2C
1da177e4 303 select VIDEO_SAA7146_VV
cd41e28e 304 select VIDEO_V4L2
1da177e4
LT
305 ---help---
306 This is a video4linux driver for the Hexium Gemini frame
307 grabber card by Hexium. Please note that the Gemini Dual
308 card is *not* fully supported.
674434c6 309
1da177e4
LT
310 To compile this driver as a module, choose M here: the
311 module will be called hexium_gemini.
312
d5f69daf 313source "drivers/media/video/cx88/Kconfig"
1da177e4 314
1da177e4
LT
315config VIDEO_M32R_AR
316 tristate "AR devices"
cd41e28e 317 depends on M32R && VIDEO_V4L1
1da177e4
LT
318 ---help---
319 This is a video4linux driver for the Renesas AR (Artificial Retina)
320 camera module.
321
322config VIDEO_M32R_AR_M64278
0518999c
MCC
323 tristate "AR device with color module M64278(VGA)"
324 depends on PLAT_M32700UT
325 select VIDEO_M32R_AR
1da177e4 326 ---help---
0518999c
MCC
327 This is a video4linux driver for the Renesas AR (Artificial
328 Retina) with M64278E-800 camera module.
329 This module supports VGA(640x480 pixels) resolutions.
330
331 To compile this driver as a module, choose M here: the
332 module will be called arv.
1da177e4 333
f8962605
MK
334#
335# Encoder / Decoder module configuration
336#
337
338menu "Encoders and Decoders"
339 depends on VIDEO_DEV
340
cfdd4ad0
MK
341config VIDEO_MSP3400
342 tristate "Micronas MSP34xx audio decoders"
343 depends on VIDEO_DEV && I2C
344 ---help---
345 Support for the Micronas MSP34xx series of audio decoders.
346
347 To compile this driver as a module, choose M here: the
add953ce 348 module will be called msp3400.
770599d0 349
e273db7a
MK
350config VIDEO_CS53L32A
351 tristate "Cirrus Logic CS53L32A audio ADC"
352 depends on VIDEO_DEV && I2C && EXPERIMENTAL
353 ---help---
354 Support for the Cirrus Logic CS53L32A low voltage
355 stereo A/D converter.
356
357 To compile this driver as a module, choose M here: the
add953ce 358 module will be called cs53l32a.
e273db7a 359
88ca8ed0
SA
360config VIDEO_TLV320AIC23B
361 tristate "Texas Instruments TLV320AIC23B audio codec"
362 depends on VIDEO_DEV && I2C && EXPERIMENTAL
363 ---help---
364 Support for the Texas Instruments TLV320AIC23B audio codec.
365
366 To compile this driver as a module, choose M here: the
367 module will be called tlv320aic23b.
368
e273db7a 369config VIDEO_WM8775
75c4570c 370 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
e273db7a
MK
371 depends on VIDEO_DEV && I2C && EXPERIMENTAL
372 ---help---
75c4570c
HV
373 Support for the Wolfson Microelectronics WM8775 high
374 performance stereo A/D Converter with a 4 channel input mixer.
e273db7a
MK
375
376 To compile this driver as a module, choose M here: the
add953ce 377 module will be called wm8775.
e273db7a 378
75c4570c
HV
379config VIDEO_WM8739
380 tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
381 depends on VIDEO_DEV && I2C && EXPERIMENTAL
382 ---help---
383 Support for the Wolfson Microelectronics WM8739
384 stereo A/D Converter.
385
386 To compile this driver as a module, choose M here: the
add953ce 387 module will be called wm8739.
75c4570c 388
3446807d
MK
389config VIDEO_CX2341X
390 tristate "Conexant CX2341x MPEG encoders"
391 depends on VIDEO_V4L2 && EXPERIMENTAL
392 ---help---
393 Support for the Conexant CX23416 MPEG encoders
394 and CX23415 MPEG encoder/decoders.
395
396 This module currently supports the encoding functions only.
397
398 To compile this driver as a module, choose M here: the
399 module will be called cx2341x.
400
f6fe8c6a
MK
401source "drivers/media/video/cx25840/Kconfig"
402
ac9ec935 403config VIDEO_SAA711X
8ca4deb2
MK
404 tristate "Philips SAA7113/4/5 video decoders"
405 depends on VIDEO_DEV && I2C && EXPERIMENTAL
ac9ec935 406 ---help---
8ca4deb2 407 Support for the Philips SAA7113/4/5 video decoders.
ac9ec935
MK
408
409 To compile this driver as a module, choose M here: the
add953ce 410 module will be called saa7115.
ac9ec935 411
eb42c424
MCC
412config VIDEO_TVP5150
413 tristate "Texas Instruments TVP5150 video decoder"
414 depends on VIDEO_DEV && I2C
415 ---help---
416 Support for the Texas Instruments TVP5150 video decoder.
417
418 To compile this driver as a module, choose M here: the
419 module will be called tvp5150.
420
ac9ec935
MK
421config VIDEO_SAA7127
422 tristate "Philips SAA7127/9 digital video encoders"
cd41e28e 423 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
ac9ec935
MK
424 ---help---
425 Support for the Philips SAA7127/9 digital video encoders.
426
427 To compile this driver as a module, choose M here: the
add953ce
HV
428 module will be called saa7127.
429
430config VIDEO_UPD64031A
431 tristate "NEC Electronics uPD64031A Ghost Reduction"
cd41e28e 432 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
add953ce
HV
433 ---help---
434 Support for the NEC Electronics uPD64031A Ghost Reduction
435 video chip. It is most often found in NTSC TV cards made for
436 Japan and is used to reduce the 'ghosting' effect that can
437 be present in analog TV broadcasts.
438
439 To compile this driver as a module, choose M here: the
440 module will be called upd64031a.
441
442config VIDEO_UPD64083
443 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
cd41e28e 444 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
add953ce
HV
445 ---help---
446 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
447 separation video chip. It is used to improve the quality of
448 the colors of a composite signal.
449
450 To compile this driver as a module, choose M here: the
451 module will be called upd64083.
ac9ec935 452
f8962605
MK
453endmenu # encoder / decoder chips
454
9f6933be
MCC
455#
456# USB Multimedia device configuration
457#
458
459menu "V4L USB devices"
d56410e0 460 depends on USB && VIDEO_DEV
9f6933be 461
d855497e
MI
462source "drivers/media/video/pvrusb2/Kconfig"
463
9f6933be
MCC
464source "drivers/media/video/em28xx/Kconfig"
465
26ffb95c 466source "drivers/media/video/usbvideo/Kconfig"
9f6933be 467
26ffb95c 468source "drivers/media/video/et61x251/Kconfig"
9f6933be 469
5e2fb082
MCC
470config VIDEO_OVCAMCHIP
471 tristate "OmniVision Camera Chip support"
472 depends on I2C && VIDEO_V4L1
473 ---help---
474 Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
475 This driver is intended to be used with the ov511 and w9968cf USB
476 camera drivers.
477
478 To compile this driver as a module, choose M here: the
479 module will be called ovcamchip.
480
481config USB_W9968CF
482 tristate "USB W996[87]CF JPEG Dual Mode Camera support"
483 depends on USB && VIDEO_V4L1 && I2C
484 select VIDEO_OVCAMCHIP
485 ---help---
486 Say Y here if you want support for cameras based on OV681 or
487 Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips.
488
489 This driver has an optional plugin, which is distributed as a
490 separate module only (released under GPL). It allows to use higher
491 resolutions and framerates, but cannot be included in the official
492 Linux kernel for performance purposes.
493
494 See <file:Documentation/video4linux/w9968cf.txt> for more info.
495
496 To compile this driver as a module, choose M here: the
497 module will be called w9968cf.
498
9f6933be
MCC
499config USB_OV511
500 tristate "USB OV511 Camera support"
cd41e28e 501 depends on USB && VIDEO_V4L1
9f6933be
MCC
502 ---help---
503 Say Y here if you want to connect this type of camera to your
1864cfb1
MK
504 computer's USB port. See <file:Documentation/video4linux/ov511.txt>
505 for more information and for a list of supported cameras.
9f6933be 506
9f6933be
MCC
507 To compile this driver as a module, choose M here: the
508 module will be called ov511.
509
510config USB_SE401
511 tristate "USB SE401 Camera support"
cd41e28e 512 depends on USB && VIDEO_V4L1
9f6933be
MCC
513 ---help---
514 Say Y here if you want to connect this type of camera to your
1864cfb1
MK
515 computer's USB port. See <file:Documentation/video4linux/se401.txt>
516 for more information and for a list of supported cameras.
9f6933be 517
9f6933be
MCC
518 To compile this driver as a module, choose M here: the
519 module will be called se401.
520
fcc99659 521source "drivers/media/video/sn9c102/Kconfig"
9f6933be
MCC
522
523config USB_STV680
524 tristate "USB STV680 (Pencam) Camera support"
cd41e28e 525 depends on USB && VIDEO_V4L1
9f6933be
MCC
526 ---help---
527 Say Y here if you want to connect this type of camera to your
528 computer's USB port. This includes the Pencam line of cameras.
1864cfb1
MK
529 See <file:Documentation/video4linux/stv680.txt> for more information
530 and for a list of supported cameras.
9f6933be 531
9f6933be
MCC
532 To compile this driver as a module, choose M here: the
533 module will be called stv680.
534
11bbb51c 535source "drivers/media/video/zc0301/Kconfig"
9f6933be 536
43381eaf 537source "drivers/media/video/pwc/Kconfig"
9f6933be
MCC
538
539endmenu # V4L USB devices
540
1da177e4 541endmenu