Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / drivers / media / i2c / Kconfig
blobce9006e10a30d5d957f1317c381f4f5a8b72251d
2 # Multimedia Video device configuration
5 if VIDEO_V4L2
7 config VIDEO_IR_I2C
8         tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT
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.
15           If your board doesn't have an I2C IR chip, you may disable this
16           option.
18           In doubt, say Y.
21 # Encoder / Decoder module configuration
24 menu "Encoders, decoders, sensors and other helper chips"
25         visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
27 comment "Audio decoders, processors and mixers"
29 config 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.
38           To compile this driver as a module, choose M here: the
39           module will be called tvaudio.
41 config 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.
47           To compile this driver as a module, choose M here: the
48           module will be called tda7432.
50 config 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.
56           To compile this driver as a module, choose M here: the
57           module will be called tda9840.
59 config 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.
65           To compile this driver as a module, choose M here: the
66           module will be called tea6415c.
68 config 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.
74           To compile this driver as a module, choose M here: the
75           module will be called tea6420.
77 config 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.
83           To compile this driver as a module, choose M here: the
84           module will be called msp3400.
86 config VIDEO_CS3308
87         tristate "Cirrus Logic CS3308 audio ADC"
88         depends on VIDEO_V4L2 && I2C
89         ---help---
90           Support for the Cirrus Logic CS3308 High Performance 8-Channel
91           Analog Volume Control
93           To compile this driver as a module, choose M here: the
94           module will be called cs3308.
96 config VIDEO_CS5345
97         tristate "Cirrus Logic CS5345 audio ADC"
98         depends on VIDEO_V4L2 && I2C
99         ---help---
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
109         ---help---
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
119         ---help---
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.
125 config VIDEO_UDA1342
126         tristate "Philips UDA1342 audio codec"
127         depends on VIDEO_V4L2 && I2C
128         ---help---
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.
134 config VIDEO_WM8775
135         tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
136         depends on VIDEO_V4L2 && I2C
137         ---help---
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.
144 config VIDEO_WM8739
145         tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
146         depends on VIDEO_V4L2 && I2C
147         ---help---
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
157         ---help---
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
166         help
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"
174 config VIDEO_SAA6588
175         tristate "SAA6588 Radio Chip RDS decoder support"
176         depends on VIDEO_V4L2 && I2C
178         help
179           Support for this Radio Data System (RDS) decoder. This allows
180           seeing radio station identification transmitted using this
181           standard.
183           To compile this driver as a module, choose M here: the
184           module will be called saa6588.
186 comment "Video decoders"
188 config VIDEO_ADV7180
189         tristate "Analog Devices ADV7180 decoder"
190         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
191         ---help---
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.
197 config VIDEO_ADV7183
198         tristate "Analog Devices ADV7183 decoder"
199         depends on VIDEO_V4L2 && I2C
200         ---help---
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.
207 config VIDEO_ADV7604
208         tristate "Analog Devices ADV7604 decoder"
209         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
210         depends on GPIOLIB || COMPILE_TEST
211         select HDMI
212         select MEDIA_CEC_EDID
213         ---help---
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
225         ---help---
226           When selected the adv7604 will support the optional
227           HDMI CEC feature.
229 config VIDEO_ADV7842
230         tristate "Analog Devices ADV7842 decoder"
231         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
232         select HDMI
233         select MEDIA_CEC_EDID
234         ---help---
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
246         ---help---
247           When selected the adv7842 will support the optional
248           HDMI CEC feature.
250 config VIDEO_BT819
251         tristate "BT819A VideoStream decoder"
252         depends on VIDEO_V4L2 && I2C
253         ---help---
254           Support for BT819A video decoder.
256           To compile this driver as a module, choose M here: the
257           module will be called bt819.
259 config VIDEO_BT856
260         tristate "BT856 VideoStream decoder"
261         depends on VIDEO_V4L2 && I2C
262         ---help---
263           Support for BT856 video decoder.
265           To compile this driver as a module, choose M here: the
266           module will be called bt856.
268 config VIDEO_BT866
269         tristate "BT866 VideoStream decoder"
270         depends on VIDEO_V4L2 && I2C
271         ---help---
272           Support for BT866 video decoder.
274           To compile this driver as a module, choose M here: the
275           module will be called bt866.
277 config VIDEO_KS0127
278         tristate "KS0127 video decoder"
279         depends on VIDEO_V4L2 && I2C
280         ---help---
281           Support for KS0127 video decoder.
283           This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
284           cards.
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
292         ---help---
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.
298 config VIDEO_SAA7110
299         tristate "Philips SAA7110 video decoder"
300         depends on VIDEO_V4L2 && I2C
301         ---help---
302           Support for the Philips SAA7110 video decoders.
304           To compile this driver as a module, choose M here: the
305           module will be called saa7110.
307 config VIDEO_SAA711X
308         tristate "Philips SAA7111/3/4/5 video decoders"
309         depends on VIDEO_V4L2 && I2C
310         ---help---
311           Support for the Philips SAA7111/3/4/5 video decoders.
313           To compile this driver as a module, choose M here: the
314           module will be called saa7115.
316 config VIDEO_TC358743
317         tristate "Toshiba TC358743 decoder"
318         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
319         select HDMI
320         ---help---
321           Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
323           To compile this driver as a module, choose M here: the
324           module will be called tc358743.
326 config VIDEO_TVP514X
327         tristate "Texas Instruments TVP514x video decoder"
328         depends on VIDEO_V4L2 && I2C
329         ---help---
330           This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
331           decoder. It is currently working with the TI OMAP3 camera
332           controller.
334           To compile this driver as a module, choose M here: the
335           module will be called tvp514x.
337 config VIDEO_TVP5150
338         tristate "Texas Instruments TVP5150 video decoder"
339         depends on VIDEO_V4L2 && I2C
340         ---help---
341           Support for the Texas Instruments TVP5150 video decoder.
343           To compile this driver as a module, choose M here: the
344           module will be called tvp5150.
346 config VIDEO_TVP7002
347         tristate "Texas Instruments TVP7002 video decoder"
348         depends on VIDEO_V4L2 && I2C
349         ---help---
350           Support for the Texas Instruments TVP7002 video decoder.
352           To compile this driver as a module, choose M here: the
353           module will be called tvp7002.
355 config VIDEO_TW2804
356         tristate "Techwell TW2804 multiple video decoder"
357         depends on VIDEO_V4L2 && I2C
358         ---help---
359           Support for the Techwell tw2804 multiple video decoder.
361           To compile this driver as a module, choose M here: the
362           module will be called tw2804.
364 config VIDEO_TW9903
365         tristate "Techwell TW9903 video decoder"
366         depends on VIDEO_V4L2 && I2C
367         ---help---
368           Support for the Techwell tw9903 multi-standard video decoder
369           with high quality down scaler.
371           To compile this driver as a module, choose M here: the
372           module will be called tw9903.
374 config VIDEO_TW9906
375         tristate "Techwell TW9906 video decoder"
376         depends on VIDEO_V4L2 && I2C
377         ---help---
378           Support for the Techwell tw9906 enhanced multi-standard comb filter
379           video decoder with YCbCr input support.
381           To compile this driver as a module, choose M here: the
382           module will be called tw9906.
384 config VIDEO_VPX3220
385         tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
386         depends on VIDEO_V4L2 && I2C
387         ---help---
388           Support for VPX322x video decoders.
390           To compile this driver as a module, choose M here: the
391           module will be called vpx3220.
393 comment "Video and audio decoders"
395 config VIDEO_SAA717X
396         tristate "Philips SAA7171/3/4 audio/video decoders"
397         depends on VIDEO_V4L2 && I2C
398         ---help---
399           Support for the Philips SAA7171/3/4 audio/video decoders.
401           To compile this driver as a module, choose M here: the
402           module will be called saa717x.
404 source "drivers/media/i2c/cx25840/Kconfig"
406 comment "Video encoders"
408 config VIDEO_SAA7127
409         tristate "Philips SAA7127/9 digital video encoders"
410         depends on VIDEO_V4L2 && I2C
411         ---help---
412           Support for the Philips SAA7127/9 digital video encoders.
414           To compile this driver as a module, choose M here: the
415           module will be called saa7127.
417 config VIDEO_SAA7185
418         tristate "Philips SAA7185 video encoder"
419         depends on VIDEO_V4L2 && I2C
420         ---help---
421           Support for the Philips SAA7185 video encoder.
423           To compile this driver as a module, choose M here: the
424           module will be called saa7185.
426 config VIDEO_ADV7170
427         tristate "Analog Devices ADV7170 video encoder"
428         depends on VIDEO_V4L2 && I2C
429         ---help---
430           Support for the Analog Devices ADV7170 video encoder driver
432           To compile this driver as a module, choose M here: the
433           module will be called adv7170.
435 config VIDEO_ADV7175
436         tristate "Analog Devices ADV7175 video encoder"
437         depends on VIDEO_V4L2 && I2C
438         ---help---
439           Support for the Analog Devices ADV7175 video encoder driver
441           To compile this driver as a module, choose M here: the
442           module will be called adv7175.
444 config VIDEO_ADV7343
445         tristate "ADV7343 video encoder"
446         depends on I2C
447         help
448           Support for Analog Devices I2C bus based ADV7343 encoder.
450           To compile this driver as a module, choose M here: the
451           module will be called adv7343.
453 config VIDEO_ADV7393
454         tristate "ADV7393 video encoder"
455         depends on I2C
456         help
457           Support for Analog Devices I2C bus based ADV7393 encoder.
459           To compile this driver as a module, choose M here: the
460           module will be called adv7393.
462 config VIDEO_ADV7511
463         tristate "Analog Devices ADV7511 encoder"
464         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
465         select HDMI
466         select MEDIA_CEC_EDID
467         ---help---
468           Support for the Analog Devices ADV7511 video encoder.
470           This is a Analog Devices HDMI transmitter.
472           To compile this driver as a module, choose M here: the
473           module will be called adv7511.
475 config VIDEO_ADV7511_CEC
476         bool "Enable Analog Devices ADV7511 CEC support"
477         depends on VIDEO_ADV7511 && MEDIA_CEC
478         ---help---
479           When selected the adv7511 will support the optional
480           HDMI CEC feature.
482 config VIDEO_AD9389B
483         tristate "Analog Devices AD9389B encoder"
484         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
485         ---help---
486           Support for the Analog Devices AD9389B video encoder.
488           This is a Analog Devices HDMI transmitter.
490           To compile this driver as a module, choose M here: the
491           module will be called ad9389b.
493 config VIDEO_AK881X
494         tristate "AK8813/AK8814 video encoders"
495         depends on I2C
496         help
497           Video output driver for AKM AK8813 and AK8814 TV encoders
499 config VIDEO_THS8200
500         tristate "Texas Instruments THS8200 video encoder"
501         depends on VIDEO_V4L2 && I2C
502         ---help---
503           Support for the Texas Instruments THS8200 video encoder.
505           To compile this driver as a module, choose M here: the
506           module will be called ths8200.
508 comment "Camera sensor devices"
510 config VIDEO_APTINA_PLL
511         tristate
513 config VIDEO_SMIAPP_PLL
514         tristate
516 config VIDEO_OV2659
517         tristate "OmniVision OV2659 sensor support"
518         depends on VIDEO_V4L2 && I2C
519         depends on MEDIA_CAMERA_SUPPORT
520         ---help---
521           This is a Video4Linux2 sensor-level driver for the OmniVision
522           OV2659 camera.
524           To compile this driver as a module, choose M here: the
525           module will be called ov2659.
527 config VIDEO_OV7640
528         tristate "OmniVision OV7640 sensor support"
529         depends on I2C && VIDEO_V4L2
530         depends on MEDIA_CAMERA_SUPPORT
531         ---help---
532           This is a Video4Linux2 sensor-level driver for the OmniVision
533           OV7640 camera.
535           To compile this driver as a module, choose M here: the
536           module will be called ov7640.
538 config VIDEO_OV7670
539         tristate "OmniVision OV7670 sensor support"
540         depends on I2C && VIDEO_V4L2
541         depends on MEDIA_CAMERA_SUPPORT
542         ---help---
543           This is a Video4Linux2 sensor-level driver for the OmniVision
544           OV7670 VGA camera.  It currently only works with the M88ALP01
545           controller.
547 config VIDEO_OV9650
548         tristate "OmniVision OV9650/OV9652 sensor support"
549         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
550         ---help---
551           This is a V4L2 sensor-level driver for the Omnivision
552           OV9650 and OV9652 camera sensors.
554 config VIDEO_VS6624
555         tristate "ST VS6624 sensor support"
556         depends on VIDEO_V4L2 && I2C
557         depends on MEDIA_CAMERA_SUPPORT
558         ---help---
559           This is a Video4Linux2 sensor-level driver for the ST VS6624
560           camera.
562           To compile this driver as a module, choose M here: the
563           module will be called vs6624.
565 config VIDEO_MT9M032
566         tristate "MT9M032 camera sensor support"
567         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
568         depends on MEDIA_CAMERA_SUPPORT
569         select VIDEO_APTINA_PLL
570         ---help---
571           This driver supports MT9M032 camera sensors from Aptina, monochrome
572           models only.
574 config VIDEO_MT9P031
575         tristate "Aptina MT9P031 support"
576         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
577         depends on MEDIA_CAMERA_SUPPORT
578         select VIDEO_APTINA_PLL
579         ---help---
580           This is a Video4Linux2 sensor-level driver for the Aptina
581           (Micron) mt9p031 5 Mpixel camera.
583 config VIDEO_MT9T001
584         tristate "Aptina MT9T001 support"
585         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
586         depends on MEDIA_CAMERA_SUPPORT
587         ---help---
588           This is a Video4Linux2 sensor-level driver for the Aptina
589           (Micron) mt0t001 3 Mpixel camera.
591 config VIDEO_MT9V011
592         tristate "Micron mt9v011 sensor support"
593         depends on I2C && VIDEO_V4L2
594         depends on MEDIA_CAMERA_SUPPORT
595         ---help---
596           This is a Video4Linux2 sensor-level driver for the Micron
597           mt0v011 1.3 Mpixel camera.  It currently only works with the
598           em28xx driver.
600 config VIDEO_MT9V032
601         tristate "Micron MT9V032 sensor support"
602         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
603         depends on MEDIA_CAMERA_SUPPORT
604         select REGMAP_I2C
605         ---help---
606           This is a Video4Linux2 sensor-level driver for the Micron
607           MT9V032 752x480 CMOS sensor.
609 config VIDEO_SR030PC30
610         tristate "Siliconfile SR030PC30 sensor support"
611         depends on I2C && VIDEO_V4L2
612         depends on MEDIA_CAMERA_SUPPORT
613         ---help---
614           This driver supports SR030PC30 VGA camera from Siliconfile
616 config VIDEO_NOON010PC30
617         tristate "Siliconfile NOON010PC30 sensor support"
618         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
619         depends on MEDIA_CAMERA_SUPPORT
620         ---help---
621           This driver supports NOON010PC30 CIF camera from Siliconfile
623 source "drivers/media/i2c/m5mols/Kconfig"
625 config VIDEO_S5K6AA
626         tristate "Samsung S5K6AAFX sensor support"
627         depends on MEDIA_CAMERA_SUPPORT
628         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
629         ---help---
630           This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
631           camera sensor with an embedded SoC image signal processor.
633 config VIDEO_S5K6A3
634         tristate "Samsung S5K6A3 sensor support"
635         depends on MEDIA_CAMERA_SUPPORT
636         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
637         ---help---
638           This is a V4L2 sensor-level driver for Samsung S5K6A3 raw
639           camera sensor.
641 config VIDEO_S5K4ECGX
642         tristate "Samsung S5K4ECGX sensor support"
643         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
644         ---help---
645           This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
646           camera sensor with an embedded SoC image signal processor.
648 config VIDEO_S5K5BAF
649         tristate "Samsung S5K5BAF sensor support"
650         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
651         ---help---
652           This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M
653           camera sensor with an embedded SoC image signal processor.
655 source "drivers/media/i2c/smiapp/Kconfig"
657 config VIDEO_S5C73M3
658         tristate "Samsung S5C73M3 sensor support"
659         depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
660         ---help---
661           This is a V4L2 sensor-level driver for Samsung S5C73M3
662           8 Mpixel camera.
664 comment "Flash devices"
666 config VIDEO_ADP1653
667         tristate "ADP1653 flash support"
668         depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
669         depends on MEDIA_CAMERA_SUPPORT
670         ---help---
671           This is a driver for the ADP1653 flash controller. It is used for
672           example in Nokia N900.
674 config VIDEO_AS3645A
675         tristate "AS3645A flash driver support"
676         depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
677         depends on MEDIA_CAMERA_SUPPORT
678         ---help---
679           This is a driver for the AS3645A and LM3555 flash controllers. It has
680           build in control for flash, torch and indicator LEDs.
682 config VIDEO_LM3560
683         tristate "LM3560 dual flash driver support"
684         depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
685         depends on MEDIA_CAMERA_SUPPORT
686         select REGMAP_I2C
687         ---help---
688           This is a driver for the lm3560 dual flash controllers. It controls
689           flash, torch LEDs.
691 config VIDEO_LM3646
692         tristate "LM3646 dual flash driver support"
693         depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
694         depends on MEDIA_CAMERA_SUPPORT
695         select REGMAP_I2C
696         ---help---
697           This is a driver for the lm3646 dual flash controllers. It controls
698           flash, torch LEDs.
700 comment "Video improvement chips"
702 config VIDEO_UPD64031A
703         tristate "NEC Electronics uPD64031A Ghost Reduction"
704         depends on VIDEO_V4L2 && I2C
705         ---help---
706           Support for the NEC Electronics uPD64031A Ghost Reduction
707           video chip. It is most often found in NTSC TV cards made for
708           Japan and is used to reduce the 'ghosting' effect that can
709           be present in analog TV broadcasts.
711           To compile this driver as a module, choose M here: the
712           module will be called upd64031a.
714 config VIDEO_UPD64083
715         tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
716         depends on VIDEO_V4L2 && I2C
717         ---help---
718           Support for the NEC Electronics uPD64083 3-Dimensional Y/C
719           separation video chip. It is used to improve the quality of
720           the colors of a composite signal.
722           To compile this driver as a module, choose M here: the
723           module will be called upd64083.
725 comment "Audio/Video compression chips"
727 config VIDEO_SAA6752HS
728         tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
729         depends on VIDEO_V4L2 && I2C
730         select CRC32
731         ---help---
732           Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
733           audio encoder with multiplexer.
735           To compile this driver as a module, choose M here: the
736           module will be called saa6752hs.
738 comment "Miscellaneous helper chips"
740 config VIDEO_THS7303
741         tristate "THS7303/53 Video Amplifier"
742         depends on VIDEO_V4L2 && I2C
743         help
744           Support for TI THS7303/53 video amplifier
746           To compile this driver as a module, choose M here: the
747           module will be called ths7303.
749 config VIDEO_M52790
750         tristate "Mitsubishi M52790 A/V switch"
751         depends on VIDEO_V4L2 && I2C
752         ---help---
753          Support for the Mitsubishi M52790 A/V switch.
755          To compile this driver as a module, choose M here: the
756          module will be called m52790.
757 endmenu
759 menu "Sensors used on soc_camera driver"
761 if SOC_CAMERA
762         source "drivers/media/i2c/soc_camera/Kconfig"
763 endif
765 endmenu
767 endif