2 # Multimedia Video device configuration
8 tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT
9 depends on I2C && RC_CORE
12 Most boards have an IR chip directly connected via GPIO. However,
13 some video boards have the IR connected via I2C bus.
15 If your board doesn't have an I2C IR chip, you may disable this
21 # Encoder / Decoder module configuration
24 menu "I2C Encoders, decoders, sensors and other helper chips"
25 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
27 comment "Audio decoders, processors and mixers"
30 tristate "Simple audio decoder chips"
31 depends on VIDEO_V4L2 && I2C
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.
38 To compile this driver as a module, choose M here: the
39 module will be called tvaudio.
42 tristate "Philips TDA7432 audio processor"
43 depends on VIDEO_V4L2 && I2C
45 Support for tda7432 audio decoder chip found on some bt8xx boards.
47 To compile this driver as a module, choose M here: the
48 module will be called tda7432.
51 tristate "Philips TDA9840 audio processor"
54 Support for tda9840 audio decoder chip found on some Zoran boards.
56 To compile this driver as a module, choose M here: the
57 module will be called tda9840.
60 tristate "Philips TEA6415C audio processor"
63 Support for tea6415c audio decoder chip found on some bt8xx boards.
65 To compile this driver as a module, choose M here: the
66 module will be called tea6415c.
69 tristate "Philips TEA6420 audio processor"
72 Support for tea6420 audio decoder chip found on some bt8xx boards.
74 To compile this driver as a module, choose M here: the
75 module will be called tea6420.
78 tristate "Micronas MSP34xx audio decoders"
79 depends on VIDEO_V4L2 && I2C
81 Support for the Micronas MSP34xx series of audio decoders.
83 To compile this driver as a module, choose M here: the
84 module will be called msp3400.
87 tristate "Cirrus Logic CS3308 audio ADC"
88 depends on VIDEO_V4L2 && I2C
90 Support for the Cirrus Logic CS3308 High Performance 8-Channel
93 To compile this driver as a module, choose M here: the
94 module will be called cs3308.
97 tristate "Cirrus Logic CS5345 audio ADC"
98 depends on VIDEO_V4L2 && I2C
100 Support for the Cirrus Logic CS5345 24-bit, 192 kHz
101 stereo A/D converter.
103 To compile this driver as a module, choose M here: the
104 module will be called cs5345.
106 config VIDEO_CS53L32A
107 tristate "Cirrus Logic CS53L32A audio ADC"
108 depends on VIDEO_V4L2 && I2C
110 Support for the Cirrus Logic CS53L32A low voltage
111 stereo A/D converter.
113 To compile this driver as a module, choose M here: the
114 module will be called cs53l32a.
116 config VIDEO_TLV320AIC23B
117 tristate "Texas Instruments TLV320AIC23B audio codec"
118 depends on VIDEO_V4L2 && I2C
120 Support for the Texas Instruments TLV320AIC23B audio codec.
122 To compile this driver as a module, choose M here: the
123 module will be called tlv320aic23b.
126 tristate "Philips UDA1342 audio codec"
127 depends on VIDEO_V4L2 && I2C
129 Support for the Philips UDA1342 audio codec.
131 To compile this driver as a module, choose M here: the
132 module will be called uda1342.
135 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
136 depends on VIDEO_V4L2 && I2C
138 Support for the Wolfson Microelectronics WM8775 high
139 performance stereo A/D Converter with a 4 channel input mixer.
141 To compile this driver as a module, choose M here: the
142 module will be called wm8775.
145 tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
146 depends on VIDEO_V4L2 && I2C
148 Support for the Wolfson Microelectronics WM8739
149 stereo A/D Converter.
151 To compile this driver as a module, choose M here: the
152 module will be called wm8739.
154 config VIDEO_VP27SMPX
155 tristate "Panasonic VP27's internal MPX"
156 depends on VIDEO_V4L2 && I2C
158 Support for the internal MPX of the Panasonic VP27s tuner.
160 To compile this driver as a module, choose M here: the
161 module will be called vp27smpx.
163 config VIDEO_SONY_BTF_MPX
164 tristate "Sony BTF's internal MPX"
165 depends on VIDEO_V4L2 && I2C
167 Support for the internal MPX of the Sony BTF-PG472Z tuner.
169 To compile this driver as a module, choose M here: the
170 module will be called sony-btf-mpx.
172 comment "RDS decoders"
175 tristate "SAA6588 Radio Chip RDS decoder support"
176 depends on VIDEO_V4L2 && I2C
179 Support for this Radio Data System (RDS) decoder. This allows
180 seeing radio station identification transmitted using this
183 To compile this driver as a module, choose M here: the
184 module will be called saa6588.
186 comment "Video decoders"
189 tristate "Analog Devices ADV7180 decoder"
190 depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
192 Support for the Analog Devices ADV7180 video decoder.
194 To compile this driver as a module, choose M here: the
195 module will be called adv7180.
198 tristate "Analog Devices ADV7183 decoder"
199 depends on VIDEO_V4L2 && I2C
201 V4l2 subdevice driver for the Analog Devices
202 ADV7183 video decoder.
204 To compile this driver as a module, choose M here: the
205 module will be called adv7183.
208 tristate "Analog Devices ADV7604 decoder"
209 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
210 depends on GPIOLIB || COMPILE_TEST
212 select MEDIA_CEC_EDID
214 Support for the Analog Devices ADV7604 video decoder.
216 This is a Analog Devices Component/Graphics Digitizer
217 with 4:1 Multiplexed HDMI Receiver.
219 To compile this driver as a module, choose M here: the
220 module will be called adv7604.
222 config VIDEO_ADV7604_CEC
223 bool "Enable Analog Devices ADV7604 CEC support"
224 depends on VIDEO_ADV7604 && MEDIA_CEC
226 When selected the adv7604 will support the optional
230 tristate "Analog Devices ADV7842 decoder"
231 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
233 select MEDIA_CEC_EDID
235 Support for the Analog Devices ADV7842 video decoder.
237 This is a Analog Devices Component/Graphics/SD Digitizer
238 with 2:1 Multiplexed HDMI Receiver.
240 To compile this driver as a module, choose M here: the
241 module will be called adv7842.
243 config VIDEO_ADV7842_CEC
244 bool "Enable Analog Devices ADV7842 CEC support"
245 depends on VIDEO_ADV7842 && MEDIA_CEC
247 When selected the adv7842 will support the optional
251 tristate "BT819A VideoStream decoder"
252 depends on VIDEO_V4L2 && I2C
254 Support for BT819A video decoder.
256 To compile this driver as a module, choose M here: the
257 module will be called bt819.
260 tristate "BT856 VideoStream decoder"
261 depends on VIDEO_V4L2 && I2C
263 Support for BT856 video decoder.
265 To compile this driver as a module, choose M here: the
266 module will be called bt856.
269 tristate "BT866 VideoStream decoder"
270 depends on VIDEO_V4L2 && I2C
272 Support for BT866 video decoder.
274 To compile this driver as a module, choose M here: the
275 module will be called bt866.
278 tristate "KS0127 video decoder"
279 depends on VIDEO_V4L2 && I2C
281 Support for KS0127 video decoder.
283 This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
286 To compile this driver as a module, choose M here: the
287 module will be called ks0127.
289 config VIDEO_ML86V7667
290 tristate "OKI ML86V7667 video decoder"
291 depends on VIDEO_V4L2 && I2C
293 Support for the OKI Semiconductor ML86V7667 video decoder.
295 To compile this driver as a module, choose M here: the
296 module will be called ml86v7667.
299 tristate "AD5820 lens voice coil support"
300 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
302 This is a driver for the AD5820 camera lens voice coil.
303 It is used for example in Nokia N900 (RX-51).
306 tristate "Philips SAA7110 video decoder"
307 depends on VIDEO_V4L2 && I2C
309 Support for the Philips SAA7110 video decoders.
311 To compile this driver as a module, choose M here: the
312 module will be called saa7110.
315 tristate "Philips SAA7111/3/4/5 video decoders"
316 depends on VIDEO_V4L2 && I2C
318 Support for the Philips SAA7111/3/4/5 video decoders.
320 To compile this driver as a module, choose M here: the
321 module will be called saa7115.
323 config VIDEO_TC358743
324 tristate "Toshiba TC358743 decoder"
325 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
328 Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
330 To compile this driver as a module, choose M here: the
331 module will be called tc358743.
334 tristate "Texas Instruments TVP514x video decoder"
335 depends on VIDEO_V4L2 && I2C
337 This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
338 decoder. It is currently working with the TI OMAP3 camera
341 To compile this driver as a module, choose M here: the
342 module will be called tvp514x.
345 tristate "Texas Instruments TVP5150 video decoder"
346 depends on VIDEO_V4L2 && I2C
348 Support for the Texas Instruments TVP5150 video decoder.
350 To compile this driver as a module, choose M here: the
351 module will be called tvp5150.
354 tristate "Texas Instruments TVP7002 video decoder"
355 depends on VIDEO_V4L2 && I2C
357 Support for the Texas Instruments TVP7002 video decoder.
359 To compile this driver as a module, choose M here: the
360 module will be called tvp7002.
363 tristate "Techwell TW2804 multiple video decoder"
364 depends on VIDEO_V4L2 && I2C
366 Support for the Techwell tw2804 multiple video decoder.
368 To compile this driver as a module, choose M here: the
369 module will be called tw2804.
372 tristate "Techwell TW9903 video decoder"
373 depends on VIDEO_V4L2 && I2C
375 Support for the Techwell tw9903 multi-standard video decoder
376 with high quality down scaler.
378 To compile this driver as a module, choose M here: the
379 module will be called tw9903.
382 tristate "Techwell TW9906 video decoder"
383 depends on VIDEO_V4L2 && I2C
385 Support for the Techwell tw9906 enhanced multi-standard comb filter
386 video decoder with YCbCr input support.
388 To compile this driver as a module, choose M here: the
389 module will be called tw9906.
392 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
393 depends on VIDEO_V4L2 && I2C
395 Support for VPX322x video decoders.
397 To compile this driver as a module, choose M here: the
398 module will be called vpx3220.
400 comment "Video and audio decoders"
403 tristate "Philips SAA7171/3/4 audio/video decoders"
404 depends on VIDEO_V4L2 && I2C
406 Support for the Philips SAA7171/3/4 audio/video decoders.
408 To compile this driver as a module, choose M here: the
409 module will be called saa717x.
411 source "drivers/media/i2c/cx25840/Kconfig"
413 comment "Video encoders"
416 tristate "Philips SAA7127/9 digital video encoders"
417 depends on VIDEO_V4L2 && I2C
419 Support for the Philips SAA7127/9 digital video encoders.
421 To compile this driver as a module, choose M here: the
422 module will be called saa7127.
425 tristate "Philips SAA7185 video encoder"
426 depends on VIDEO_V4L2 && I2C
428 Support for the Philips SAA7185 video encoder.
430 To compile this driver as a module, choose M here: the
431 module will be called saa7185.
434 tristate "Analog Devices ADV7170 video encoder"
435 depends on VIDEO_V4L2 && I2C
437 Support for the Analog Devices ADV7170 video encoder driver
439 To compile this driver as a module, choose M here: the
440 module will be called adv7170.
443 tristate "Analog Devices ADV7175 video encoder"
444 depends on VIDEO_V4L2 && I2C
446 Support for the Analog Devices ADV7175 video encoder driver
448 To compile this driver as a module, choose M here: the
449 module will be called adv7175.
452 tristate "ADV7343 video encoder"
455 Support for Analog Devices I2C bus based ADV7343 encoder.
457 To compile this driver as a module, choose M here: the
458 module will be called adv7343.
461 tristate "ADV7393 video encoder"
464 Support for Analog Devices I2C bus based ADV7393 encoder.
466 To compile this driver as a module, choose M here: the
467 module will be called adv7393.
470 tristate "Analog Devices ADV7511 encoder"
471 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
473 select MEDIA_CEC_EDID
475 Support for the Analog Devices ADV7511 video encoder.
477 This is a Analog Devices HDMI transmitter.
479 To compile this driver as a module, choose M here: the
480 module will be called adv7511.
482 config VIDEO_ADV7511_CEC
483 bool "Enable Analog Devices ADV7511 CEC support"
484 depends on VIDEO_ADV7511 && MEDIA_CEC
486 When selected the adv7511 will support the optional
490 tristate "Analog Devices AD9389B encoder"
491 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
493 Support for the Analog Devices AD9389B video encoder.
495 This is a Analog Devices HDMI transmitter.
497 To compile this driver as a module, choose M here: the
498 module will be called ad9389b.
501 tristate "AK8813/AK8814 video encoders"
504 Video output driver for AKM AK8813 and AK8814 TV encoders
507 tristate "Texas Instruments THS8200 video encoder"
508 depends on VIDEO_V4L2 && I2C
510 Support for the Texas Instruments THS8200 video encoder.
512 To compile this driver as a module, choose M here: the
513 module will be called ths8200.
515 comment "Camera sensor devices"
517 config VIDEO_APTINA_PLL
520 config VIDEO_SMIAPP_PLL
524 tristate "OmniVision OV2659 sensor support"
525 depends on VIDEO_V4L2 && I2C
526 depends on MEDIA_CAMERA_SUPPORT
528 This is a Video4Linux2 sensor-level driver for the OmniVision
531 To compile this driver as a module, choose M here: the
532 module will be called ov2659.
535 tristate "OmniVision OV7640 sensor support"
536 depends on I2C && VIDEO_V4L2
537 depends on MEDIA_CAMERA_SUPPORT
539 This is a Video4Linux2 sensor-level driver for the OmniVision
542 To compile this driver as a module, choose M here: the
543 module will be called ov7640.
546 tristate "OmniVision OV7670 sensor support"
547 depends on I2C && VIDEO_V4L2
548 depends on MEDIA_CAMERA_SUPPORT
550 This is a Video4Linux2 sensor-level driver for the OmniVision
551 OV7670 VGA camera. It currently only works with the M88ALP01
555 tristate "OmniVision OV9650/OV9652 sensor support"
556 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
558 This is a V4L2 sensor-level driver for the Omnivision
559 OV9650 and OV9652 camera sensors.
562 tristate "ST VS6624 sensor support"
563 depends on VIDEO_V4L2 && I2C
564 depends on MEDIA_CAMERA_SUPPORT
566 This is a Video4Linux2 sensor-level driver for the ST VS6624
569 To compile this driver as a module, choose M here: the
570 module will be called vs6624.
573 tristate "MT9M032 camera sensor support"
574 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
575 depends on MEDIA_CAMERA_SUPPORT
576 select VIDEO_APTINA_PLL
578 This driver supports MT9M032 camera sensors from Aptina, monochrome
582 tristate "mt9m111, mt9m112 and mt9m131 support"
583 depends on I2C && VIDEO_V4L2
585 This driver supports MT9M111, MT9M112 and MT9M131 cameras from
589 tristate "Aptina MT9P031 support"
590 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
591 depends on MEDIA_CAMERA_SUPPORT
592 select VIDEO_APTINA_PLL
594 This is a Video4Linux2 sensor-level driver for the Aptina
595 (Micron) mt9p031 5 Mpixel camera.
598 tristate "Aptina MT9T001 support"
599 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
600 depends on MEDIA_CAMERA_SUPPORT
602 This is a Video4Linux2 sensor-level driver for the Aptina
603 (Micron) mt0t001 3 Mpixel camera.
606 tristate "Micron mt9v011 sensor support"
607 depends on I2C && VIDEO_V4L2
608 depends on MEDIA_CAMERA_SUPPORT
610 This is a Video4Linux2 sensor-level driver for the Micron
611 mt0v011 1.3 Mpixel camera. It currently only works with the
615 tristate "Micron MT9V032 sensor support"
616 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
617 depends on MEDIA_CAMERA_SUPPORT
620 This is a Video4Linux2 sensor-level driver for the Micron
621 MT9V032 752x480 CMOS sensor.
623 config VIDEO_SR030PC30
624 tristate "Siliconfile SR030PC30 sensor support"
625 depends on I2C && VIDEO_V4L2
626 depends on MEDIA_CAMERA_SUPPORT
628 This driver supports SR030PC30 VGA camera from Siliconfile
630 config VIDEO_NOON010PC30
631 tristate "Siliconfile NOON010PC30 sensor support"
632 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
633 depends on MEDIA_CAMERA_SUPPORT
635 This driver supports NOON010PC30 CIF camera from Siliconfile
637 source "drivers/media/i2c/m5mols/Kconfig"
640 tristate "Samsung S5K6AAFX sensor support"
641 depends on MEDIA_CAMERA_SUPPORT
642 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
644 This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
645 camera sensor with an embedded SoC image signal processor.
648 tristate "Samsung S5K6A3 sensor support"
649 depends on MEDIA_CAMERA_SUPPORT
650 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
652 This is a V4L2 sensor-level driver for Samsung S5K6A3 raw
655 config VIDEO_S5K4ECGX
656 tristate "Samsung S5K4ECGX sensor support"
657 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
660 This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
661 camera sensor with an embedded SoC image signal processor.
664 tristate "Samsung S5K5BAF sensor support"
665 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
667 This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M
668 camera sensor with an embedded SoC image signal processor.
670 source "drivers/media/i2c/smiapp/Kconfig"
673 tristate "Samsung S5C73M3 sensor support"
674 depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
676 This is a V4L2 sensor-level driver for Samsung S5C73M3
679 comment "Flash devices"
682 tristate "ADP1653 flash support"
683 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
684 depends on MEDIA_CAMERA_SUPPORT
686 This is a driver for the ADP1653 flash controller. It is used for
687 example in Nokia N900.
690 tristate "AS3645A flash driver support"
691 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
692 depends on MEDIA_CAMERA_SUPPORT
694 This is a driver for the AS3645A and LM3555 flash controllers. It has
695 build in control for flash, torch and indicator LEDs.
698 tristate "LM3560 dual flash driver support"
699 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
700 depends on MEDIA_CAMERA_SUPPORT
703 This is a driver for the lm3560 dual flash controllers. It controls
707 tristate "LM3646 dual flash driver support"
708 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
709 depends on MEDIA_CAMERA_SUPPORT
712 This is a driver for the lm3646 dual flash controllers. It controls
715 comment "Video improvement chips"
717 config VIDEO_UPD64031A
718 tristate "NEC Electronics uPD64031A Ghost Reduction"
719 depends on VIDEO_V4L2 && I2C
721 Support for the NEC Electronics uPD64031A Ghost Reduction
722 video chip. It is most often found in NTSC TV cards made for
723 Japan and is used to reduce the 'ghosting' effect that can
724 be present in analog TV broadcasts.
726 To compile this driver as a module, choose M here: the
727 module will be called upd64031a.
729 config VIDEO_UPD64083
730 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
731 depends on VIDEO_V4L2 && I2C
733 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
734 separation video chip. It is used to improve the quality of
735 the colors of a composite signal.
737 To compile this driver as a module, choose M here: the
738 module will be called upd64083.
740 comment "Audio/Video compression chips"
742 config VIDEO_SAA6752HS
743 tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
744 depends on VIDEO_V4L2 && I2C
747 Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
748 audio encoder with multiplexer.
750 To compile this driver as a module, choose M here: the
751 module will be called saa6752hs.
753 comment "Miscellaneous helper chips"
756 tristate "THS7303/53 Video Amplifier"
757 depends on VIDEO_V4L2 && I2C
759 Support for TI THS7303/53 video amplifier
761 To compile this driver as a module, choose M here: the
762 module will be called ths7303.
765 tristate "Mitsubishi M52790 A/V switch"
766 depends on VIDEO_V4L2 && I2C
768 Support for the Mitsubishi M52790 A/V switch.
770 To compile this driver as a module, choose M here: the
771 module will be called m52790.
774 menu "Sensors used on soc_camera driver"
777 source "drivers/media/i2c/soc_camera/Kconfig"