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