GNU Linux-libre 4.19.264-gnu1
[releases.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_TDA1997X
60         tristate "NXP TDA1997x HDMI receiver"
61         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
62         depends on SND_SOC
63         select HDMI
64         select SND_PCM
65         select V4L2_FWNODE
66         ---help---
67           V4L2 subdevice driver for the NXP TDA1997x HDMI receivers.
68
69           To compile this driver as a module, choose M here: the
70           module will be called tda1997x.
71
72 config VIDEO_TEA6415C
73         tristate "Philips TEA6415C audio processor"
74         depends on I2C
75         ---help---
76           Support for tea6415c audio decoder chip found on some bt8xx boards.
77
78           To compile this driver as a module, choose M here: the
79           module will be called tea6415c.
80
81 config VIDEO_TEA6420
82         tristate "Philips TEA6420 audio processor"
83         depends on I2C
84         ---help---
85           Support for tea6420 audio decoder chip found on some bt8xx boards.
86
87           To compile this driver as a module, choose M here: the
88           module will be called tea6420.
89
90 config VIDEO_MSP3400
91         tristate "Micronas MSP34xx audio decoders"
92         depends on VIDEO_V4L2 && I2C
93         ---help---
94           Support for the Micronas MSP34xx series of audio decoders.
95
96           To compile this driver as a module, choose M here: the
97           module will be called msp3400.
98
99 config VIDEO_CS3308
100         tristate "Cirrus Logic CS3308 audio ADC"
101         depends on VIDEO_V4L2 && I2C
102         ---help---
103           Support for the Cirrus Logic CS3308 High Performance 8-Channel
104           Analog Volume Control
105
106           To compile this driver as a module, choose M here: the
107           module will be called cs3308.
108
109 config VIDEO_CS5345
110         tristate "Cirrus Logic CS5345 audio ADC"
111         depends on VIDEO_V4L2 && I2C
112         ---help---
113           Support for the Cirrus Logic CS5345 24-bit, 192 kHz
114           stereo A/D converter.
115
116           To compile this driver as a module, choose M here: the
117           module will be called cs5345.
118
119 config VIDEO_CS53L32A
120         tristate "Cirrus Logic CS53L32A audio ADC"
121         depends on VIDEO_V4L2 && I2C
122         ---help---
123           Support for the Cirrus Logic CS53L32A low voltage
124           stereo A/D converter.
125
126           To compile this driver as a module, choose M here: the
127           module will be called cs53l32a.
128
129 config VIDEO_TLV320AIC23B
130         tristate "Texas Instruments TLV320AIC23B audio codec"
131         depends on VIDEO_V4L2 && I2C
132         ---help---
133           Support for the Texas Instruments TLV320AIC23B audio codec.
134
135           To compile this driver as a module, choose M here: the
136           module will be called tlv320aic23b.
137
138 config VIDEO_UDA1342
139         tristate "Philips UDA1342 audio codec"
140         depends on VIDEO_V4L2 && I2C
141         ---help---
142           Support for the Philips UDA1342 audio codec.
143
144           To compile this driver as a module, choose M here: the
145           module will be called uda1342.
146
147 config VIDEO_WM8775
148         tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
149         depends on VIDEO_V4L2 && I2C
150         ---help---
151           Support for the Wolfson Microelectronics WM8775 high
152           performance stereo A/D Converter with a 4 channel input mixer.
153
154           To compile this driver as a module, choose M here: the
155           module will be called wm8775.
156
157 config VIDEO_WM8739
158         tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
159         depends on VIDEO_V4L2 && I2C
160         ---help---
161           Support for the Wolfson Microelectronics WM8739
162           stereo A/D Converter.
163
164           To compile this driver as a module, choose M here: the
165           module will be called wm8739.
166
167 config VIDEO_VP27SMPX
168         tristate "Panasonic VP27's internal MPX"
169         depends on VIDEO_V4L2 && I2C
170         ---help---
171           Support for the internal MPX of the Panasonic VP27s tuner.
172
173           To compile this driver as a module, choose M here: the
174           module will be called vp27smpx.
175
176 config VIDEO_SONY_BTF_MPX
177         tristate "Sony BTF's internal MPX"
178         depends on VIDEO_V4L2 && I2C
179         help
180           Support for the internal MPX of the Sony BTF-PG472Z tuner.
181
182           To compile this driver as a module, choose M here: the
183           module will be called sony-btf-mpx.
184
185 comment "RDS decoders"
186
187 config VIDEO_SAA6588
188         tristate "SAA6588 Radio Chip RDS decoder support"
189         depends on VIDEO_V4L2 && I2C
190
191         help
192           Support for this Radio Data System (RDS) decoder. This allows
193           seeing radio station identification transmitted using this
194           standard.
195
196           To compile this driver as a module, choose M here: the
197           module will be called saa6588.
198
199 comment "Video decoders"
200
201 config VIDEO_ADV7180
202         tristate "Analog Devices ADV7180 decoder"
203         depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
204         ---help---
205           Support for the Analog Devices ADV7180 video decoder.
206
207           To compile this driver as a module, choose M here: the
208           module will be called adv7180.
209
210 config VIDEO_ADV7183
211         tristate "Analog Devices ADV7183 decoder"
212         depends on VIDEO_V4L2 && I2C
213         ---help---
214           V4l2 subdevice driver for the Analog Devices
215           ADV7183 video decoder.
216
217           To compile this driver as a module, choose M here: the
218           module will be called adv7183.
219
220 config VIDEO_ADV748X
221         tristate "Analog Devices ADV748x decoder"
222         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
223         depends on OF
224         select REGMAP_I2C
225         ---help---
226           V4L2 subdevice driver for the Analog Devices
227           ADV7481 and ADV7482 HDMI/Analog video decoders.
228
229           To compile this driver as a module, choose M here: the
230           module will be called adv748x.
231
232 config VIDEO_ADV7604
233         tristate "Analog Devices ADV7604 decoder"
234         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
235         depends on GPIOLIB || COMPILE_TEST
236         select HDMI
237         select V4L2_FWNODE
238         ---help---
239           Support for the Analog Devices ADV7604 video decoder.
240
241           This is a Analog Devices Component/Graphics Digitizer
242           with 4:1 Multiplexed HDMI Receiver.
243
244           To compile this driver as a module, choose M here: the
245           module will be called adv7604.
246
247 config VIDEO_ADV7604_CEC
248         bool "Enable Analog Devices ADV7604 CEC support"
249         depends on VIDEO_ADV7604
250         select CEC_CORE
251         ---help---
252           When selected the adv7604 will support the optional
253           HDMI CEC feature.
254
255 config VIDEO_ADV7842
256         tristate "Analog Devices ADV7842 decoder"
257         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
258         select HDMI
259         ---help---
260           Support for the Analog Devices ADV7842 video decoder.
261
262           This is a Analog Devices Component/Graphics/SD Digitizer
263           with 2:1 Multiplexed HDMI Receiver.
264
265           To compile this driver as a module, choose M here: the
266           module will be called adv7842.
267
268 config VIDEO_ADV7842_CEC
269         bool "Enable Analog Devices ADV7842 CEC support"
270         depends on VIDEO_ADV7842
271         select CEC_CORE
272         ---help---
273           When selected the adv7842 will support the optional
274           HDMI CEC feature.
275
276 config VIDEO_BT819
277         tristate "BT819A VideoStream decoder"
278         depends on VIDEO_V4L2 && I2C
279         ---help---
280           Support for BT819A video decoder.
281
282           To compile this driver as a module, choose M here: the
283           module will be called bt819.
284
285 config VIDEO_BT856
286         tristate "BT856 VideoStream decoder"
287         depends on VIDEO_V4L2 && I2C
288         ---help---
289           Support for BT856 video decoder.
290
291           To compile this driver as a module, choose M here: the
292           module will be called bt856.
293
294 config VIDEO_BT866
295         tristate "BT866 VideoStream decoder"
296         depends on VIDEO_V4L2 && I2C
297         ---help---
298           Support for BT866 video decoder.
299
300           To compile this driver as a module, choose M here: the
301           module will be called bt866.
302
303 config VIDEO_KS0127
304         tristate "KS0127 video decoder"
305         depends on VIDEO_V4L2 && I2C
306         ---help---
307           Support for KS0127 video decoder.
308
309           This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
310           cards.
311
312           To compile this driver as a module, choose M here: the
313           module will be called ks0127.
314
315 config VIDEO_ML86V7667
316         tristate "OKI ML86V7667 video decoder"
317         depends on VIDEO_V4L2 && I2C
318         ---help---
319           Support for the OKI Semiconductor ML86V7667 video decoder.
320
321           To compile this driver as a module, choose M here: the
322           module will be called ml86v7667.
323
324 config VIDEO_AD5820
325         tristate "AD5820 lens voice coil support"
326         depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
327         ---help---
328           This is a driver for the AD5820 camera lens voice coil.
329           It is used for example in Nokia N900 (RX-51).
330
331 config VIDEO_AK7375
332         tristate "AK7375 lens voice coil support"
333         depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
334         depends on VIDEO_V4L2_SUBDEV_API
335         help
336           This is a driver for the AK7375 camera lens voice coil.
337           AK7375 is a 12 bit DAC with 120mA output current sink
338           capability. This is designed for linear control of
339           voice coil motors, controlled via I2C serial interface.
340
341 config VIDEO_DW9714
342         tristate "DW9714 lens voice coil support"
343         depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
344         depends on VIDEO_V4L2_SUBDEV_API
345         ---help---
346           This is a driver for the DW9714 camera lens voice coil.
347           DW9714 is a 10 bit DAC with 120mA output current sink
348           capability. This is designed for linear control of
349           voice coil motors, controlled via I2C serial interface.
350
351 config VIDEO_DW9807_VCM
352         tristate "DW9807 lens voice coil support"
353         depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
354         depends on VIDEO_V4L2_SUBDEV_API
355         ---help---
356           This is a driver for the DW9807 camera lens voice coil.
357           DW9807 is a 10 bit DAC with 100mA output current sink
358           capability. This is designed for linear control of
359           voice coil motors, controlled via I2C serial interface.
360
361 config VIDEO_SAA7110
362         tristate "Philips SAA7110 video decoder"
363         depends on VIDEO_V4L2 && I2C
364         ---help---
365           Support for the Philips SAA7110 video decoders.
366
367           To compile this driver as a module, choose M here: the
368           module will be called saa7110.
369
370 config VIDEO_SAA711X
371         tristate "Philips SAA7111/3/4/5 video decoders"
372         depends on VIDEO_V4L2 && I2C
373         ---help---
374           Support for the Philips SAA7111/3/4/5 video decoders.
375
376           To compile this driver as a module, choose M here: the
377           module will be called saa7115.
378
379 config VIDEO_TC358743
380         tristate "Toshiba TC358743 decoder"
381         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
382         select HDMI
383         select V4L2_FWNODE
384         ---help---
385           Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
386
387           To compile this driver as a module, choose M here: the
388           module will be called tc358743.
389
390 config VIDEO_TC358743_CEC
391         bool "Enable Toshiba TC358743 CEC support"
392         depends on VIDEO_TC358743
393         select CEC_CORE
394         ---help---
395           When selected the tc358743 will support the optional
396           HDMI CEC feature.
397
398 config VIDEO_TVP514X
399         tristate "Texas Instruments TVP514x video decoder"
400         depends on VIDEO_V4L2 && I2C
401         select V4L2_FWNODE
402         ---help---
403           This is a Video4Linux2 sensor driver for the TI TVP5146/47
404           decoder. It is currently working with the TI OMAP3 camera
405           controller.
406
407           To compile this driver as a module, choose M here: the
408           module will be called tvp514x.
409
410 config VIDEO_TVP5150
411         tristate "Texas Instruments TVP5150 video decoder"
412         depends on VIDEO_V4L2 && I2C
413         select V4L2_FWNODE
414         ---help---
415           Support for the Texas Instruments TVP5150 video decoder.
416
417           To compile this driver as a module, choose M here: the
418           module will be called tvp5150.
419
420 config VIDEO_TVP7002
421         tristate "Texas Instruments TVP7002 video decoder"
422         depends on VIDEO_V4L2 && I2C
423         select V4L2_FWNODE
424         ---help---
425           Support for the Texas Instruments TVP7002 video decoder.
426
427           To compile this driver as a module, choose M here: the
428           module will be called tvp7002.
429
430 config VIDEO_TW2804
431         tristate "Techwell TW2804 multiple video decoder"
432         depends on VIDEO_V4L2 && I2C
433         ---help---
434           Support for the Techwell tw2804 multiple video decoder.
435
436           To compile this driver as a module, choose M here: the
437           module will be called tw2804.
438
439 config VIDEO_TW9903
440         tristate "Techwell TW9903 video decoder"
441         depends on VIDEO_V4L2 && I2C
442         ---help---
443           Support for the Techwell tw9903 multi-standard video decoder
444           with high quality down scaler.
445
446           To compile this driver as a module, choose M here: the
447           module will be called tw9903.
448
449 config VIDEO_TW9906
450         tristate "Techwell TW9906 video decoder"
451         depends on VIDEO_V4L2 && I2C
452         ---help---
453           Support for the Techwell tw9906 enhanced multi-standard comb filter
454           video decoder with YCbCr input support.
455
456           To compile this driver as a module, choose M here: the
457           module will be called tw9906.
458
459 config VIDEO_TW9910
460         tristate "Techwell TW9910 video decoder"
461         depends on VIDEO_V4L2 && I2C
462         ---help---
463           Support for Techwell TW9910 NTSC/PAL/SECAM video decoder.
464
465           To compile this driver as a module, choose M here: the
466           module will be called tw9910.
467
468 config VIDEO_VPX3220
469         tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
470         depends on VIDEO_V4L2 && I2C
471         ---help---
472           Support for VPX322x video decoders.
473
474           To compile this driver as a module, choose M here: the
475           module will be called vpx3220.
476
477 comment "Video and audio decoders"
478
479 config VIDEO_SAA717X
480         tristate "Philips SAA7171/3/4 audio/video decoders"
481         depends on VIDEO_V4L2 && I2C
482         ---help---
483           Support for the Philips SAA7171/3/4 audio/video decoders.
484
485           To compile this driver as a module, choose M here: the
486           module will be called saa717x.
487
488 source "drivers/media/i2c/cx25840/Kconfig"
489
490 comment "Video encoders"
491
492 config VIDEO_SAA7127
493         tristate "Philips SAA7127/9 digital video encoders"
494         depends on VIDEO_V4L2 && I2C
495         ---help---
496           Support for the Philips SAA7127/9 digital video encoders.
497
498           To compile this driver as a module, choose M here: the
499           module will be called saa7127.
500
501 config VIDEO_SAA7185
502         tristate "Philips SAA7185 video encoder"
503         depends on VIDEO_V4L2 && I2C
504         ---help---
505           Support for the Philips SAA7185 video encoder.
506
507           To compile this driver as a module, choose M here: the
508           module will be called saa7185.
509
510 config VIDEO_ADV7170
511         tristate "Analog Devices ADV7170 video encoder"
512         depends on VIDEO_V4L2 && I2C
513         ---help---
514           Support for the Analog Devices ADV7170 video encoder driver
515
516           To compile this driver as a module, choose M here: the
517           module will be called adv7170.
518
519 config VIDEO_ADV7175
520         tristate "Analog Devices ADV7175 video encoder"
521         depends on VIDEO_V4L2 && I2C
522         ---help---
523           Support for the Analog Devices ADV7175 video encoder driver
524
525           To compile this driver as a module, choose M here: the
526           module will be called adv7175.
527
528 config VIDEO_ADV7343
529         tristate "ADV7343 video encoder"
530         depends on I2C
531         help
532           Support for Analog Devices I2C bus based ADV7343 encoder.
533
534           To compile this driver as a module, choose M here: the
535           module will be called adv7343.
536
537 config VIDEO_ADV7393
538         tristate "ADV7393 video encoder"
539         depends on I2C
540         help
541           Support for Analog Devices I2C bus based ADV7393 encoder.
542
543           To compile this driver as a module, choose M here: the
544           module will be called adv7393.
545
546 config VIDEO_ADV7511
547         tristate "Analog Devices ADV7511 encoder"
548         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
549         select HDMI
550         ---help---
551           Support for the Analog Devices ADV7511 video encoder.
552
553           This is a Analog Devices HDMI transmitter.
554
555           To compile this driver as a module, choose M here: the
556           module will be called adv7511.
557
558 config VIDEO_ADV7511_CEC
559         bool "Enable Analog Devices ADV7511 CEC support"
560         depends on VIDEO_ADV7511
561         select CEC_CORE
562         ---help---
563           When selected the adv7511 will support the optional
564           HDMI CEC feature.
565
566 config VIDEO_AD9389B
567         tristate "Analog Devices AD9389B encoder"
568         depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
569         ---help---
570           Support for the Analog Devices AD9389B video encoder.
571
572           This is a Analog Devices HDMI transmitter.
573
574           To compile this driver as a module, choose M here: the
575           module will be called ad9389b.
576
577 config VIDEO_AK881X
578         tristate "AK8813/AK8814 video encoders"
579         depends on I2C
580         help
581           Video output driver for AKM AK8813 and AK8814 TV encoders
582
583 config VIDEO_THS8200
584         tristate "Texas Instruments THS8200 video encoder"
585         depends on VIDEO_V4L2 && I2C
586         ---help---
587           Support for the Texas Instruments THS8200 video encoder.
588
589           To compile this driver as a module, choose M here: the
590           module will be called ths8200.
591
592 comment "Camera sensor devices"
593
594 config VIDEO_APTINA_PLL
595         tristate
596
597 config VIDEO_SMIAPP_PLL
598         tristate
599
600 config VIDEO_IMX258
601         tristate "Sony IMX258 sensor support"
602         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
603         depends on MEDIA_CAMERA_SUPPORT
604         ---help---
605           This is a Video4Linux2 sensor driver for the Sony
606           IMX258 camera.
607
608           To compile this driver as a module, choose M here: the
609           module will be called imx258.
610
611 config VIDEO_IMX274
612         tristate "Sony IMX274 sensor support"
613         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
614         depends on MEDIA_CAMERA_SUPPORT
615         select REGMAP_I2C
616         ---help---
617           This is a V4L2 sensor driver for the Sony IMX274
618           CMOS image sensor.
619
620 config VIDEO_OV2640
621         tristate "OmniVision OV2640 sensor support"
622         depends on VIDEO_V4L2 && I2C
623         depends on MEDIA_CAMERA_SUPPORT
624         help
625           This is a Video4Linux2 sensor driver for the OmniVision
626           OV2640 camera.
627
628           To compile this driver as a module, choose M here: the
629           module will be called ov2640.
630
631 config VIDEO_OV2659
632         tristate "OmniVision OV2659 sensor support"
633         depends on VIDEO_V4L2 && I2C
634         depends on MEDIA_CAMERA_SUPPORT
635         select V4L2_FWNODE
636         ---help---
637           This is a Video4Linux2 sensor driver for the OmniVision
638           OV2659 camera.
639
640           To compile this driver as a module, choose M here: the
641           module will be called ov2659.
642
643 config VIDEO_OV2680
644         tristate "OmniVision OV2680 sensor support"
645         depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER
646         depends on MEDIA_CAMERA_SUPPORT
647         select V4L2_FWNODE
648         ---help---
649           This is a Video4Linux2 sensor driver for the OmniVision
650           OV2680 camera.
651
652           To compile this driver as a module, choose M here: the
653           module will be called ov2680.
654
655 config VIDEO_OV2685
656         tristate "OmniVision OV2685 sensor support"
657         depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER
658         depends on MEDIA_CAMERA_SUPPORT
659         select V4L2_FWNODE
660         ---help---
661           This is a Video4Linux2 sensor driver for the OmniVision
662           OV2685 camera.
663
664           To compile this driver as a module, choose M here: the
665           module will be called ov2685.
666
667 config VIDEO_OV5640
668         tristate "OmniVision OV5640 sensor support"
669         depends on OF
670         depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
671         depends on MEDIA_CAMERA_SUPPORT
672         select V4L2_FWNODE
673         ---help---
674           This is a Video4Linux2 sensor driver for the Omnivision
675           OV5640 camera sensor with a MIPI CSI-2 interface.
676
677 config VIDEO_OV5645
678         tristate "OmniVision OV5645 sensor support"
679         depends on OF
680         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
681         depends on MEDIA_CAMERA_SUPPORT
682         select V4L2_FWNODE
683         ---help---
684           This is a Video4Linux2 sensor driver for the OmniVision
685           OV5645 camera.
686
687           To compile this driver as a module, choose M here: the
688           module will be called ov5645.
689
690 config VIDEO_OV5647
691         tristate "OmniVision OV5647 sensor support"
692         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
693         depends on MEDIA_CAMERA_SUPPORT
694         select V4L2_FWNODE
695         ---help---
696           This is a Video4Linux2 sensor driver for the OmniVision
697           OV5647 camera.
698
699           To compile this driver as a module, choose M here: the
700           module will be called ov5647.
701
702 config VIDEO_OV6650
703         tristate "OmniVision OV6650 sensor support"
704         depends on I2C && VIDEO_V4L2
705         depends on MEDIA_CAMERA_SUPPORT
706         ---help---
707           This is a Video4Linux2 sensor driver for the OmniVision
708           OV6650 camera.
709
710           To compile this driver as a module, choose M here: the
711           module will be called ov6650.
712
713 config VIDEO_OV5670
714         tristate "OmniVision OV5670 sensor support"
715         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
716         depends on MEDIA_CAMERA_SUPPORT
717         depends on MEDIA_CONTROLLER
718         select V4L2_FWNODE
719         ---help---
720           This is a Video4Linux2 sensor driver for the OmniVision
721           OV5670 camera.
722
723           To compile this driver as a module, choose M here: the
724           module will be called ov5670.
725
726 config VIDEO_OV5695
727         tristate "OmniVision OV5695 sensor support"
728         depends on I2C && VIDEO_V4L2
729         depends on MEDIA_CAMERA_SUPPORT
730         ---help---
731           This is a Video4Linux2 sensor driver for the OmniVision
732           OV5695 camera.
733
734           To compile this driver as a module, choose M here: the
735           module will be called ov5695.
736
737 config VIDEO_OV7251
738         tristate "OmniVision OV7251 sensor support"
739         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
740         depends on MEDIA_CAMERA_SUPPORT
741         select V4L2_FWNODE
742         help
743           This is a Video4Linux2 sensor driver for the OmniVision
744           OV7251 camera.
745
746           To compile this driver as a module, choose M here: the
747           module will be called ov7251.
748
749 config VIDEO_OV772X
750         tristate "OmniVision OV772x sensor support"
751         depends on I2C && VIDEO_V4L2
752         depends on MEDIA_CAMERA_SUPPORT
753         ---help---
754           This is a Video4Linux2 sensor driver for the OmniVision
755           OV772x camera.
756
757           To compile this driver as a module, choose M here: the
758           module will be called ov772x.
759
760 config VIDEO_OV7640
761         tristate "OmniVision OV7640 sensor support"
762         depends on I2C && VIDEO_V4L2
763         depends on MEDIA_CAMERA_SUPPORT
764         ---help---
765           This is a Video4Linux2 sensor driver for the OmniVision
766           OV7640 camera.
767
768           To compile this driver as a module, choose M here: the
769           module will be called ov7640.
770
771 config VIDEO_OV7670
772         tristate "OmniVision OV7670 sensor support"
773         depends on I2C && VIDEO_V4L2
774         depends on MEDIA_CAMERA_SUPPORT
775         select V4L2_FWNODE
776         ---help---
777           This is a Video4Linux2 sensor driver for the OmniVision
778           OV7670 VGA camera.  It currently only works with the M88ALP01
779           controller.
780
781 config VIDEO_OV7740
782         tristate "OmniVision OV7740 sensor support"
783         depends on I2C && VIDEO_V4L2
784         depends on MEDIA_CAMERA_SUPPORT
785         ---help---
786           This is a Video4Linux2 sensor driver for the OmniVision
787           OV7740 VGA camera sensor.
788
789 config VIDEO_OV9650
790         tristate "OmniVision OV9650/OV9652 sensor support"
791         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
792         ---help---
793           This is a V4L2 sensor driver for the Omnivision
794           OV9650 and OV9652 camera sensors.
795
796 config VIDEO_OV13858
797         tristate "OmniVision OV13858 sensor support"
798         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
799         depends on MEDIA_CAMERA_SUPPORT
800         select V4L2_FWNODE
801         ---help---
802           This is a Video4Linux2 sensor driver for the OmniVision
803           OV13858 camera.
804
805 config VIDEO_VS6624
806         tristate "ST VS6624 sensor support"
807         depends on VIDEO_V4L2 && I2C
808         depends on MEDIA_CAMERA_SUPPORT
809         ---help---
810           This is a Video4Linux2 sensor driver for the ST VS6624
811           camera.
812
813           To compile this driver as a module, choose M here: the
814           module will be called vs6624.
815
816 config VIDEO_MT9M032
817         tristate "MT9M032 camera sensor support"
818         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
819         depends on MEDIA_CAMERA_SUPPORT
820         select VIDEO_APTINA_PLL
821         ---help---
822           This driver supports MT9M032 camera sensors from Aptina, monochrome
823           models only.
824
825 config VIDEO_MT9M111
826         tristate "mt9m111, mt9m112 and mt9m131 support"
827         depends on I2C && VIDEO_V4L2
828         help
829           This driver supports MT9M111, MT9M112 and MT9M131 cameras from
830           Micron/Aptina
831
832 config VIDEO_MT9P031
833         tristate "Aptina MT9P031 support"
834         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
835         depends on MEDIA_CAMERA_SUPPORT
836         select VIDEO_APTINA_PLL
837         ---help---
838           This is a Video4Linux2 sensor driver for the Aptina
839           (Micron) mt9p031 5 Mpixel camera.
840
841 config VIDEO_MT9T001
842         tristate "Aptina MT9T001 support"
843         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
844         depends on MEDIA_CAMERA_SUPPORT
845         ---help---
846           This is a Video4Linux2 sensor driver for the Aptina
847           (Micron) mt0t001 3 Mpixel camera.
848
849 config VIDEO_MT9T112
850         tristate "Aptina MT9T111/MT9T112 support"
851         depends on I2C && VIDEO_V4L2
852         depends on MEDIA_CAMERA_SUPPORT
853         ---help---
854           This is a Video4Linux2 sensor driver for the Aptina
855           (Micron) MT9T111 and MT9T112 3 Mpixel camera.
856
857           To compile this driver as a module, choose M here: the
858           module will be called mt9t112.
859
860 config VIDEO_MT9V011
861         tristate "Micron mt9v011 sensor support"
862         depends on I2C && VIDEO_V4L2
863         depends on MEDIA_CAMERA_SUPPORT
864         ---help---
865           This is a Video4Linux2 sensor driver for the Micron
866           mt0v011 1.3 Mpixel camera.  It currently only works with the
867           em28xx driver.
868
869 config VIDEO_MT9V032
870         tristate "Micron MT9V032 sensor support"
871         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
872         depends on MEDIA_CAMERA_SUPPORT
873         select REGMAP_I2C
874         select V4L2_FWNODE
875         ---help---
876           This is a Video4Linux2 sensor driver for the Micron
877           MT9V032 752x480 CMOS sensor.
878
879 config VIDEO_MT9V111
880         tristate "Aptina MT9V111 sensor support"
881         depends on I2C && VIDEO_V4L2
882         depends on MEDIA_CAMERA_SUPPORT
883         help
884           This is a Video4Linux2 sensor driver for the Aptina/Micron
885           MT9V111 sensor.
886
887           To compile this driver as a module, choose M here: the
888           module will be called mt9v111.
889
890 config VIDEO_SR030PC30
891         tristate "Siliconfile SR030PC30 sensor support"
892         depends on I2C && VIDEO_V4L2
893         depends on MEDIA_CAMERA_SUPPORT
894         ---help---
895           This driver supports SR030PC30 VGA camera from Siliconfile
896
897 config VIDEO_NOON010PC30
898         tristate "Siliconfile NOON010PC30 sensor support"
899         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
900         depends on MEDIA_CAMERA_SUPPORT
901         ---help---
902           This driver supports NOON010PC30 CIF camera from Siliconfile
903
904 source "drivers/media/i2c/m5mols/Kconfig"
905
906 config VIDEO_RJ54N1
907         tristate "Sharp RJ54N1CB0C sensor support"
908         depends on I2C && VIDEO_V4L2
909         depends on MEDIA_CAMERA_SUPPORT
910         help
911           This is a V4L2 sensor driver for Sharp RJ54N1CB0C CMOS image
912           sensor.
913
914           To compile this driver as a module, choose M here: the
915           module will be called rj54n1.
916
917 config VIDEO_S5K6AA
918         tristate "Samsung S5K6AAFX sensor support"
919         depends on MEDIA_CAMERA_SUPPORT
920         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
921         ---help---
922           This is a V4L2 sensor driver for Samsung S5K6AA(FX) 1.3M
923           camera sensor with an embedded SoC image signal processor.
924
925 config VIDEO_S5K6A3
926         tristate "Samsung S5K6A3 sensor support"
927         depends on MEDIA_CAMERA_SUPPORT
928         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
929         ---help---
930           This is a V4L2 sensor driver for Samsung S5K6A3 raw
931           camera sensor.
932
933 config VIDEO_S5K4ECGX
934         tristate "Samsung S5K4ECGX sensor support"
935         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
936         select CRC32
937         ---help---
938           This is a V4L2 sensor driver for Samsung S5K4ECGX 5M
939           camera sensor with an embedded SoC image signal processor.
940
941 config VIDEO_S5K5BAF
942         tristate "Samsung S5K5BAF sensor support"
943         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
944         select V4L2_FWNODE
945         ---help---
946           This is a V4L2 sensor driver for Samsung S5K5BAF 2M
947           camera sensor with an embedded SoC image signal processor.
948
949 source "drivers/media/i2c/smiapp/Kconfig"
950 source "drivers/media/i2c/et8ek8/Kconfig"
951
952 config VIDEO_S5C73M3
953         tristate "Samsung S5C73M3 sensor support"
954         depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
955         select V4L2_FWNODE
956         ---help---
957           This is a V4L2 sensor driver for Samsung S5C73M3
958           8 Mpixel camera.
959
960 comment "Flash devices"
961
962 config VIDEO_ADP1653
963         tristate "ADP1653 flash support"
964         depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
965         depends on MEDIA_CAMERA_SUPPORT
966         ---help---
967           This is a driver for the ADP1653 flash controller. It is used for
968           example in Nokia N900.
969
970 config VIDEO_LM3560
971         tristate "LM3560 dual flash driver support"
972         depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
973         depends on MEDIA_CAMERA_SUPPORT
974         select REGMAP_I2C
975         ---help---
976           This is a driver for the lm3560 dual flash controllers. It controls
977           flash, torch LEDs.
978
979 config VIDEO_LM3646
980         tristate "LM3646 dual flash driver support"
981         depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
982         depends on MEDIA_CAMERA_SUPPORT
983         select REGMAP_I2C
984         ---help---
985           This is a driver for the lm3646 dual flash controllers. It controls
986           flash, torch LEDs.
987
988 comment "Video improvement chips"
989
990 config VIDEO_UPD64031A
991         tristate "NEC Electronics uPD64031A Ghost Reduction"
992         depends on VIDEO_V4L2 && I2C
993         ---help---
994           Support for the NEC Electronics uPD64031A Ghost Reduction
995           video chip. It is most often found in NTSC TV cards made for
996           Japan and is used to reduce the 'ghosting' effect that can
997           be present in analog TV broadcasts.
998
999           To compile this driver as a module, choose M here: the
1000           module will be called upd64031a.
1001
1002 config VIDEO_UPD64083
1003         tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
1004         depends on VIDEO_V4L2 && I2C
1005         ---help---
1006           Support for the NEC Electronics uPD64083 3-Dimensional Y/C
1007           separation video chip. It is used to improve the quality of
1008           the colors of a composite signal.
1009
1010           To compile this driver as a module, choose M here: the
1011           module will be called upd64083.
1012
1013 comment "Audio/Video compression chips"
1014
1015 config VIDEO_SAA6752HS
1016         tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
1017         depends on VIDEO_V4L2 && I2C
1018         select CRC32
1019         ---help---
1020           Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
1021           audio encoder with multiplexer.
1022
1023           To compile this driver as a module, choose M here: the
1024           module will be called saa6752hs.
1025
1026 comment "SDR tuner chips"
1027
1028 config SDR_MAX2175
1029         tristate "Maxim 2175 RF to Bits tuner"
1030         depends on VIDEO_V4L2 && MEDIA_SDR_SUPPORT && I2C
1031         ---help---
1032           Support for Maxim 2175 tuner. It is an advanced analog/digital
1033           radio receiver with RF-to-Bits front-end designed for SDR solutions.
1034
1035           To compile this driver as a module, choose M here; the
1036           module will be called max2175.
1037
1038 comment "Miscellaneous helper chips"
1039
1040 config VIDEO_THS7303
1041         tristate "THS7303/53 Video Amplifier"
1042         depends on VIDEO_V4L2 && I2C
1043         help
1044           Support for TI THS7303/53 video amplifier
1045
1046           To compile this driver as a module, choose M here: the
1047           module will be called ths7303.
1048
1049 config VIDEO_M52790
1050         tristate "Mitsubishi M52790 A/V switch"
1051         depends on VIDEO_V4L2 && I2C
1052         ---help---
1053          Support for the Mitsubishi M52790 A/V switch.
1054
1055          To compile this driver as a module, choose M here: the
1056          module will be called m52790.
1057
1058 config VIDEO_I2C
1059         tristate "I2C transport video support"
1060         depends on VIDEO_V4L2 && I2C
1061         select VIDEOBUF2_VMALLOC
1062         imply HWMON
1063         ---help---
1064           Enable the I2C transport video support which supports the
1065           following:
1066            * Panasonic AMG88xx Grid-Eye Sensors
1067
1068           To compile this driver as a module, choose M here: the
1069           module will be called video-i2c
1070
1071 endmenu
1072
1073 menu "Sensors used on soc_camera driver"
1074
1075 if SOC_CAMERA
1076         source "drivers/media/i2c/soc_camera/Kconfig"
1077 endif
1078
1079 endmenu
1080
1081 endif