media: i2c: IMX296 camera sensor driver
[platform/kernel/linux-rpi.git] / drivers / media / i2c / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Multimedia Video device configuration
4 #
5
6 if VIDEO_V4L2
7
8 comment "IR I2C driver auto-selected by 'Autoselect ancillary drivers'"
9         depends on MEDIA_SUBDRV_AUTOSELECT && I2C && RC_CORE
10
11 config VIDEO_IR_I2C
12         tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT || EXPERT
13         depends on I2C && RC_CORE
14         default y
15         help
16           Most boards have an IR chip directly connected via GPIO. However,
17           some video boards have the IR connected via I2C bus.
18
19           If your board doesn't have an I2C IR chip, you may disable this
20           option.
21
22           In doubt, say Y.
23
24 #
25 # V4L2 I2C drivers that aren't related with Camera support
26 #
27
28 comment "audio, video and radio I2C drivers auto-selected by 'Autoselect ancillary drivers'"
29         depends on MEDIA_HIDE_ANCILLARY_SUBDRV
30 #
31 # Encoder / Decoder module configuration
32 #
33
34 menu "Audio decoders, processors and mixers"
35         visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
36
37 config VIDEO_TVAUDIO
38         tristate "Simple audio decoder chips"
39         depends on VIDEO_V4L2 && I2C
40         help
41           Support for several audio decoder chips found on some bt8xx boards:
42           Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
43                    tea6320, tea6420, tda8425, ta8874z.
44           Microchip: pic16c54 based design on ProVideo PV951 board.
45
46           To compile this driver as a module, choose M here: the
47           module will be called tvaudio.
48
49 config VIDEO_TDA7432
50         tristate "Philips TDA7432 audio processor"
51         depends on VIDEO_V4L2 && I2C
52         help
53           Support for tda7432 audio decoder chip found on some bt8xx boards.
54
55           To compile this driver as a module, choose M here: the
56           module will be called tda7432.
57
58 config VIDEO_TDA9840
59         tristate "Philips TDA9840 audio processor"
60         depends on I2C
61         help
62           Support for tda9840 audio decoder chip found on some Zoran boards.
63
64           To compile this driver as a module, choose M here: the
65           module will be called tda9840.
66
67 config VIDEO_TDA1997X
68         tristate "NXP TDA1997x HDMI receiver"
69         depends on VIDEO_V4L2 && I2C
70         depends on SND_SOC
71         select HDMI
72         select SND_PCM
73         select V4L2_FWNODE
74         select MEDIA_CONTROLLER
75         select VIDEO_V4L2_SUBDEV_API
76         help
77           V4L2 subdevice driver for the NXP TDA1997x HDMI receivers.
78
79           To compile this driver as a module, choose M here: the
80           module will be called tda1997x.
81
82 config VIDEO_TEA6415C
83         tristate "Philips TEA6415C audio processor"
84         depends on I2C
85         help
86           Support for tea6415c audio decoder chip found on some bt8xx boards.
87
88           To compile this driver as a module, choose M here: the
89           module will be called tea6415c.
90
91 config VIDEO_TEA6420
92         tristate "Philips TEA6420 audio processor"
93         depends on I2C
94         help
95           Support for tea6420 audio decoder chip found on some bt8xx boards.
96
97           To compile this driver as a module, choose M here: the
98           module will be called tea6420.
99
100 config VIDEO_MSP3400
101         tristate "Micronas MSP34xx audio decoders"
102         depends on VIDEO_V4L2 && I2C
103         help
104           Support for the Micronas MSP34xx series of audio decoders.
105
106           To compile this driver as a module, choose M here: the
107           module will be called msp3400.
108
109 config VIDEO_CS3308
110         tristate "Cirrus Logic CS3308 audio ADC"
111         depends on VIDEO_V4L2 && I2C
112         help
113           Support for the Cirrus Logic CS3308 High Performance 8-Channel
114           Analog Volume Control
115
116           To compile this driver as a module, choose M here: the
117           module will be called cs3308.
118
119 config VIDEO_CS5345
120         tristate "Cirrus Logic CS5345 audio ADC"
121         depends on VIDEO_V4L2 && I2C
122         help
123           Support for the Cirrus Logic CS5345 24-bit, 192 kHz
124           stereo A/D converter.
125
126           To compile this driver as a module, choose M here: the
127           module will be called cs5345.
128
129 config VIDEO_CS53L32A
130         tristate "Cirrus Logic CS53L32A audio ADC"
131         depends on VIDEO_V4L2 && I2C
132         help
133           Support for the Cirrus Logic CS53L32A low voltage
134           stereo A/D converter.
135
136           To compile this driver as a module, choose M here: the
137           module will be called cs53l32a.
138
139 config VIDEO_TLV320AIC23B
140         tristate "Texas Instruments TLV320AIC23B audio codec"
141         depends on VIDEO_V4L2 && I2C
142         help
143           Support for the Texas Instruments TLV320AIC23B audio codec.
144
145           To compile this driver as a module, choose M here: the
146           module will be called tlv320aic23b.
147
148 config VIDEO_UDA1342
149         tristate "Philips UDA1342 audio codec"
150         depends on VIDEO_V4L2 && I2C
151         help
152           Support for the Philips UDA1342 audio codec.
153
154           To compile this driver as a module, choose M here: the
155           module will be called uda1342.
156
157 config VIDEO_WM8775
158         tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
159         depends on VIDEO_V4L2 && I2C
160         help
161           Support for the Wolfson Microelectronics WM8775 high
162           performance stereo A/D Converter with a 4 channel input mixer.
163
164           To compile this driver as a module, choose M here: the
165           module will be called wm8775.
166
167 config VIDEO_WM8739
168         tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
169         depends on VIDEO_V4L2 && I2C
170         help
171           Support for the Wolfson Microelectronics WM8739
172           stereo A/D Converter.
173
174           To compile this driver as a module, choose M here: the
175           module will be called wm8739.
176
177 config VIDEO_VP27SMPX
178         tristate "Panasonic VP27's internal MPX"
179         depends on VIDEO_V4L2 && I2C
180         help
181           Support for the internal MPX of the Panasonic VP27s tuner.
182
183           To compile this driver as a module, choose M here: the
184           module will be called vp27smpx.
185
186 config VIDEO_SONY_BTF_MPX
187         tristate "Sony BTF's internal MPX"
188         depends on VIDEO_V4L2 && I2C
189         help
190           Support for the internal MPX of the Sony BTF-PG472Z tuner.
191
192           To compile this driver as a module, choose M here: the
193           module will be called sony-btf-mpx.
194 endmenu
195
196 menu "RDS decoders"
197         visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
198
199 config VIDEO_SAA6588
200         tristate "SAA6588 Radio Chip RDS decoder support"
201         depends on VIDEO_V4L2 && I2C
202
203         help
204           Support for this Radio Data System (RDS) decoder. This allows
205           seeing radio station identification transmitted using this
206           standard.
207
208           To compile this driver as a module, choose M here: the
209           module will be called saa6588.
210 endmenu
211
212 menu "Video decoders"
213         visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
214
215 config VIDEO_ADV7180
216         tristate "Analog Devices ADV7180 decoder"
217         depends on GPIOLIB && VIDEO_V4L2 && I2C
218         select MEDIA_CONTROLLER
219         select VIDEO_V4L2_SUBDEV_API
220         select V4L2_ASYNC
221         help
222           Support for the Analog Devices ADV7180 video decoder.
223
224           To compile this driver as a module, choose M here: the
225           module will be called adv7180.
226
227 config VIDEO_ADV7183
228         tristate "Analog Devices ADV7183 decoder"
229         depends on VIDEO_V4L2 && I2C
230         help
231           V4l2 subdevice driver for the Analog Devices
232           ADV7183 video decoder.
233
234           To compile this driver as a module, choose M here: the
235           module will be called adv7183.
236
237 config VIDEO_ADV748X
238         tristate "Analog Devices ADV748x decoder"
239         depends on VIDEO_V4L2 && I2C
240         depends on OF
241         select MEDIA_CONTROLLER
242         select VIDEO_V4L2_SUBDEV_API
243         select REGMAP_I2C
244         select V4L2_FWNODE
245         help
246           V4L2 subdevice driver for the Analog Devices
247           ADV7481 and ADV7482 HDMI/Analog video decoders.
248
249           To compile this driver as a module, choose M here: the
250           module will be called adv748x.
251
252 config VIDEO_ADV7604
253         tristate "Analog Devices ADV7604 decoder"
254         depends on VIDEO_V4L2 && I2C
255         depends on GPIOLIB || COMPILE_TEST
256         select MEDIA_CONTROLLER
257         select VIDEO_V4L2_SUBDEV_API
258         select REGMAP_I2C
259         select HDMI
260         select V4L2_FWNODE
261         help
262           Support for the Analog Devices ADV7604 video decoder.
263
264           This is a Analog Devices Component/Graphics Digitizer
265           with 4:1 Multiplexed HDMI Receiver.
266
267           To compile this driver as a module, choose M here: the
268           module will be called adv7604.
269
270 config VIDEO_ADV7604_CEC
271         bool "Enable Analog Devices ADV7604 CEC support"
272         depends on VIDEO_ADV7604
273         select CEC_CORE
274         help
275           When selected the adv7604 will support the optional
276           HDMI CEC feature.
277
278 config VIDEO_ADV7842
279         tristate "Analog Devices ADV7842 decoder"
280         depends on VIDEO_V4L2 && I2C
281         select MEDIA_CONTROLLER
282         select VIDEO_V4L2_SUBDEV_API
283         select HDMI
284         help
285           Support for the Analog Devices ADV7842 video decoder.
286
287           This is a Analog Devices Component/Graphics/SD Digitizer
288           with 2:1 Multiplexed HDMI Receiver.
289
290           To compile this driver as a module, choose M here: the
291           module will be called adv7842.
292
293 config VIDEO_ADV7842_CEC
294         bool "Enable Analog Devices ADV7842 CEC support"
295         depends on VIDEO_ADV7842
296         select CEC_CORE
297         help
298           When selected the adv7842 will support the optional
299           HDMI CEC feature.
300
301 config VIDEO_BT819
302         tristate "BT819A VideoStream decoder"
303         depends on VIDEO_V4L2 && I2C
304         help
305           Support for BT819A video decoder.
306
307           To compile this driver as a module, choose M here: the
308           module will be called bt819.
309
310 config VIDEO_BT856
311         tristate "BT856 VideoStream decoder"
312         depends on VIDEO_V4L2 && I2C
313         help
314           Support for BT856 video decoder.
315
316           To compile this driver as a module, choose M here: the
317           module will be called bt856.
318
319 config VIDEO_BT866
320         tristate "BT866 VideoStream decoder"
321         depends on VIDEO_V4L2 && I2C
322         help
323           Support for BT866 video decoder.
324
325           To compile this driver as a module, choose M here: the
326           module will be called bt866.
327
328 config VIDEO_KS0127
329         tristate "KS0127 video decoder"
330         depends on VIDEO_V4L2 && I2C
331         help
332           Support for KS0127 video decoder.
333
334           This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
335           cards.
336
337           To compile this driver as a module, choose M here: the
338           module will be called ks0127.
339
340 config VIDEO_ML86V7667
341         tristate "OKI ML86V7667 video decoder"
342         depends on VIDEO_V4L2 && I2C
343         help
344           Support for the OKI Semiconductor ML86V7667 video decoder.
345
346           To compile this driver as a module, choose M here: the
347           module will be called ml86v7667.
348
349 config VIDEO_SAA7110
350         tristate "Philips SAA7110 video decoder"
351         depends on VIDEO_V4L2 && I2C
352         help
353           Support for the Philips SAA7110 video decoders.
354
355           To compile this driver as a module, choose M here: the
356           module will be called saa7110.
357
358 config VIDEO_SAA711X
359         tristate "Philips SAA7111/3/4/5 video decoders"
360         depends on VIDEO_V4L2 && I2C
361         help
362           Support for the Philips SAA7111/3/4/5 video decoders.
363
364           To compile this driver as a module, choose M here: the
365           module will be called saa7115.
366
367 config VIDEO_TC358743
368         tristate "Toshiba TC358743 decoder"
369         depends on VIDEO_V4L2 && I2C
370         select MEDIA_CONTROLLER
371         select VIDEO_V4L2_SUBDEV_API
372         select HDMI
373         select V4L2_FWNODE
374         help
375           Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
376
377           To compile this driver as a module, choose M here: the
378           module will be called tc358743.
379
380 config VIDEO_TC358743_CEC
381         bool "Enable Toshiba TC358743 CEC support"
382         depends on VIDEO_TC358743
383         select CEC_CORE
384         help
385           When selected the tc358743 will support the optional
386           HDMI CEC feature.
387
388 config VIDEO_TVP514X
389         tristate "Texas Instruments TVP514x video decoder"
390         depends on VIDEO_V4L2 && I2C
391         select V4L2_FWNODE
392         help
393           This is a Video4Linux2 sensor driver for the TI TVP5146/47
394           decoder. It is currently working with the TI OMAP3 camera
395           controller.
396
397           To compile this driver as a module, choose M here: the
398           module will be called tvp514x.
399
400 config VIDEO_TVP5150
401         tristate "Texas Instruments TVP5150 video decoder"
402         depends on VIDEO_V4L2 && I2C
403         select V4L2_FWNODE
404         select REGMAP_I2C
405         help
406           Support for the Texas Instruments TVP5150 video decoder.
407
408           To compile this driver as a module, choose M here: the
409           module will be called tvp5150.
410
411 config VIDEO_TVP7002
412         tristate "Texas Instruments TVP7002 video decoder"
413         depends on VIDEO_V4L2 && I2C
414         select V4L2_FWNODE
415         help
416           Support for the Texas Instruments TVP7002 video decoder.
417
418           To compile this driver as a module, choose M here: the
419           module will be called tvp7002.
420
421 config VIDEO_TW2804
422         tristate "Techwell TW2804 multiple video decoder"
423         depends on VIDEO_V4L2 && I2C
424         help
425           Support for the Techwell tw2804 multiple video decoder.
426
427           To compile this driver as a module, choose M here: the
428           module will be called tw2804.
429
430 config VIDEO_TW9903
431         tristate "Techwell TW9903 video decoder"
432         depends on VIDEO_V4L2 && I2C
433         help
434           Support for the Techwell tw9903 multi-standard video decoder
435           with high quality down scaler.
436
437           To compile this driver as a module, choose M here: the
438           module will be called tw9903.
439
440 config VIDEO_TW9906
441         tristate "Techwell TW9906 video decoder"
442         depends on VIDEO_V4L2 && I2C
443         help
444           Support for the Techwell tw9906 enhanced multi-standard comb filter
445           video decoder with YCbCr input support.
446
447           To compile this driver as a module, choose M here: the
448           module will be called tw9906.
449
450 config VIDEO_TW9910
451         tristate "Techwell TW9910 video decoder"
452         depends on VIDEO_V4L2 && I2C
453         help
454           Support for Techwell TW9910 NTSC/PAL/SECAM video decoder.
455
456           To compile this driver as a module, choose M here: the
457           module will be called tw9910.
458
459 config VIDEO_VPX3220
460         tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
461         depends on VIDEO_V4L2 && I2C
462         help
463           Support for VPX322x video decoders.
464
465           To compile this driver as a module, choose M here: the
466           module will be called vpx3220.
467
468 config VIDEO_MAX9286
469         tristate "Maxim MAX9286 GMSL deserializer support"
470         depends on I2C && I2C_MUX
471         depends on OF_GPIO
472         select V4L2_FWNODE
473         select VIDEO_V4L2_SUBDEV_API
474         select MEDIA_CONTROLLER
475         help
476           This driver supports the Maxim MAX9286 GMSL deserializer.
477
478           To compile this driver as a module, choose M here: the
479           module will be called max9286.
480
481 comment "Video and audio decoders"
482
483 config VIDEO_SAA717X
484         tristate "Philips SAA7171/3/4 audio/video decoders"
485         depends on VIDEO_V4L2 && I2C
486         help
487           Support for the Philips SAA7171/3/4 audio/video decoders.
488
489           To compile this driver as a module, choose M here: the
490           module will be called saa717x.
491
492 source "drivers/media/i2c/cx25840/Kconfig"
493
494 endmenu
495
496 menu "Video encoders"
497         visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
498
499 config VIDEO_SAA7127
500         tristate "Philips SAA7127/9 digital video encoders"
501         depends on VIDEO_V4L2 && I2C
502         help
503           Support for the Philips SAA7127/9 digital video encoders.
504
505           To compile this driver as a module, choose M here: the
506           module will be called saa7127.
507
508 config VIDEO_SAA7185
509         tristate "Philips SAA7185 video encoder"
510         depends on VIDEO_V4L2 && I2C
511         help
512           Support for the Philips SAA7185 video encoder.
513
514           To compile this driver as a module, choose M here: the
515           module will be called saa7185.
516
517 config VIDEO_ADV7170
518         tristate "Analog Devices ADV7170 video encoder"
519         depends on VIDEO_V4L2 && I2C
520         help
521           Support for the Analog Devices ADV7170 video encoder driver
522
523           To compile this driver as a module, choose M here: the
524           module will be called adv7170.
525
526 config VIDEO_ADV7175
527         tristate "Analog Devices ADV7175 video encoder"
528         depends on VIDEO_V4L2 && I2C
529         help
530           Support for the Analog Devices ADV7175 video encoder driver
531
532           To compile this driver as a module, choose M here: the
533           module will be called adv7175.
534
535 config VIDEO_ADV7343
536         tristate "ADV7343 video encoder"
537         depends on I2C
538         select V4L2_ASYNC
539         help
540           Support for Analog Devices I2C bus based ADV7343 encoder.
541
542           To compile this driver as a module, choose M here: the
543           module will be called adv7343.
544
545 config VIDEO_ADV7393
546         tristate "ADV7393 video encoder"
547         depends on I2C
548         help
549           Support for Analog Devices I2C bus based ADV7393 encoder.
550
551           To compile this driver as a module, choose M here: the
552           module will be called adv7393.
553
554 config VIDEO_ADV7511
555         tristate "Analog Devices ADV7511 encoder"
556         depends on VIDEO_V4L2 && I2C
557         depends on DRM_I2C_ADV7511=n || COMPILE_TEST
558         select MEDIA_CONTROLLER
559         select VIDEO_V4L2_SUBDEV_API
560         select HDMI
561         help
562           Support for the Analog Devices ADV7511 video encoder.
563
564           This is a Analog Devices HDMI transmitter.
565
566           To compile this driver as a module, choose M here: the
567           module will be called adv7511.
568
569 config VIDEO_ADV7511_CEC
570         bool "Enable Analog Devices ADV7511 CEC support"
571         depends on VIDEO_ADV7511
572         select CEC_CORE
573         help
574           When selected the adv7511 will support the optional
575           HDMI CEC feature.
576
577 config VIDEO_AD9389B
578         tristate "Analog Devices AD9389B encoder"
579         depends on VIDEO_V4L2 && I2C
580         select MEDIA_CONTROLLER
581         select VIDEO_V4L2_SUBDEV_API
582
583         help
584           Support for the Analog Devices AD9389B video encoder.
585
586           This is a Analog Devices HDMI transmitter.
587
588           To compile this driver as a module, choose M here: the
589           module will be called ad9389b.
590
591 config VIDEO_AK881X
592         tristate "AK8813/AK8814 video encoders"
593         depends on I2C
594         help
595           Video output driver for AKM AK8813 and AK8814 TV encoders
596
597 config VIDEO_THS8200
598         tristate "Texas Instruments THS8200 video encoder"
599         depends on VIDEO_V4L2 && I2C
600         select V4L2_ASYNC
601         help
602           Support for the Texas Instruments THS8200 video encoder.
603
604           To compile this driver as a module, choose M here: the
605           module will be called ths8200.
606 endmenu
607
608 menu "Video improvement chips"
609         visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
610
611 config VIDEO_UPD64031A
612         tristate "NEC Electronics uPD64031A Ghost Reduction"
613         depends on VIDEO_V4L2 && I2C
614         help
615           Support for the NEC Electronics uPD64031A Ghost Reduction
616           video chip. It is most often found in NTSC TV cards made for
617           Japan and is used to reduce the 'ghosting' effect that can
618           be present in analog TV broadcasts.
619
620           To compile this driver as a module, choose M here: the
621           module will be called upd64031a.
622
623 config VIDEO_UPD64083
624         tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
625         depends on VIDEO_V4L2 && I2C
626         help
627           Support for the NEC Electronics uPD64083 3-Dimensional Y/C
628           separation video chip. It is used to improve the quality of
629           the colors of a composite signal.
630
631           To compile this driver as a module, choose M here: the
632           module will be called upd64083.
633 endmenu
634
635 menu "Audio/Video compression chips"
636         visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
637
638 config VIDEO_SAA6752HS
639         tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
640         depends on VIDEO_V4L2 && I2C
641         select CRC32
642         help
643           Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
644           audio encoder with multiplexer.
645
646           To compile this driver as a module, choose M here: the
647           module will be called saa6752hs.
648
649 endmenu
650
651 menu "SDR tuner chips"
652         visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
653
654 config SDR_MAX2175
655         tristate "Maxim 2175 RF to Bits tuner"
656         depends on VIDEO_V4L2 && MEDIA_SDR_SUPPORT && I2C
657         select REGMAP_I2C
658         select V4L2_ASYNC
659         help
660           Support for Maxim 2175 tuner. It is an advanced analog/digital
661           radio receiver with RF-to-Bits front-end designed for SDR solutions.
662
663           To compile this driver as a module, choose M here; the
664           module will be called max2175.
665
666
667 endmenu
668
669 menu "Miscellaneous helper chips"
670         visible if !MEDIA_HIDE_ANCILLARY_SUBDRV
671
672 config VIDEO_THS7303
673         tristate "THS7303/53 Video Amplifier"
674         depends on VIDEO_V4L2 && I2C
675         select V4L2_ASYNC
676         help
677           Support for TI THS7303/53 video amplifier
678
679           To compile this driver as a module, choose M here: the
680           module will be called ths7303.
681
682 config VIDEO_M52790
683         tristate "Mitsubishi M52790 A/V switch"
684         depends on VIDEO_V4L2 && I2C
685         help
686          Support for the Mitsubishi M52790 A/V switch.
687
688          To compile this driver as a module, choose M here: the
689          module will be called m52790.
690
691 config VIDEO_I2C
692         tristate "I2C transport video support"
693         depends on VIDEO_V4L2 && I2C
694         select VIDEOBUF2_VMALLOC
695         imply HWMON
696         help
697           Enable the I2C transport video support which supports the
698           following:
699            * Panasonic AMG88xx Grid-Eye Sensors
700            * Melexis MLX90640 Thermal Cameras
701
702           To compile this driver as a module, choose M here: the
703           module will be called video-i2c
704
705 config VIDEO_ST_MIPID02
706         tristate "STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge"
707         depends on I2C && VIDEO_V4L2
708         select MEDIA_CONTROLLER
709         select VIDEO_V4L2_SUBDEV_API
710         select V4L2_FWNODE
711         help
712           Support for STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge.
713           It is used to allow usage of CSI-2 sensor with PARALLEL port
714           controller.
715
716           To compile this driver as a module, choose M here: the
717           module will be called st-mipid02.
718 endmenu
719
720 #
721 # V4L2 I2C drivers that are related with Camera support
722 #
723
724 menu "Camera sensor devices"
725         visible if MEDIA_CAMERA_SUPPORT
726
727 config VIDEO_APTINA_PLL
728         tristate
729
730 config VIDEO_CCS_PLL
731         tristate
732
733 config VIDEO_ARDUCAM_PIVARIETY
734         tristate "Arducam Pivariety sensor support"
735         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
736         depends on MEDIA_CAMERA_SUPPORT
737         help
738           This is a Video4Linux2 sensor driver for the Arducam
739           Pivariety camera series.
740
741           To compile this driver as a module, choose M here: the
742           module will be called arducam-pivariety.
743
744 config VIDEO_HI556
745         tristate "Hynix Hi-556 sensor support"
746         depends on I2C && VIDEO_V4L2
747         select MEDIA_CONTROLLER
748         select VIDEO_V4L2_SUBDEV_API
749         select V4L2_FWNODE
750         help
751           This is a Video4Linux2 sensor driver for the Hynix
752           Hi-556 camera.
753
754           To compile this driver as a module, choose M here: the
755           module will be called hi556.
756
757 config VIDEO_IMX208
758         tristate "Sony IMX208 sensor support"
759         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
760         depends on MEDIA_CAMERA_SUPPORT
761         help
762           This is a Video4Linux2 sensor driver for the Sony
763           IMX208 camera.
764
765           To compile this driver as a module, choose M here: the
766           module will be called imx208.
767
768 config VIDEO_IMX214
769         tristate "Sony IMX214 sensor support"
770         depends on GPIOLIB && I2C && VIDEO_V4L2
771         select V4L2_FWNODE
772         select MEDIA_CONTROLLER
773         select VIDEO_V4L2_SUBDEV_API
774         select REGMAP_I2C
775         help
776           This is a Video4Linux2 sensor driver for the Sony
777           IMX214 camera.
778
779           To compile this driver as a module, choose M here: the
780           module will be called imx214.
781
782 config VIDEO_IMX219
783         tristate "Sony IMX219 sensor support"
784         depends on I2C && VIDEO_V4L2
785         select MEDIA_CONTROLLER
786         select VIDEO_V4L2_SUBDEV_API
787         select V4L2_FWNODE
788         help
789           This is a Video4Linux2 sensor driver for the Sony
790           IMX219 camera.
791
792           To compile this driver as a module, choose M here: the
793           module will be called imx219.
794
795 config VIDEO_IMX258
796         tristate "Sony IMX258 sensor support"
797         depends on I2C && VIDEO_V4L2
798         select MEDIA_CONTROLLER
799         select VIDEO_V4L2_SUBDEV_API
800         help
801           This is a Video4Linux2 sensor driver for the Sony
802           IMX258 camera.
803
804           To compile this driver as a module, choose M here: the
805           module will be called imx258.
806
807 config VIDEO_IMX274
808         tristate "Sony IMX274 sensor support"
809         depends on I2C && VIDEO_V4L2
810         select MEDIA_CONTROLLER
811         select VIDEO_V4L2_SUBDEV_API
812         select REGMAP_I2C
813         help
814           This is a V4L2 sensor driver for the Sony IMX274
815           CMOS image sensor.
816
817 config VIDEO_IMX290
818         tristate "Sony IMX290 sensor support"
819         depends on I2C && VIDEO_V4L2
820         select MEDIA_CONTROLLER
821         select VIDEO_V4L2_SUBDEV_API
822         select REGMAP_I2C
823         select V4L2_FWNODE
824         help
825           This is a Video4Linux2 sensor driver for the Sony
826           IMX290 camera sensor.
827
828           To compile this driver as a module, choose M here: the
829           module will be called imx290.
830
831 config VIDEO_IMX296
832         tristate "Sony IMX296 sensor support"
833         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
834         depends on MEDIA_CAMERA_SUPPORT
835         select V4L2_FWNODE
836         help
837           This is a Video4Linux2 sensor driver for the Sony
838           IMX296 camera.
839
840           To compile this driver as a module, choose M here: the
841           module will be called imx296.
842
843 config VIDEO_IMX477
844         tristate "Sony IMX477 sensor support"
845         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
846         depends on MEDIA_CAMERA_SUPPORT
847         help
848           This is a Video4Linux2 sensor driver for the Sony
849           IMX477 camera. Also supports the Sony IMX378.
850
851           To compile this driver as a module, choose M here: the
852           module will be called imx477.
853
854 config VIDEO_IMX319
855         tristate "Sony IMX319 sensor support"
856         depends on I2C && VIDEO_V4L2
857         select MEDIA_CONTROLLER
858         select VIDEO_V4L2_SUBDEV_API
859         help
860           This is a Video4Linux2 sensor driver for the Sony
861           IMX319 camera.
862
863           To compile this driver as a module, choose M here: the
864           module will be called imx319.
865
866 config VIDEO_IMX334
867         tristate "Sony IMX334 sensor support"
868         depends on OF_GPIO
869         depends on I2C && VIDEO_V4L2
870         select VIDEO_V4L2_SUBDEV_API
871         select MEDIA_CONTROLLER
872         select V4L2_FWNODE
873         help
874           This is a Video4Linux2 sensor driver for the Sony
875           IMX334 camera.
876
877           To compile this driver as a module, choose M here: the
878           module will be called imx334.
879
880 config VIDEO_IMX335
881         tristate "Sony IMX335 sensor support"
882         depends on OF_GPIO
883         depends on I2C && VIDEO_V4L2
884         select VIDEO_V4L2_SUBDEV_API
885         select MEDIA_CONTROLLER
886         select V4L2_FWNODE
887         help
888           This is a Video4Linux2 sensor driver for the Sony
889           IMX335 camera.
890
891           To compile this driver as a module, choose M here: the
892           module will be called imx335.
893
894 config VIDEO_IMX355
895         tristate "Sony IMX355 sensor support"
896         depends on I2C && VIDEO_V4L2
897         select MEDIA_CONTROLLER
898         select VIDEO_V4L2_SUBDEV_API
899         help
900           This is a Video4Linux2 sensor driver for the Sony
901           IMX355 camera.
902
903           To compile this driver as a module, choose M here: the
904           module will be called imx355.
905
906 config VIDEO_IMX412
907         tristate "Sony IMX412 sensor support"
908         depends on OF_GPIO
909         depends on I2C && VIDEO_V4L2
910         select VIDEO_V4L2_SUBDEV_API
911         select MEDIA_CONTROLLER
912         select V4L2_FWNODE
913         help
914           This is a Video4Linux2 sensor driver for the Sony
915           IMX412 camera.
916
917           To compile this driver as a module, choose M here: the
918           module will be called imx412.
919
920 config VIDEO_IMX519
921         tristate "Arducam IMX519 sensor support"
922         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
923         depends on MEDIA_CAMERA_SUPPORT
924         help
925           This is a Video4Linux2 sensor driver for the Arducam
926           IMX519 camera.
927
928           To compile this driver as a module, choose M here: the
929           module will be called IMX519.
930
931 config VIDEO_OV02A10
932         tristate "OmniVision OV02A10 sensor support"
933         depends on VIDEO_V4L2 && I2C
934         select MEDIA_CONTROLLER
935         select VIDEO_V4L2_SUBDEV_API
936         select V4L2_FWNODE
937         help
938           This is a Video4Linux2 sensor driver for the OmniVision
939           OV02A10 camera.
940
941           To compile this driver as a module, choose M here: the
942           module will be called ov02a10.
943
944 config VIDEO_OV2311
945         tristate "OmniVision OV2311 sensor support"
946         depends on I2C && VIDEO_V4L2
947         depends on MEDIA_CAMERA_SUPPORT
948         help
949           This is a Video4Linux2 sensor-level driver for the OmniVision
950           OV2311 camera.
951
952           To compile this driver as a module, choose M here: the
953           module will be called ov2311.
954
955 config VIDEO_OV2640
956         tristate "OmniVision OV2640 sensor support"
957         depends on VIDEO_V4L2 && I2C
958         help
959           This is a Video4Linux2 sensor driver for the OmniVision
960           OV2640 camera.
961
962           To compile this driver as a module, choose M here: the
963           module will be called ov2640.
964
965 config VIDEO_OV2659
966         tristate "OmniVision OV2659 sensor support"
967         depends on VIDEO_V4L2 && I2C && GPIOLIB
968         select V4L2_FWNODE
969         help
970           This is a Video4Linux2 sensor driver for the OmniVision
971           OV2659 camera.
972
973           To compile this driver as a module, choose M here: the
974           module will be called ov2659.
975
976 config VIDEO_OV2680
977         tristate "OmniVision OV2680 sensor support"
978         depends on VIDEO_V4L2 && I2C
979         select MEDIA_CONTROLLER
980         select V4L2_FWNODE
981         help
982           This is a Video4Linux2 sensor driver for the OmniVision
983           OV2680 camera.
984
985           To compile this driver as a module, choose M here: the
986           module will be called ov2680.
987
988 config VIDEO_OV2685
989         tristate "OmniVision OV2685 sensor support"
990         depends on VIDEO_V4L2 && I2C
991         select MEDIA_CONTROLLER
992         select V4L2_FWNODE
993         help
994           This is a Video4Linux2 sensor driver for the OmniVision
995           OV2685 camera.
996
997           To compile this driver as a module, choose M here: the
998           module will be called ov2685.
999
1000 config VIDEO_OV2740
1001         tristate "OmniVision OV2740 sensor support"
1002         depends on VIDEO_V4L2 && I2C
1003         depends on ACPI || COMPILE_TEST
1004         select MEDIA_CONTROLLER
1005         select VIDEO_V4L2_SUBDEV_API
1006         select V4L2_FWNODE
1007         select REGMAP_I2C
1008         help
1009           This is a Video4Linux2 sensor driver for the OmniVision
1010           OV2740 camera.
1011
1012           To compile this driver as a module, choose M here: the
1013           module will be called ov2740.
1014
1015 config VIDEO_OV5640
1016         tristate "OmniVision OV5640 sensor support"
1017         depends on OF
1018         depends on GPIOLIB && VIDEO_V4L2 && I2C
1019         select MEDIA_CONTROLLER
1020         select VIDEO_V4L2_SUBDEV_API
1021         select V4L2_FWNODE
1022         help
1023           This is a Video4Linux2 sensor driver for the Omnivision
1024           OV5640 camera sensor with a MIPI CSI-2 interface.
1025
1026 config VIDEO_OV5645
1027         tristate "OmniVision OV5645 sensor support"
1028         depends on OF
1029         depends on I2C && VIDEO_V4L2
1030         select MEDIA_CONTROLLER
1031         select VIDEO_V4L2_SUBDEV_API
1032         select V4L2_FWNODE
1033         help
1034           This is a Video4Linux2 sensor driver for the OmniVision
1035           OV5645 camera.
1036
1037           To compile this driver as a module, choose M here: the
1038           module will be called ov5645.
1039
1040 config VIDEO_OV5647
1041         tristate "OmniVision OV5647 sensor support"
1042         depends on I2C && VIDEO_V4L2
1043         select MEDIA_CONTROLLER
1044         select VIDEO_V4L2_SUBDEV_API
1045         select V4L2_FWNODE
1046         help
1047           This is a Video4Linux2 sensor driver for the OmniVision
1048           OV5647 camera.
1049
1050           To compile this driver as a module, choose M here: the
1051           module will be called ov5647.
1052
1053 config VIDEO_OV5648
1054         tristate "OmniVision OV5648 sensor support"
1055         depends on I2C && PM && VIDEO_V4L2
1056         select MEDIA_CONTROLLER
1057         select VIDEO_V4L2_SUBDEV_API
1058         select V4L2_FWNODE
1059         help
1060           This is a Video4Linux2 sensor driver for the OmniVision
1061           OV5648 camera.
1062
1063           To compile this driver as a module, choose M here: the
1064           module will be called ov5648.
1065
1066 config VIDEO_OV6650
1067         tristate "OmniVision OV6650 sensor support"
1068         depends on I2C && VIDEO_V4L2
1069         help
1070           This is a Video4Linux2 sensor driver for the OmniVision
1071           OV6650 camera.
1072
1073           To compile this driver as a module, choose M here: the
1074           module will be called ov6650.
1075
1076 config VIDEO_OV5670
1077         tristate "OmniVision OV5670 sensor support"
1078         depends on I2C && VIDEO_V4L2
1079         select MEDIA_CONTROLLER
1080         select VIDEO_V4L2_SUBDEV_API
1081         select V4L2_FWNODE
1082         help
1083           This is a Video4Linux2 sensor driver for the OmniVision
1084           OV5670 camera.
1085
1086           To compile this driver as a module, choose M here: the
1087           module will be called ov5670.
1088
1089 config VIDEO_OV5675
1090         tristate "OmniVision OV5675 sensor support"
1091         depends on I2C && VIDEO_V4L2
1092         select MEDIA_CONTROLLER
1093         select VIDEO_V4L2_SUBDEV_API
1094         select V4L2_FWNODE
1095         help
1096           This is a Video4Linux2 sensor driver for the OmniVision
1097           OV5675 camera.
1098
1099           To compile this driver as a module, choose M here: the
1100           module will be called ov5675.
1101
1102 config VIDEO_OV5695
1103         tristate "OmniVision OV5695 sensor support"
1104         depends on I2C && VIDEO_V4L2
1105         select V4L2_FWNODE
1106         help
1107           This is a Video4Linux2 sensor driver for the OmniVision
1108           OV5695 camera.
1109
1110           To compile this driver as a module, choose M here: the
1111           module will be called ov5695.
1112
1113 config VIDEO_OV7251
1114         tristate "OmniVision OV7251 sensor support"
1115         depends on I2C && VIDEO_V4L2
1116         select MEDIA_CONTROLLER
1117         select VIDEO_V4L2_SUBDEV_API
1118         select V4L2_FWNODE
1119         help
1120           This is a Video4Linux2 sensor driver for the OmniVision
1121           OV7251 camera.
1122
1123           To compile this driver as a module, choose M here: the
1124           module will be called ov7251.
1125
1126 config VIDEO_OV772X
1127         tristate "OmniVision OV772x sensor support"
1128         depends on I2C && VIDEO_V4L2
1129         select REGMAP_SCCB
1130         select V4L2_FWNODE
1131         help
1132           This is a Video4Linux2 sensor driver for the OmniVision
1133           OV772x camera.
1134
1135           To compile this driver as a module, choose M here: the
1136           module will be called ov772x.
1137
1138 config VIDEO_OV7640
1139         tristate "OmniVision OV7640 sensor support"
1140         depends on I2C && VIDEO_V4L2
1141         help
1142           This is a Video4Linux2 sensor driver for the OmniVision
1143           OV7640 camera.
1144
1145           To compile this driver as a module, choose M here: the
1146           module will be called ov7640.
1147
1148 config VIDEO_OV7670
1149         tristate "OmniVision OV7670 sensor support"
1150         depends on I2C && VIDEO_V4L2
1151         select V4L2_FWNODE
1152         help
1153           This is a Video4Linux2 sensor driver for the OmniVision
1154           OV7670 VGA camera.  It currently only works with the M88ALP01
1155           controller.
1156
1157 config VIDEO_OV7740
1158         tristate "OmniVision OV7740 sensor support"
1159         depends on I2C && VIDEO_V4L2
1160         select REGMAP_SCCB
1161         help
1162           This is a Video4Linux2 sensor driver for the OmniVision
1163           OV7740 VGA camera sensor.
1164
1165 config VIDEO_OV8856
1166         tristate "OmniVision OV8856 sensor support"
1167         depends on I2C && VIDEO_V4L2
1168         select MEDIA_CONTROLLER
1169         select VIDEO_V4L2_SUBDEV_API
1170         select V4L2_FWNODE
1171         help
1172           This is a Video4Linux2 sensor driver for the OmniVision
1173           OV8856 camera sensor.
1174
1175           To compile this driver as a module, choose M here: the
1176           module will be called ov8856.
1177
1178 config VIDEO_OV8865
1179         tristate "OmniVision OV8865 sensor support"
1180         depends on I2C && PM && VIDEO_V4L2
1181         select MEDIA_CONTROLLER
1182         select VIDEO_V4L2_SUBDEV_API
1183         select V4L2_FWNODE
1184         help
1185           This is a Video4Linux2 sensor driver for OmniVision
1186           OV8865 camera sensor.
1187
1188           To compile this driver as a module, choose M here: the
1189           module will be called ov8865.
1190
1191 config VIDEO_OV9282
1192         tristate "OmniVision OV9282 sensor support"
1193         depends on OF_GPIO
1194         depends on I2C && VIDEO_V4L2
1195         select VIDEO_V4L2_SUBDEV_API
1196         select MEDIA_CONTROLLER
1197         select V4L2_FWNODE
1198         help
1199           This is a Video4Linux2 sensor driver for the OmniVision
1200           OV9282 camera sensor.
1201
1202           To compile this driver as a module, choose M here: the
1203           module will be called ov9282.
1204
1205 config VIDEO_OV9640
1206         tristate "OmniVision OV9640 sensor support"
1207         depends on I2C && VIDEO_V4L2
1208         help
1209           This is a Video4Linux2 sensor driver for the OmniVision
1210           OV9640 camera sensor.
1211
1212 config VIDEO_OV9281
1213         tristate "OmniVision OV9281 sensor support"
1214         depends on I2C && VIDEO_V4L2
1215         depends on MEDIA_CAMERA_SUPPORT
1216         help
1217           This is a Video4Linux2 sensor-level driver for the OmniVision
1218           OV9281 camera.
1219
1220           To compile this driver as a module, choose M here: the
1221           module will be called ov9281.
1222
1223 config VIDEO_OV9650
1224         tristate "OmniVision OV9650/OV9652 sensor support"
1225         depends on I2C && VIDEO_V4L2
1226         select MEDIA_CONTROLLER
1227         select VIDEO_V4L2_SUBDEV_API
1228         select REGMAP_SCCB
1229         help
1230           This is a V4L2 sensor driver for the Omnivision
1231           OV9650 and OV9652 camera sensors.
1232
1233 config VIDEO_OV9734
1234         tristate "OmniVision OV9734 sensor support"
1235         depends on VIDEO_V4L2 && I2C
1236         depends on ACPI || COMPILE_TEST
1237         select MEDIA_CONTROLLER
1238         select VIDEO_V4L2_SUBDEV_API
1239         select V4L2_FWNODE
1240         help
1241           This is a Video4Linux2 sensor driver for the OmniVision
1242           OV9734 camera.
1243
1244           To compile this driver as a module, choose M here: the
1245           module's name is ov9734.
1246
1247 config VIDEO_OV13858
1248         tristate "OmniVision OV13858 sensor support"
1249         depends on I2C && VIDEO_V4L2
1250         select MEDIA_CONTROLLER
1251         select VIDEO_V4L2_SUBDEV_API
1252         select V4L2_FWNODE
1253         help
1254           This is a Video4Linux2 sensor driver for the OmniVision
1255           OV13858 camera.
1256
1257 config VIDEO_IRS1125
1258         tristate "Infineon IRS1125 sensor support"
1259         depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
1260         depends on MEDIA_CAMERA_SUPPORT
1261         select V4L2_FWNODE
1262         help
1263           This is a Video4Linux2 sensor-level driver for the Infineon
1264           IRS1125 camera.
1265
1266           To compile this driver as a module, choose M here: the
1267           module will be called irs1125.
1268
1269 config VIDEO_VS6624
1270         tristate "ST VS6624 sensor support"
1271         depends on VIDEO_V4L2 && I2C
1272         help
1273           This is a Video4Linux2 sensor driver for the ST VS6624
1274           camera.
1275
1276           To compile this driver as a module, choose M here: the
1277           module will be called vs6624.
1278
1279 config VIDEO_MT9M001
1280         tristate "mt9m001 support"
1281         depends on I2C && VIDEO_V4L2
1282         select MEDIA_CONTROLLER
1283         select VIDEO_V4L2_SUBDEV_API
1284         help
1285           This driver supports MT9M001 cameras from Micron, monochrome
1286           and colour models.
1287
1288 config VIDEO_MT9M032
1289         tristate "MT9M032 camera sensor support"
1290         depends on I2C && VIDEO_V4L2
1291         select MEDIA_CONTROLLER
1292         select VIDEO_V4L2_SUBDEV_API
1293         select VIDEO_APTINA_PLL
1294         help
1295           This driver supports MT9M032 camera sensors from Aptina, monochrome
1296           models only.
1297
1298 config VIDEO_MT9M111
1299         tristate "mt9m111, mt9m112 and mt9m131 support"
1300         depends on I2C && VIDEO_V4L2
1301         select V4L2_FWNODE
1302         help
1303           This driver supports MT9M111, MT9M112 and MT9M131 cameras from
1304           Micron/Aptina
1305
1306 config VIDEO_MT9P031
1307         tristate "Aptina MT9P031 support"
1308         depends on I2C && VIDEO_V4L2
1309         select MEDIA_CONTROLLER
1310         select VIDEO_V4L2_SUBDEV_API
1311         select VIDEO_APTINA_PLL
1312         help
1313           This is a Video4Linux2 sensor driver for the Aptina
1314           (Micron) mt9p031 5 Mpixel camera.
1315
1316 config VIDEO_MT9T001
1317         tristate "Aptina MT9T001 support"
1318         depends on I2C && VIDEO_V4L2
1319         select MEDIA_CONTROLLER
1320         select VIDEO_V4L2_SUBDEV_API
1321         help
1322           This is a Video4Linux2 sensor driver for the Aptina
1323           (Micron) mt0t001 3 Mpixel camera.
1324
1325 config VIDEO_MT9T112
1326         tristate "Aptina MT9T111/MT9T112 support"
1327         depends on I2C && VIDEO_V4L2
1328         help
1329           This is a Video4Linux2 sensor driver for the Aptina
1330           (Micron) MT9T111 and MT9T112 3 Mpixel camera.
1331
1332           To compile this driver as a module, choose M here: the
1333           module will be called mt9t112.
1334
1335 config VIDEO_MT9V011
1336         tristate "Micron mt9v011 sensor support"
1337         depends on I2C && VIDEO_V4L2
1338         help
1339           This is a Video4Linux2 sensor driver for the Micron
1340           mt0v011 1.3 Mpixel camera.  It currently only works with the
1341           em28xx driver.
1342
1343 config VIDEO_MT9V032
1344         tristate "Micron MT9V032 sensor support"
1345         depends on I2C && VIDEO_V4L2
1346         select MEDIA_CONTROLLER
1347         select VIDEO_V4L2_SUBDEV_API
1348         select REGMAP_I2C
1349         select V4L2_FWNODE
1350         help
1351           This is a Video4Linux2 sensor driver for the Micron
1352           MT9V032 752x480 CMOS sensor.
1353
1354 config VIDEO_MT9V111
1355         tristate "Aptina MT9V111 sensor support"
1356         depends on I2C && VIDEO_V4L2
1357         help
1358           This is a Video4Linux2 sensor driver for the Aptina/Micron
1359           MT9V111 sensor.
1360
1361           To compile this driver as a module, choose M here: the
1362           module will be called mt9v111.
1363
1364 config VIDEO_SR030PC30
1365         tristate "Siliconfile SR030PC30 sensor support"
1366         depends on I2C && VIDEO_V4L2
1367         help
1368           This driver supports SR030PC30 VGA camera from Siliconfile
1369
1370 config VIDEO_NOON010PC30
1371         tristate "Siliconfile NOON010PC30 sensor support"
1372         depends on I2C && VIDEO_V4L2
1373         select MEDIA_CONTROLLER
1374         select VIDEO_V4L2_SUBDEV_API
1375         help
1376           This driver supports NOON010PC30 CIF camera from Siliconfile
1377
1378 source "drivers/media/i2c/m5mols/Kconfig"
1379
1380 config VIDEO_MAX9271_LIB
1381         tristate
1382
1383 config VIDEO_RDACM20
1384         tristate "IMI RDACM20 camera support"
1385         depends on I2C
1386         select V4L2_FWNODE
1387         select VIDEO_V4L2_SUBDEV_API
1388         select MEDIA_CONTROLLER
1389         select VIDEO_MAX9271_LIB
1390         help
1391           This driver supports the IMI RDACM20 GMSL camera, used in
1392           ADAS systems.
1393
1394           This camera should be used in conjunction with a GMSL
1395           deserialiser such as the MAX9286.
1396
1397 config VIDEO_RDACM21
1398         tristate "IMI RDACM21 camera support"
1399         depends on I2C
1400         select V4L2_FWNODE
1401         select VIDEO_V4L2_SUBDEV_API
1402         select MEDIA_CONTROLLER
1403         select VIDEO_MAX9271_LIB
1404         help
1405           This driver supports the IMI RDACM21 GMSL camera, used in
1406           ADAS systems.
1407
1408           This camera should be used in conjunction with a GMSL
1409           deserialiser such as the MAX9286.
1410
1411 config VIDEO_RJ54N1
1412         tristate "Sharp RJ54N1CB0C sensor support"
1413         depends on I2C && VIDEO_V4L2
1414         help
1415           This is a V4L2 sensor driver for Sharp RJ54N1CB0C CMOS image
1416           sensor.
1417
1418           To compile this driver as a module, choose M here: the
1419           module will be called rj54n1.
1420
1421 config VIDEO_S5K6AA
1422         tristate "Samsung S5K6AAFX sensor support"
1423         depends on I2C && VIDEO_V4L2
1424         select MEDIA_CONTROLLER
1425         select VIDEO_V4L2_SUBDEV_API
1426         help
1427           This is a V4L2 sensor driver for Samsung S5K6AA(FX) 1.3M
1428           camera sensor with an embedded SoC image signal processor.
1429
1430 config VIDEO_S5K6A3
1431         tristate "Samsung S5K6A3 sensor support"
1432         depends on I2C && VIDEO_V4L2
1433         select MEDIA_CONTROLLER
1434         select VIDEO_V4L2_SUBDEV_API
1435         help
1436           This is a V4L2 sensor driver for Samsung S5K6A3 raw
1437           camera sensor.
1438
1439 config VIDEO_S5K4ECGX
1440         tristate "Samsung S5K4ECGX sensor support"
1441         depends on I2C && VIDEO_V4L2
1442         select MEDIA_CONTROLLER
1443         select VIDEO_V4L2_SUBDEV_API
1444         select CRC32
1445         help
1446           This is a V4L2 sensor driver for Samsung S5K4ECGX 5M
1447           camera sensor with an embedded SoC image signal processor.
1448
1449 config VIDEO_S5K5BAF
1450         tristate "Samsung S5K5BAF sensor support"
1451         depends on I2C && VIDEO_V4L2
1452         select MEDIA_CONTROLLER
1453         select VIDEO_V4L2_SUBDEV_API
1454         select V4L2_FWNODE
1455         help
1456           This is a V4L2 sensor driver for Samsung S5K5BAF 2M
1457           camera sensor with an embedded SoC image signal processor.
1458
1459 source "drivers/media/i2c/ccs/Kconfig"
1460 source "drivers/media/i2c/et8ek8/Kconfig"
1461
1462 config VIDEO_S5C73M3
1463         tristate "Samsung S5C73M3 sensor support"
1464         depends on I2C && SPI && VIDEO_V4L2
1465         select MEDIA_CONTROLLER
1466         select VIDEO_V4L2_SUBDEV_API
1467         select V4L2_FWNODE
1468         help
1469           This is a V4L2 sensor driver for Samsung S5C73M3
1470           8 Mpixel camera.
1471
1472 endmenu
1473
1474 menu "Lens drivers"
1475         visible if MEDIA_CAMERA_SUPPORT
1476
1477 config VIDEO_AD5398
1478         tristate "AD5398 lens voice coil support"
1479         depends on GPIOLIB && I2C && VIDEO_V4L2
1480         select MEDIA_CONTROLLER
1481         help
1482           This is a driver for the AD5398 camera lens voice coil.
1483
1484 config VIDEO_AD5820
1485         tristate "AD5820 lens voice coil support"
1486         depends on GPIOLIB && I2C && VIDEO_V4L2
1487         select MEDIA_CONTROLLER
1488         select V4L2_ASYNC
1489         help
1490           This is a driver for the AD5820 camera lens voice coil.
1491           It is used for example in Nokia N900 (RX-51).
1492
1493 config VIDEO_AK7375
1494         tristate "AK7375 lens voice coil support"
1495         depends on I2C && VIDEO_V4L2
1496         select MEDIA_CONTROLLER
1497         select VIDEO_V4L2_SUBDEV_API
1498         select V4L2_ASYNC
1499         help
1500           This is a driver for the AK7375 camera lens voice coil.
1501           AK7375 is a 12 bit DAC with 120mA output current sink
1502           capability. This is designed for linear control of
1503           voice coil motors, controlled via I2C serial interface.
1504
1505 config VIDEO_DW9714
1506         tristate "DW9714 lens voice coil support"
1507         depends on I2C && VIDEO_V4L2
1508         select MEDIA_CONTROLLER
1509         select VIDEO_V4L2_SUBDEV_API
1510         select V4L2_ASYNC
1511         help
1512           This is a driver for the DW9714 camera lens voice coil.
1513           DW9714 is a 10 bit DAC with 120mA output current sink
1514           capability. This is designed for linear control of
1515           voice coil motors, controlled via I2C serial interface.
1516
1517 config VIDEO_DW9768
1518         tristate "DW9768 lens voice coil support"
1519         depends on I2C && VIDEO_V4L2
1520         select MEDIA_CONTROLLER
1521         select VIDEO_V4L2_SUBDEV_API
1522         select V4L2_FWNODE
1523         help
1524           This is a driver for the DW9768 camera lens voice coil.
1525           DW9768 is a 10 bit DAC with 100mA output current sink
1526           capability. This is designed for linear control of
1527           voice coil motors, controlled via I2C serial interface.
1528
1529 config VIDEO_DW9807_VCM
1530         tristate "DW9807 lens voice coil support"
1531         depends on I2C && VIDEO_V4L2
1532         select MEDIA_CONTROLLER
1533         select VIDEO_V4L2_SUBDEV_API
1534         select V4L2_ASYNC
1535         help
1536           This is a driver for the DW9807 camera lens voice coil.
1537           DW9807 is a 10 bit DAC with 100mA output current sink
1538           capability. This is designed for linear control of
1539           voice coil motors, controlled via I2C serial interface.
1540
1541 endmenu
1542
1543 menu "Flash devices"
1544         visible if MEDIA_CAMERA_SUPPORT
1545
1546 config VIDEO_ADP1653
1547         tristate "ADP1653 flash support"
1548         depends on I2C && VIDEO_V4L2
1549         select MEDIA_CONTROLLER
1550         select V4L2_ASYNC
1551         help
1552           This is a driver for the ADP1653 flash controller. It is used for
1553           example in Nokia N900.
1554
1555 config VIDEO_LM3560
1556         tristate "LM3560 dual flash driver support"
1557         depends on I2C && VIDEO_V4L2
1558         select MEDIA_CONTROLLER
1559         select REGMAP_I2C
1560         select V4L2_ASYNC
1561         help
1562           This is a driver for the lm3560 dual flash controllers. It controls
1563           flash, torch LEDs.
1564
1565 config VIDEO_LM3646
1566         tristate "LM3646 dual flash driver support"
1567         depends on I2C && VIDEO_V4L2
1568         select MEDIA_CONTROLLER
1569         select REGMAP_I2C
1570         select V4L2_ASYNC
1571         help
1572           This is a driver for the lm3646 dual flash controllers. It controls
1573           flash, torch LEDs.
1574 endmenu
1575
1576 endif # VIDEO_V4L2