7c23b7a1fd0553e112fa78e5bca09bc6320c4c3f
[sfrench/cifs-2.6.git] / drivers / media / i2c / Kconfig
1 #
2 # Multimedia Video device configuration
3 #
4
5 if VIDEO_V4L2
6
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.
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
24 menu "I2C Encoders, decoders, sensors and other helper chips"
25         visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
26
27 comment "Audio decoders, processors and mixers"
28
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.
37
38           To compile this driver as a module, choose M here: the
39           module will be called tvaudio.
40
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.
46
47           To compile this driver as a module, choose M here: the
48           module will be called tda7432.
49
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.
55
56           To compile this driver as a module, choose M here: the
57           module will be called tda9840.
58
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.
64
65           To compile this driver as a module, choose M here: the
66           module will be called tea6415c.
67
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.
73
74           To compile this driver as a module, choose M here: the
75           module will be called tea6420.
76
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.
82
83           To compile this driver as a module, choose M here: the
84           module will be called msp3400.
85
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
92
93           To compile this driver as a module, choose M here: the
94           module will be called cs3308.
95
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.
102
103           To compile this driver as a module, choose M here: the
104           module will be called cs5345.
105
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.
112
113           To compile this driver as a module, choose M here: the
114           module will be called cs53l32a.
115
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.
121
122           To compile this driver as a module, choose M here: the
123           module will be called tlv320aic23b.
124
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.
130
131           To compile this driver as a module, choose M here: the
132           module will be called uda1342.
133
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.
140
141           To compile this driver as a module, choose M here: the
142           module will be called wm8775.
143
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.
150
151           To compile this driver as a module, choose M here: the
152           module will be called wm8739.
153
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.
159
160           To compile this driver as a module, choose M here: the
161           module will be called vp27smpx.
162
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.
168
169           To compile this driver as a module, choose M here: the
170           module will be called sony-btf-mpx.
171
172 comment "RDS decoders"
173
174 config VIDEO_SAA6588
175         tristate "SAA6588 Radio Chip RDS decoder support"
176         depends on VIDEO_V4L2 && I2C
177
178         help
179           Support for this Radio Data System (RDS) decoder. This allows
180           seeing radio station identification transmitted using this
181           standard.
182
183           To compile this driver as a module, choose M here: the
184           module will be called saa6588.
185
186 comment "Video decoders"
187
188 config VIDEO_ADV7180
189         tristate "Analog Devices ADV7180 decoder"
190         depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
191         ---help---
192           Support for the Analog Devices ADV7180 video decoder.
193
194           To compile this driver as a module, choose M here: the
195           module will be called adv7180.
196
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.
203
204           To compile this driver as a module, choose M here: the
205           module will be called adv7183.
206
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 V4L2_FWNODE
213         ---help---
214           Support for the Analog Devices ADV7604 video decoder.
215
216           This is a Analog Devices Component/Graphics Digitizer
217           with 4:1 Multiplexed HDMI Receiver.
218
219           To compile this driver as a module, choose M here: the
220           module will be called adv7604.
221
222 config VIDEO_ADV7604_CEC
223         bool "Enable Analog Devices ADV7604 CEC support"
224         depends on VIDEO_ADV7604 && CEC_CORE
225         ---help---
226           When selected the adv7604 will support the optional
227           HDMI CEC feature.
228
229 config VIDEO_ADV7842
230         tristate "Analog Devices ADV7842 decoder"
231         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
232         select HDMI
233         ---help---
234           Support for the Analog Devices ADV7842 video decoder.
235
236           This is a Analog Devices Component/Graphics/SD Digitizer
237           with 2:1 Multiplexed HDMI Receiver.
238
239           To compile this driver as a module, choose M here: the
240           module will be called adv7842.
241
242 config VIDEO_ADV7842_CEC
243         bool "Enable Analog Devices ADV7842 CEC support"
244         depends on VIDEO_ADV7842 && CEC_CORE
245         ---help---
246           When selected the adv7842 will support the optional
247           HDMI CEC feature.
248
249 config VIDEO_BT819
250         tristate "BT819A VideoStream decoder"
251         depends on VIDEO_V4L2 && I2C
252         ---help---
253           Support for BT819A video decoder.
254
255           To compile this driver as a module, choose M here: the
256           module will be called bt819.
257
258 config VIDEO_BT856
259         tristate "BT856 VideoStream decoder"
260         depends on VIDEO_V4L2 && I2C
261         ---help---
262           Support for BT856 video decoder.
263
264           To compile this driver as a module, choose M here: the
265           module will be called bt856.
266
267 config VIDEO_BT866
268         tristate "BT866 VideoStream decoder"
269         depends on VIDEO_V4L2 && I2C
270         ---help---
271           Support for BT866 video decoder.
272
273           To compile this driver as a module, choose M here: the
274           module will be called bt866.
275
276 config VIDEO_KS0127
277         tristate "KS0127 video decoder"
278         depends on VIDEO_V4L2 && I2C
279         ---help---
280           Support for KS0127 video decoder.
281
282           This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
283           cards.
284
285           To compile this driver as a module, choose M here: the
286           module will be called ks0127.
287
288 config VIDEO_ML86V7667
289         tristate "OKI ML86V7667 video decoder"
290         depends on VIDEO_V4L2 && I2C
291         ---help---
292           Support for the OKI Semiconductor ML86V7667 video decoder.
293
294           To compile this driver as a module, choose M here: the
295           module will be called ml86v7667.
296
297 config VIDEO_AD5820
298         tristate "AD5820 lens voice coil support"
299         depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
300         ---help---
301           This is a driver for the AD5820 camera lens voice coil.
302           It is used for example in Nokia N900 (RX-51).
303
304 config VIDEO_SAA7110
305         tristate "Philips SAA7110 video decoder"
306         depends on VIDEO_V4L2 && I2C
307         ---help---
308           Support for the Philips SAA7110 video decoders.
309
310           To compile this driver as a module, choose M here: the
311           module will be called saa7110.
312
313 config VIDEO_SAA711X
314         tristate "Philips SAA7111/3/4/5 video decoders"
315         depends on VIDEO_V4L2 && I2C
316         ---help---
317           Support for the Philips SAA7111/3/4/5 video decoders.
318
319           To compile this driver as a module, choose M here: the
320           module will be called saa7115.
321
322 config VIDEO_TC358743
323         tristate "Toshiba TC358743 decoder"
324         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
325         select HDMI
326         select V4L2_FWNODE
327         ---help---
328           Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
329
330           To compile this driver as a module, choose M here: the
331           module will be called tc358743.
332
333 config VIDEO_TVP514X
334         tristate "Texas Instruments TVP514x video decoder"
335         depends on VIDEO_V4L2 && I2C
336         select V4L2_FWNODE
337         ---help---
338           This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
339           decoder. It is currently working with the TI OMAP3 camera
340           controller.
341
342           To compile this driver as a module, choose M here: the
343           module will be called tvp514x.
344
345 config VIDEO_TVP5150
346         tristate "Texas Instruments TVP5150 video decoder"
347         depends on VIDEO_V4L2 && I2C
348         select V4L2_FWNODE
349         ---help---
350           Support for the Texas Instruments TVP5150 video decoder.
351
352           To compile this driver as a module, choose M here: the
353           module will be called tvp5150.
354
355 config VIDEO_TVP7002
356         tristate "Texas Instruments TVP7002 video decoder"
357         depends on VIDEO_V4L2 && I2C
358         select V4L2_FWNODE
359         ---help---
360           Support for the Texas Instruments TVP7002 video decoder.
361
362           To compile this driver as a module, choose M here: the
363           module will be called tvp7002.
364
365 config VIDEO_TW2804
366         tristate "Techwell TW2804 multiple video decoder"
367         depends on VIDEO_V4L2 && I2C
368         ---help---
369           Support for the Techwell tw2804 multiple video decoder.
370
371           To compile this driver as a module, choose M here: the
372           module will be called tw2804.
373
374 config VIDEO_TW9903
375         tristate "Techwell TW9903 video decoder"
376         depends on VIDEO_V4L2 && I2C
377         ---help---
378           Support for the Techwell tw9903 multi-standard video decoder
379           with high quality down scaler.
380
381           To compile this driver as a module, choose M here: the
382           module will be called tw9903.
383
384 config VIDEO_TW9906
385         tristate "Techwell TW9906 video decoder"
386         depends on VIDEO_V4L2 && I2C
387         ---help---
388           Support for the Techwell tw9906 enhanced multi-standard comb filter
389           video decoder with YCbCr input support.
390
391           To compile this driver as a module, choose M here: the
392           module will be called tw9906.
393
394 config VIDEO_VPX3220
395         tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
396         depends on VIDEO_V4L2 && I2C
397         ---help---
398           Support for VPX322x video decoders.
399
400           To compile this driver as a module, choose M here: the
401           module will be called vpx3220.
402
403 comment "Video and audio decoders"
404
405 config VIDEO_SAA717X
406         tristate "Philips SAA7171/3/4 audio/video decoders"
407         depends on VIDEO_V4L2 && I2C
408         ---help---
409           Support for the Philips SAA7171/3/4 audio/video decoders.
410
411           To compile this driver as a module, choose M here: the
412           module will be called saa717x.
413
414 source "drivers/media/i2c/cx25840/Kconfig"
415
416 comment "Video encoders"
417
418 config VIDEO_SAA7127
419         tristate "Philips SAA7127/9 digital video encoders"
420         depends on VIDEO_V4L2 && I2C
421         ---help---
422           Support for the Philips SAA7127/9 digital video encoders.
423
424           To compile this driver as a module, choose M here: the
425           module will be called saa7127.
426
427 config VIDEO_SAA7185
428         tristate "Philips SAA7185 video encoder"
429         depends on VIDEO_V4L2 && I2C
430         ---help---
431           Support for the Philips SAA7185 video encoder.
432
433           To compile this driver as a module, choose M here: the
434           module will be called saa7185.
435
436 config VIDEO_ADV7170
437         tristate "Analog Devices ADV7170 video encoder"
438         depends on VIDEO_V4L2 && I2C
439         ---help---
440           Support for the Analog Devices ADV7170 video encoder driver
441
442           To compile this driver as a module, choose M here: the
443           module will be called adv7170.
444
445 config VIDEO_ADV7175
446         tristate "Analog Devices ADV7175 video encoder"
447         depends on VIDEO_V4L2 && I2C
448         ---help---
449           Support for the Analog Devices ADV7175 video encoder driver
450
451           To compile this driver as a module, choose M here: the
452           module will be called adv7175.
453
454 config VIDEO_ADV7343
455         tristate "ADV7343 video encoder"
456         depends on I2C
457         help
458           Support for Analog Devices I2C bus based ADV7343 encoder.
459
460           To compile this driver as a module, choose M here: the
461           module will be called adv7343.
462
463 config VIDEO_ADV7393
464         tristate "ADV7393 video encoder"
465         depends on I2C
466         help
467           Support for Analog Devices I2C bus based ADV7393 encoder.
468
469           To compile this driver as a module, choose M here: the
470           module will be called adv7393.
471
472 config VIDEO_ADV7511
473         tristate "Analog Devices ADV7511 encoder"
474         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
475         select HDMI
476         ---help---
477           Support for the Analog Devices ADV7511 video encoder.
478
479           This is a Analog Devices HDMI transmitter.
480
481           To compile this driver as a module, choose M here: the
482           module will be called adv7511.
483
484 config VIDEO_ADV7511_CEC
485         bool "Enable Analog Devices ADV7511 CEC support"
486         depends on VIDEO_ADV7511 && CEC_CORE
487         ---help---
488           When selected the adv7511 will support the optional
489           HDMI CEC feature.
490
491 config VIDEO_AD9389B
492         tristate "Analog Devices AD9389B encoder"
493         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
494         ---help---
495           Support for the Analog Devices AD9389B video encoder.
496
497           This is a Analog Devices HDMI transmitter.
498
499           To compile this driver as a module, choose M here: the
500           module will be called ad9389b.
501
502 config VIDEO_AK881X
503         tristate "AK8813/AK8814 video encoders"
504         depends on I2C
505         help
506           Video output driver for AKM AK8813 and AK8814 TV encoders
507
508 config VIDEO_THS8200
509         tristate "Texas Instruments THS8200 video encoder"
510         depends on VIDEO_V4L2 && I2C
511         ---help---
512           Support for the Texas Instruments THS8200 video encoder.
513
514           To compile this driver as a module, choose M here: the
515           module will be called ths8200.
516
517 comment "Camera sensor devices"
518
519 config VIDEO_APTINA_PLL
520         tristate
521
522 config VIDEO_SMIAPP_PLL
523         tristate
524
525 config VIDEO_OV2640
526         tristate "OmniVision OV2640 sensor support"
527         depends on VIDEO_V4L2 && I2C
528         depends on MEDIA_CAMERA_SUPPORT
529         help
530           This is a Video4Linux2 sensor-level driver for the OmniVision
531           OV2640 camera.
532
533           To compile this driver as a module, choose M here: the
534           module will be called ov2640.
535
536 config VIDEO_OV2659
537         tristate "OmniVision OV2659 sensor support"
538         depends on VIDEO_V4L2 && I2C
539         depends on MEDIA_CAMERA_SUPPORT
540         select V4L2_FWNODE
541         ---help---
542           This is a Video4Linux2 sensor-level driver for the OmniVision
543           OV2659 camera.
544
545           To compile this driver as a module, choose M here: the
546           module will be called ov2659.
547
548 config VIDEO_OV5645
549         tristate "OmniVision OV5645 sensor support"
550         depends on OF
551         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
552         depends on MEDIA_CAMERA_SUPPORT
553         select V4L2_FWNODE
554         ---help---
555           This is a Video4Linux2 sensor-level driver for the OmniVision
556           OV5645 camera.
557
558           To compile this driver as a module, choose M here: the
559           module will be called ov5645.
560
561 config VIDEO_OV5647
562         tristate "OmniVision OV5647 sensor support"
563         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
564         depends on MEDIA_CAMERA_SUPPORT
565         select V4L2_FWNODE
566         ---help---
567           This is a Video4Linux2 sensor-level driver for the OmniVision
568           OV5647 camera.
569
570           To compile this driver as a module, choose M here: the
571           module will be called ov5647.
572
573 config VIDEO_OV7640
574         tristate "OmniVision OV7640 sensor support"
575         depends on I2C && VIDEO_V4L2
576         depends on MEDIA_CAMERA_SUPPORT
577         ---help---
578           This is a Video4Linux2 sensor-level driver for the OmniVision
579           OV7640 camera.
580
581           To compile this driver as a module, choose M here: the
582           module will be called ov7640.
583
584 config VIDEO_OV7670
585         tristate "OmniVision OV7670 sensor support"
586         depends on I2C && VIDEO_V4L2
587         depends on MEDIA_CAMERA_SUPPORT
588         ---help---
589           This is a Video4Linux2 sensor-level driver for the OmniVision
590           OV7670 VGA camera.  It currently only works with the M88ALP01
591           controller.
592
593 config VIDEO_OV9650
594         tristate "OmniVision OV9650/OV9652 sensor support"
595         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
596         ---help---
597           This is a V4L2 sensor-level driver for the Omnivision
598           OV9650 and OV9652 camera sensors.
599
600 config VIDEO_VS6624
601         tristate "ST VS6624 sensor support"
602         depends on VIDEO_V4L2 && I2C
603         depends on MEDIA_CAMERA_SUPPORT
604         ---help---
605           This is a Video4Linux2 sensor-level driver for the ST VS6624
606           camera.
607
608           To compile this driver as a module, choose M here: the
609           module will be called vs6624.
610
611 config VIDEO_MT9M032
612         tristate "MT9M032 camera sensor support"
613         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
614         depends on MEDIA_CAMERA_SUPPORT
615         select VIDEO_APTINA_PLL
616         ---help---
617           This driver supports MT9M032 camera sensors from Aptina, monochrome
618           models only.
619
620 config VIDEO_MT9M111
621         tristate "mt9m111, mt9m112 and mt9m131 support"
622         depends on I2C && VIDEO_V4L2
623         help
624           This driver supports MT9M111, MT9M112 and MT9M131 cameras from
625           Micron/Aptina
626
627 config VIDEO_MT9P031
628         tristate "Aptina MT9P031 support"
629         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
630         depends on MEDIA_CAMERA_SUPPORT
631         select VIDEO_APTINA_PLL
632         ---help---
633           This is a Video4Linux2 sensor-level driver for the Aptina
634           (Micron) mt9p031 5 Mpixel camera.
635
636 config VIDEO_MT9T001
637         tristate "Aptina MT9T001 support"
638         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
639         depends on MEDIA_CAMERA_SUPPORT
640         ---help---
641           This is a Video4Linux2 sensor-level driver for the Aptina
642           (Micron) mt0t001 3 Mpixel camera.
643
644 config VIDEO_MT9V011
645         tristate "Micron mt9v011 sensor support"
646         depends on I2C && VIDEO_V4L2
647         depends on MEDIA_CAMERA_SUPPORT
648         ---help---
649           This is a Video4Linux2 sensor-level driver for the Micron
650           mt0v011 1.3 Mpixel camera.  It currently only works with the
651           em28xx driver.
652
653 config VIDEO_MT9V032
654         tristate "Micron MT9V032 sensor support"
655         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
656         depends on MEDIA_CAMERA_SUPPORT
657         select REGMAP_I2C
658         select V4L2_FWNODE
659         ---help---
660           This is a Video4Linux2 sensor-level driver for the Micron
661           MT9V032 752x480 CMOS sensor.
662
663 config VIDEO_SR030PC30
664         tristate "Siliconfile SR030PC30 sensor support"
665         depends on I2C && VIDEO_V4L2
666         depends on MEDIA_CAMERA_SUPPORT
667         ---help---
668           This driver supports SR030PC30 VGA camera from Siliconfile
669
670 config VIDEO_NOON010PC30
671         tristate "Siliconfile NOON010PC30 sensor support"
672         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
673         depends on MEDIA_CAMERA_SUPPORT
674         ---help---
675           This driver supports NOON010PC30 CIF camera from Siliconfile
676
677 source "drivers/media/i2c/m5mols/Kconfig"
678
679 config VIDEO_S5K6AA
680         tristate "Samsung S5K6AAFX sensor support"
681         depends on MEDIA_CAMERA_SUPPORT
682         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
683         ---help---
684           This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
685           camera sensor with an embedded SoC image signal processor.
686
687 config VIDEO_S5K6A3
688         tristate "Samsung S5K6A3 sensor support"
689         depends on MEDIA_CAMERA_SUPPORT
690         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
691         ---help---
692           This is a V4L2 sensor-level driver for Samsung S5K6A3 raw
693           camera sensor.
694
695 config VIDEO_S5K4ECGX
696         tristate "Samsung S5K4ECGX sensor support"
697         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
698         select CRC32
699         ---help---
700           This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
701           camera sensor with an embedded SoC image signal processor.
702
703 config VIDEO_S5K5BAF
704         tristate "Samsung S5K5BAF sensor support"
705         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
706         select V4L2_FWNODE
707         ---help---
708           This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M
709           camera sensor with an embedded SoC image signal processor.
710
711 source "drivers/media/i2c/smiapp/Kconfig"
712 source "drivers/media/i2c/et8ek8/Kconfig"
713
714 config VIDEO_S5C73M3
715         tristate "Samsung S5C73M3 sensor support"
716         depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
717         select V4L2_FWNODE
718         ---help---
719           This is a V4L2 sensor-level driver for Samsung S5C73M3
720           8 Mpixel camera.
721
722 comment "Flash devices"
723
724 config VIDEO_ADP1653
725         tristate "ADP1653 flash support"
726         depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
727         depends on MEDIA_CAMERA_SUPPORT
728         ---help---
729           This is a driver for the ADP1653 flash controller. It is used for
730           example in Nokia N900.
731
732 config VIDEO_AS3645A
733         tristate "AS3645A flash driver support"
734         depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
735         depends on MEDIA_CAMERA_SUPPORT
736         ---help---
737           This is a driver for the AS3645A and LM3555 flash controllers. It has
738           build in control for flash, torch and indicator LEDs.
739
740 config VIDEO_LM3560
741         tristate "LM3560 dual flash driver support"
742         depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
743         depends on MEDIA_CAMERA_SUPPORT
744         select REGMAP_I2C
745         ---help---
746           This is a driver for the lm3560 dual flash controllers. It controls
747           flash, torch LEDs.
748
749 config VIDEO_LM3646
750         tristate "LM3646 dual flash driver support"
751         depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
752         depends on MEDIA_CAMERA_SUPPORT
753         select REGMAP_I2C
754         ---help---
755           This is a driver for the lm3646 dual flash controllers. It controls
756           flash, torch LEDs.
757
758 comment "Video improvement chips"
759
760 config VIDEO_UPD64031A
761         tristate "NEC Electronics uPD64031A Ghost Reduction"
762         depends on VIDEO_V4L2 && I2C
763         ---help---
764           Support for the NEC Electronics uPD64031A Ghost Reduction
765           video chip. It is most often found in NTSC TV cards made for
766           Japan and is used to reduce the 'ghosting' effect that can
767           be present in analog TV broadcasts.
768
769           To compile this driver as a module, choose M here: the
770           module will be called upd64031a.
771
772 config VIDEO_UPD64083
773         tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
774         depends on VIDEO_V4L2 && I2C
775         ---help---
776           Support for the NEC Electronics uPD64083 3-Dimensional Y/C
777           separation video chip. It is used to improve the quality of
778           the colors of a composite signal.
779
780           To compile this driver as a module, choose M here: the
781           module will be called upd64083.
782
783 comment "Audio/Video compression chips"
784
785 config VIDEO_SAA6752HS
786         tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
787         depends on VIDEO_V4L2 && I2C
788         select CRC32
789         ---help---
790           Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
791           audio encoder with multiplexer.
792
793           To compile this driver as a module, choose M here: the
794           module will be called saa6752hs.
795
796 comment "Miscellaneous helper chips"
797
798 config VIDEO_THS7303
799         tristate "THS7303/53 Video Amplifier"
800         depends on VIDEO_V4L2 && I2C
801         help
802           Support for TI THS7303/53 video amplifier
803
804           To compile this driver as a module, choose M here: the
805           module will be called ths7303.
806
807 config VIDEO_M52790
808         tristate "Mitsubishi M52790 A/V switch"
809         depends on VIDEO_V4L2 && I2C
810         ---help---
811          Support for the Mitsubishi M52790 A/V switch.
812
813          To compile this driver as a module, choose M here: the
814          module will be called m52790.
815 endmenu
816
817 menu "Sensors used on soc_camera driver"
818
819 if SOC_CAMERA
820         source "drivers/media/i2c/soc_camera/Kconfig"
821 endif
822
823 endmenu
824
825 endif