[media] tw9903: add new tw9903 video decoder
[deliverable/linux.git] / drivers / media / i2c / Kconfig
CommitLineData
cb7a01ac
MCC
1#
2# Multimedia Video device configuration
3#
4
5if VIDEO_V4L2
6
cb7a01ac 7config VIDEO_IR_I2C
fccea74f 8 tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT
cb7a01ac
MCC
9 depends on I2C && RC_CORE
10 default y
11 ---help---
12 Most boards have an IR chip directly connected via GPIO. However,
13 some video boards have the IR connected via I2C bus.
14
15 If your board doesn't have an I2C IR chip, you may disable this
16 option.
17
18 In doubt, say Y.
19
20#
21# Encoder / Decoder module configuration
22#
23
24menu "Encoders, decoders, sensors and other helper chips"
fccea74f 25 visible if !MEDIA_SUBDRV_AUTOSELECT
cb7a01ac
MCC
26
27comment "Audio decoders, processors and mixers"
28
29config VIDEO_TVAUDIO
30 tristate "Simple audio decoder chips"
31 depends on VIDEO_V4L2 && I2C
32 ---help---
33 Support for several audio decoder chips found on some bt8xx boards:
34 Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
35 tea6320, tea6420, tda8425, ta8874z.
36 Microchip: pic16c54 based design on ProVideo PV951 board.
37
38 To compile this driver as a module, choose M here: the
39 module will be called tvaudio.
40
41config VIDEO_TDA7432
42 tristate "Philips TDA7432 audio processor"
43 depends on VIDEO_V4L2 && I2C
44 ---help---
45 Support for tda7432 audio decoder chip found on some bt8xx boards.
46
47 To compile this driver as a module, choose M here: the
48 module will be called tda7432.
49
50config VIDEO_TDA9840
51 tristate "Philips TDA9840 audio processor"
52 depends on I2C
53 ---help---
54 Support for tda9840 audio decoder chip found on some Zoran boards.
55
56 To compile this driver as a module, choose M here: the
57 module will be called tda9840.
58
59config VIDEO_TEA6415C
60 tristate "Philips TEA6415C audio processor"
61 depends on I2C
62 ---help---
63 Support for tea6415c audio decoder chip found on some bt8xx boards.
64
65 To compile this driver as a module, choose M here: the
66 module will be called tea6415c.
67
68config VIDEO_TEA6420
69 tristate "Philips TEA6420 audio processor"
70 depends on I2C
71 ---help---
72 Support for tea6420 audio decoder chip found on some bt8xx boards.
73
74 To compile this driver as a module, choose M here: the
75 module will be called tea6420.
76
77config VIDEO_MSP3400
78 tristate "Micronas MSP34xx audio decoders"
79 depends on VIDEO_V4L2 && I2C
80 ---help---
81 Support for the Micronas MSP34xx series of audio decoders.
82
83 To compile this driver as a module, choose M here: the
84 module will be called msp3400.
85
86config VIDEO_CS5345
87 tristate "Cirrus Logic CS5345 audio ADC"
88 depends on VIDEO_V4L2 && I2C
89 ---help---
90 Support for the Cirrus Logic CS5345 24-bit, 192 kHz
91 stereo A/D converter.
92
93 To compile this driver as a module, choose M here: the
94 module will be called cs5345.
95
96config VIDEO_CS53L32A
97 tristate "Cirrus Logic CS53L32A audio ADC"
98 depends on VIDEO_V4L2 && I2C
99 ---help---
100 Support for the Cirrus Logic CS53L32A low voltage
101 stereo A/D converter.
102
103 To compile this driver as a module, choose M here: the
104 module will be called cs53l32a.
105
106config VIDEO_TLV320AIC23B
107 tristate "Texas Instruments TLV320AIC23B audio codec"
2cca7d4e 108 depends on VIDEO_V4L2 && I2C
cb7a01ac
MCC
109 ---help---
110 Support for the Texas Instruments TLV320AIC23B audio codec.
111
112 To compile this driver as a module, choose M here: the
113 module will be called tlv320aic23b.
114
73d9f979
HV
115config VIDEO_UDA1342
116 tristate "Philips UDA1342 audio codec"
117 depends on VIDEO_V4L2 && I2C
118 ---help---
119 Support for the Philips UDA1342 audio codec.
120
121 To compile this driver as a module, choose M here: the
122 module will be called uda1342.
123
cb7a01ac
MCC
124config VIDEO_WM8775
125 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
126 depends on VIDEO_V4L2 && I2C
127 ---help---
128 Support for the Wolfson Microelectronics WM8775 high
129 performance stereo A/D Converter with a 4 channel input mixer.
130
131 To compile this driver as a module, choose M here: the
132 module will be called wm8775.
133
134config VIDEO_WM8739
135 tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
136 depends on VIDEO_V4L2 && I2C
137 ---help---
138 Support for the Wolfson Microelectronics WM8739
139 stereo A/D Converter.
140
141 To compile this driver as a module, choose M here: the
142 module will be called wm8739.
143
144config VIDEO_VP27SMPX
c7c54a98 145 tristate "Panasonic VP27's internal MPX"
cb7a01ac
MCC
146 depends on VIDEO_V4L2 && I2C
147 ---help---
148 Support for the internal MPX of the Panasonic VP27s tuner.
149
150 To compile this driver as a module, choose M here: the
151 module will be called vp27smpx.
152
c7c54a98
HV
153config VIDEO_SONY_BTF_MPX
154 tristate "Sony BTF's internal MPX"
155 depends on VIDEO_V4L2 && I2C
156 help
157 Support for the internal MPX of the Sony BTF-PG472Z tuner.
158
159 To compile this driver as a module, choose M here: the
160 module will be called sony-btf-mpx.
161
cb7a01ac
MCC
162comment "RDS decoders"
163
164config VIDEO_SAA6588
165 tristate "SAA6588 Radio Chip RDS decoder support"
166 depends on VIDEO_V4L2 && I2C
167
168 help
169 Support for this Radio Data System (RDS) decoder. This allows
170 seeing radio station identification transmitted using this
171 standard.
172
173 To compile this driver as a module, choose M here: the
174 module will be called saa6588.
175
176comment "Video decoders"
177
178config VIDEO_ADV7180
179 tristate "Analog Devices ADV7180 decoder"
180 depends on VIDEO_V4L2 && I2C
181 ---help---
182 Support for the Analog Devices ADV7180 video decoder.
183
184 To compile this driver as a module, choose M here: the
185 module will be called adv7180.
186
187config VIDEO_ADV7183
188 tristate "Analog Devices ADV7183 decoder"
189 depends on VIDEO_V4L2 && I2C
190 ---help---
191 V4l2 subdevice driver for the Analog Devices
192 ADV7183 video decoder.
193
194 To compile this driver as a module, choose M here: the
195 module will be called adv7183.
196
54450f59
HV
197config VIDEO_ADV7604
198 tristate "Analog Devices ADV7604 decoder"
199 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
200 ---help---
201 Support for the Analog Devices ADV7604 video decoder.
202
203 This is a Analog Devices Component/Graphics Digitizer
204 with 4:1 Multiplexed HDMI Receiver.
205
206 To compile this driver as a module, choose M here: the
207 module will be called adv7604.
208
cb7a01ac
MCC
209config VIDEO_BT819
210 tristate "BT819A VideoStream decoder"
211 depends on VIDEO_V4L2 && I2C
212 ---help---
213 Support for BT819A video decoder.
214
215 To compile this driver as a module, choose M here: the
216 module will be called bt819.
217
218config VIDEO_BT856
219 tristate "BT856 VideoStream decoder"
220 depends on VIDEO_V4L2 && I2C
221 ---help---
222 Support for BT856 video decoder.
223
224 To compile this driver as a module, choose M here: the
225 module will be called bt856.
226
227config VIDEO_BT866
228 tristate "BT866 VideoStream decoder"
229 depends on VIDEO_V4L2 && I2C
230 ---help---
231 Support for BT866 video decoder.
232
233 To compile this driver as a module, choose M here: the
234 module will be called bt866.
235
236config VIDEO_KS0127
237 tristate "KS0127 video decoder"
238 depends on VIDEO_V4L2 && I2C
239 ---help---
240 Support for KS0127 video decoder.
241
242 This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
243 cards.
244
245 To compile this driver as a module, choose M here: the
246 module will be called ks0127.
247
248config VIDEO_SAA7110
249 tristate "Philips SAA7110 video decoder"
250 depends on VIDEO_V4L2 && I2C
251 ---help---
252 Support for the Philips SAA7110 video decoders.
253
254 To compile this driver as a module, choose M here: the
255 module will be called saa7110.
256
257config VIDEO_SAA711X
258 tristate "Philips SAA7111/3/4/5 video decoders"
259 depends on VIDEO_V4L2 && I2C
260 ---help---
261 Support for the Philips SAA7111/3/4/5 video decoders.
262
263 To compile this driver as a module, choose M here: the
264 module will be called saa7115.
265
266config VIDEO_SAA7191
267 tristate "Philips SAA7191 video decoder"
268 depends on VIDEO_V4L2 && I2C
269 ---help---
270 Support for the Philips SAA7191 video decoder.
271
272 To compile this driver as a module, choose M here: the
273 module will be called saa7191.
274
275config VIDEO_TVP514X
276 tristate "Texas Instruments TVP514x video decoder"
277 depends on VIDEO_V4L2 && I2C
278 ---help---
279 This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
280 decoder. It is currently working with the TI OMAP3 camera
281 controller.
282
283 To compile this driver as a module, choose M here: the
284 module will be called tvp514x.
285
286config VIDEO_TVP5150
287 tristate "Texas Instruments TVP5150 video decoder"
288 depends on VIDEO_V4L2 && I2C
289 ---help---
290 Support for the Texas Instruments TVP5150 video decoder.
291
292 To compile this driver as a module, choose M here: the
293 module will be called tvp5150.
294
295config VIDEO_TVP7002
296 tristate "Texas Instruments TVP7002 video decoder"
297 depends on VIDEO_V4L2 && I2C
298 ---help---
299 Support for the Texas Instruments TVP7002 video decoder.
300
301 To compile this driver as a module, choose M here: the
302 module will be called tvp7002.
303
0890ec19
HV
304config VIDEO_TW9903
305 tristate "Techwell TW9903 video decoder"
306 depends on VIDEO_V4L2 && I2C
307 ---help---
308 Support for the Techwell 9903 multi-standard video decoder
309 with high quality down scaler.
310
311 To compile this driver as a module, choose M here: the
312 module will be called tw9903.
313
cb7a01ac
MCC
314config VIDEO_VPX3220
315 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
316 depends on VIDEO_V4L2 && I2C
317 ---help---
318 Support for VPX322x video decoders.
319
320 To compile this driver as a module, choose M here: the
321 module will be called vpx3220.
322
323comment "Video and audio decoders"
324
325config VIDEO_SAA717X
326 tristate "Philips SAA7171/3/4 audio/video decoders"
327 depends on VIDEO_V4L2 && I2C
328 ---help---
329 Support for the Philips SAA7171/3/4 audio/video decoders.
330
331 To compile this driver as a module, choose M here: the
332 module will be called saa717x.
333
334source "drivers/media/i2c/cx25840/Kconfig"
335
cb7a01ac
MCC
336comment "Video encoders"
337
338config VIDEO_SAA7127
339 tristate "Philips SAA7127/9 digital video encoders"
340 depends on VIDEO_V4L2 && I2C
341 ---help---
342 Support for the Philips SAA7127/9 digital video encoders.
343
344 To compile this driver as a module, choose M here: the
345 module will be called saa7127.
346
347config VIDEO_SAA7185
348 tristate "Philips SAA7185 video encoder"
349 depends on VIDEO_V4L2 && I2C
350 ---help---
351 Support for the Philips SAA7185 video encoder.
352
353 To compile this driver as a module, choose M here: the
354 module will be called saa7185.
355
356config VIDEO_ADV7170
357 tristate "Analog Devices ADV7170 video encoder"
358 depends on VIDEO_V4L2 && I2C
359 ---help---
360 Support for the Analog Devices ADV7170 video encoder driver
361
362 To compile this driver as a module, choose M here: the
363 module will be called adv7170.
364
365config VIDEO_ADV7175
366 tristate "Analog Devices ADV7175 video encoder"
367 depends on VIDEO_V4L2 && I2C
368 ---help---
369 Support for the Analog Devices ADV7175 video encoder driver
370
371 To compile this driver as a module, choose M here: the
372 module will be called adv7175.
373
374config VIDEO_ADV7343
375 tristate "ADV7343 video encoder"
376 depends on I2C
377 help
378 Support for Analog Devices I2C bus based ADV7343 encoder.
379
380 To compile this driver as a module, choose M here: the
381 module will be called adv7343.
382
383config VIDEO_ADV7393
384 tristate "ADV7393 video encoder"
385 depends on I2C
386 help
387 Support for Analog Devices I2C bus based ADV7393 encoder.
388
389 To compile this driver as a module, choose M here: the
390 module will be called adv7393.
391
117a55b6
HV
392config VIDEO_AD9389B
393 tristate "Analog Devices AD9389B encoder"
394 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
395 ---help---
396 Support for the Analog Devices AD9389B video encoder.
397
398 This is a Analog Devices HDMI transmitter.
399
400 To compile this driver as a module, choose M here: the
401 module will be called ad9389b.
402
cb7a01ac
MCC
403config VIDEO_AK881X
404 tristate "AK8813/AK8814 video encoders"
405 depends on I2C
406 help
407 Video output driver for AKM AK8813 and AK8814 TV encoders
408
409comment "Camera sensor devices"
410
411config VIDEO_APTINA_PLL
412 tristate
413
414config VIDEO_SMIAPP_PLL
415 tristate
416
ec367c3c
HV
417config VIDEO_OV7640
418 tristate "OmniVision OV7640 sensor support"
419 depends on I2C && VIDEO_V4L2
420 depends on MEDIA_CAMERA_SUPPORT
421 ---help---
422 This is a Video4Linux2 sensor-level driver for the OmniVision
423 OV7640 camera.
424
425 To compile this driver as a module, choose M here: the
426 module will be called ov7640.
427
cb7a01ac
MCC
428config VIDEO_OV7670
429 tristate "OmniVision OV7670 sensor support"
430 depends on I2C && VIDEO_V4L2
431 depends on MEDIA_CAMERA_SUPPORT
432 ---help---
433 This is a Video4Linux2 sensor-level driver for the OmniVision
434 OV7670 VGA camera. It currently only works with the M88ALP01
435 controller.
436
84a15ded
SN
437config VIDEO_OV9650
438 tristate "OmniVision OV9650/OV9652 sensor support"
439 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
440 ---help---
441 This is a V4L2 sensor-level driver for the Omnivision
442 OV9650 and OV9652 camera sensors.
443
cb7a01ac
MCC
444config VIDEO_VS6624
445 tristate "ST VS6624 sensor support"
446 depends on VIDEO_V4L2 && I2C
447 depends on MEDIA_CAMERA_SUPPORT
448 ---help---
449 This is a Video4Linux2 sensor-level driver for the ST VS6624
450 camera.
451
452 To compile this driver as a module, choose M here: the
453 module will be called vs6624.
454
455config VIDEO_MT9M032
456 tristate "MT9M032 camera sensor support"
457 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
458 depends on MEDIA_CAMERA_SUPPORT
459 select VIDEO_APTINA_PLL
460 ---help---
461 This driver supports MT9M032 camera sensors from Aptina, monochrome
462 models only.
463
464config VIDEO_MT9P031
465 tristate "Aptina MT9P031 support"
466 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
467 depends on MEDIA_CAMERA_SUPPORT
468 select VIDEO_APTINA_PLL
469 ---help---
470 This is a Video4Linux2 sensor-level driver for the Aptina
471 (Micron) mt9p031 5 Mpixel camera.
472
473config VIDEO_MT9T001
474 tristate "Aptina MT9T001 support"
475 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
476 depends on MEDIA_CAMERA_SUPPORT
477 ---help---
478 This is a Video4Linux2 sensor-level driver for the Aptina
479 (Micron) mt0t001 3 Mpixel camera.
480
481config VIDEO_MT9V011
482 tristate "Micron mt9v011 sensor support"
483 depends on I2C && VIDEO_V4L2
484 depends on MEDIA_CAMERA_SUPPORT
485 ---help---
486 This is a Video4Linux2 sensor-level driver for the Micron
487 mt0v011 1.3 Mpixel camera. It currently only works with the
488 em28xx driver.
489
490config VIDEO_MT9V032
491 tristate "Micron MT9V032 sensor support"
492 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
493 depends on MEDIA_CAMERA_SUPPORT
494 ---help---
495 This is a Video4Linux2 sensor-level driver for the Micron
496 MT9V032 752x480 CMOS sensor.
497
498config VIDEO_TCM825X
499 tristate "TCM825x camera sensor support"
668a8b3b 500 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_INT_DEVICE
cb7a01ac
MCC
501 depends on MEDIA_CAMERA_SUPPORT
502 ---help---
503 This is a driver for the Toshiba TCM825x VGA camera sensor.
504 It is used for example in Nokia N800.
505
506config VIDEO_SR030PC30
507 tristate "Siliconfile SR030PC30 sensor support"
508 depends on I2C && VIDEO_V4L2
509 depends on MEDIA_CAMERA_SUPPORT
510 ---help---
511 This driver supports SR030PC30 VGA camera from Siliconfile
512
513config VIDEO_NOON010PC30
514 tristate "Siliconfile NOON010PC30 sensor support"
2cca7d4e 515 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
cb7a01ac
MCC
516 depends on MEDIA_CAMERA_SUPPORT
517 ---help---
518 This driver supports NOON010PC30 CIF camera from Siliconfile
519
520source "drivers/media/i2c/m5mols/Kconfig"
521
522config VIDEO_S5K6AA
523 tristate "Samsung S5K6AAFX sensor support"
524 depends on MEDIA_CAMERA_SUPPORT
525 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
526 ---help---
527 This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
528 camera sensor with an embedded SoC image signal processor.
529
8b99312b
SL
530config VIDEO_S5K4ECGX
531 tristate "Samsung S5K4ECGX sensor support"
532 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
533 ---help---
534 This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
535 camera sensor with an embedded SoC image signal processor.
536
cb7a01ac
MCC
537source "drivers/media/i2c/smiapp/Kconfig"
538
cac47f18
AH
539config VIDEO_S5C73M3
540 tristate "Samsung S5C73M3 sensor support"
541 depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
542 ---help---
543 This is a V4L2 sensor-level driver for Samsung S5C73M3
544 8 Mpixel camera.
545
cb7a01ac
MCC
546comment "Flash devices"
547
548config VIDEO_ADP1653
549 tristate "ADP1653 flash support"
550 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
551 depends on MEDIA_CAMERA_SUPPORT
552 ---help---
553 This is a driver for the ADP1653 flash controller. It is used for
554 example in Nokia N900.
555
556config VIDEO_AS3645A
557 tristate "AS3645A flash driver support"
558 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
559 depends on MEDIA_CAMERA_SUPPORT
560 ---help---
561 This is a driver for the AS3645A and LM3555 flash controllers. It has
562 build in control for flash, torch and indicator LEDs.
563
564comment "Video improvement chips"
565
566config VIDEO_UPD64031A
567 tristate "NEC Electronics uPD64031A Ghost Reduction"
568 depends on VIDEO_V4L2 && I2C
569 ---help---
570 Support for the NEC Electronics uPD64031A Ghost Reduction
571 video chip. It is most often found in NTSC TV cards made for
572 Japan and is used to reduce the 'ghosting' effect that can
573 be present in analog TV broadcasts.
574
575 To compile this driver as a module, choose M here: the
576 module will be called upd64031a.
577
578config VIDEO_UPD64083
579 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
580 depends on VIDEO_V4L2 && I2C
581 ---help---
582 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
583 separation video chip. It is used to improve the quality of
584 the colors of a composite signal.
585
586 To compile this driver as a module, choose M here: the
587 module will be called upd64083.
588
589comment "Miscelaneous helper chips"
590
591config VIDEO_THS7303
88da0183
LP
592 tristate "THS7303/53 Video Amplifier"
593 depends on VIDEO_V4L2 && I2C
cb7a01ac 594 help
88da0183 595 Support for TI THS7303/53 video amplifier
cb7a01ac
MCC
596
597 To compile this driver as a module, choose M here: the
598 module will be called ths7303.
599
600config VIDEO_M52790
601 tristate "Mitsubishi M52790 A/V switch"
602 depends on VIDEO_V4L2 && I2C
603 ---help---
604 Support for the Mitsubishi M52790 A/V switch.
605
606 To compile this driver as a module, choose M here: the
607 module will be called m52790.
fccea74f 608endmenu
e9d2f057 609
fccea74f 610menu "Sensors used on soc_camera driver"
cb7a01ac 611
2a2d1cf4
MCC
612if SOC_CAMERA
613 source "drivers/media/i2c/soc_camera/Kconfig"
614endif
615
cb7a01ac 616endmenu
fccea74f 617
cb7a01ac 618endif
This page took 0.133504 seconds and 5 git commands to generate.