[media] Driver for Toshiba TC358743 HDMI to CSI-2 bridge
[deliverable/linux.git] / drivers / media / i2c / Kconfig
CommitLineData
cb7a01ac
MCC
1#
2# Multimedia Video device configuration
3#
4
5if VIDEO_V4L2
6
cb7a01ac 7config VIDEO_IR_I2C
fccea74f 8 tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT
cb7a01ac
MCC
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
24menu "Encoders, decoders, sensors and other helper chips"
fccea74f 25 visible if !MEDIA_SUBDRV_AUTOSELECT
cb7a01ac
MCC
26
27comment "Audio decoders, processors and mixers"
28
29config 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
41config 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
50config 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
59config 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
68config 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
77config 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
86config VIDEO_CS5345
87 tristate "Cirrus Logic CS5345 audio ADC"
88 depends on VIDEO_V4L2 && I2C
89 ---help---
90 Support for the Cirrus Logic CS5345 24-bit, 192 kHz
91 stereo A/D converter.
92
93 To compile this driver as a module, choose M here: the
94 module will be called cs5345.
95
96config VIDEO_CS53L32A
97 tristate "Cirrus Logic CS53L32A audio ADC"
98 depends on VIDEO_V4L2 && I2C
99 ---help---
100 Support for the Cirrus Logic CS53L32A low voltage
101 stereo A/D converter.
102
103 To compile this driver as a module, choose M here: the
104 module will be called cs53l32a.
105
106config VIDEO_TLV320AIC23B
107 tristate "Texas Instruments TLV320AIC23B audio codec"
2cca7d4e 108 depends on VIDEO_V4L2 && I2C
cb7a01ac
MCC
109 ---help---
110 Support for the Texas Instruments TLV320AIC23B audio codec.
111
112 To compile this driver as a module, choose M here: the
113 module will be called tlv320aic23b.
114
73d9f979
HV
115config VIDEO_UDA1342
116 tristate "Philips UDA1342 audio codec"
117 depends on VIDEO_V4L2 && I2C
118 ---help---
119 Support for the Philips UDA1342 audio codec.
120
121 To compile this driver as a module, choose M here: the
122 module will be called uda1342.
123
cb7a01ac
MCC
124config VIDEO_WM8775
125 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
126 depends on VIDEO_V4L2 && I2C
127 ---help---
128 Support for the Wolfson Microelectronics WM8775 high
129 performance stereo A/D Converter with a 4 channel input mixer.
130
131 To compile this driver as a module, choose M here: the
132 module will be called wm8775.
133
134config VIDEO_WM8739
135 tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
136 depends on VIDEO_V4L2 && I2C
137 ---help---
138 Support for the Wolfson Microelectronics WM8739
139 stereo A/D Converter.
140
141 To compile this driver as a module, choose M here: the
142 module will be called wm8739.
143
144config VIDEO_VP27SMPX
c7c54a98 145 tristate "Panasonic VP27's internal MPX"
cb7a01ac
MCC
146 depends on VIDEO_V4L2 && I2C
147 ---help---
148 Support for the internal MPX of the Panasonic VP27s tuner.
149
150 To compile this driver as a module, choose M here: the
151 module will be called vp27smpx.
152
c7c54a98
HV
153config VIDEO_SONY_BTF_MPX
154 tristate "Sony BTF's internal MPX"
155 depends on VIDEO_V4L2 && I2C
156 help
157 Support for the internal MPX of the Sony BTF-PG472Z tuner.
158
159 To compile this driver as a module, choose M here: the
160 module will be called sony-btf-mpx.
161
cb7a01ac
MCC
162comment "RDS decoders"
163
164config VIDEO_SAA6588
165 tristate "SAA6588 Radio Chip RDS decoder support"
166 depends on VIDEO_V4L2 && I2C
167
168 help
169 Support for this Radio Data System (RDS) decoder. This allows
170 seeing radio station identification transmitted using this
171 standard.
172
173 To compile this driver as a module, choose M here: the
174 module will be called saa6588.
175
176comment "Video decoders"
177
178config VIDEO_ADV7180
179 tristate "Analog Devices ADV7180 decoder"
d5d51a82 180 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
cb7a01ac
MCC
181 ---help---
182 Support for the Analog Devices ADV7180 video decoder.
183
184 To compile this driver as a module, choose M here: the
185 module will be called adv7180.
186
187config VIDEO_ADV7183
188 tristate "Analog Devices ADV7183 decoder"
189 depends on VIDEO_V4L2 && I2C
190 ---help---
191 V4l2 subdevice driver for the Analog Devices
192 ADV7183 video decoder.
193
194 To compile this driver as a module, choose M here: the
195 module will be called adv7183.
196
54450f59
HV
197config VIDEO_ADV7604
198 tristate "Analog Devices ADV7604 decoder"
2f8e75d2
GU
199 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
200 depends on GPIOLIB || COMPILE_TEST
516613c1 201 select HDMI
54450f59
HV
202 ---help---
203 Support for the Analog Devices ADV7604 video decoder.
204
205 This is a Analog Devices Component/Graphics Digitizer
206 with 4:1 Multiplexed HDMI Receiver.
207
208 To compile this driver as a module, choose M here: the
209 module will be called adv7604.
210
a89bcd4c
HV
211config VIDEO_ADV7842
212 tristate "Analog Devices ADV7842 decoder"
584ca025 213 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
09f90c53 214 select HDMI
a89bcd4c
HV
215 ---help---
216 Support for the Analog Devices ADV7842 video decoder.
217
218 This is a Analog Devices Component/Graphics/SD Digitizer
219 with 2:1 Multiplexed HDMI Receiver.
220
221 To compile this driver as a module, choose M here: the
222 module will be called adv7842.
223
cb7a01ac
MCC
224config VIDEO_BT819
225 tristate "BT819A VideoStream decoder"
226 depends on VIDEO_V4L2 && I2C
227 ---help---
228 Support for BT819A video decoder.
229
230 To compile this driver as a module, choose M here: the
231 module will be called bt819.
232
233config VIDEO_BT856
234 tristate "BT856 VideoStream decoder"
235 depends on VIDEO_V4L2 && I2C
236 ---help---
237 Support for BT856 video decoder.
238
239 To compile this driver as a module, choose M here: the
240 module will be called bt856.
241
242config VIDEO_BT866
243 tristate "BT866 VideoStream decoder"
244 depends on VIDEO_V4L2 && I2C
245 ---help---
246 Support for BT866 video decoder.
247
248 To compile this driver as a module, choose M here: the
249 module will be called bt866.
250
251config VIDEO_KS0127
252 tristate "KS0127 video decoder"
253 depends on VIDEO_V4L2 && I2C
254 ---help---
255 Support for KS0127 video decoder.
256
257 This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
258 cards.
259
260 To compile this driver as a module, choose M here: the
261 module will be called ks0127.
262
ed3e12d2
VB
263config VIDEO_ML86V7667
264 tristate "OKI ML86V7667 video decoder"
265 depends on VIDEO_V4L2 && I2C
266 ---help---
267 Support for the OKI Semiconductor ML86V7667 video decoder.
268
269 To compile this driver as a module, choose M here: the
270 module will be called ml86v7667.
271
cb7a01ac
MCC
272config VIDEO_SAA7110
273 tristate "Philips SAA7110 video decoder"
274 depends on VIDEO_V4L2 && I2C
275 ---help---
276 Support for the Philips SAA7110 video decoders.
277
278 To compile this driver as a module, choose M here: the
279 module will be called saa7110.
280
281config VIDEO_SAA711X
282 tristate "Philips SAA7111/3/4/5 video decoders"
283 depends on VIDEO_V4L2 && I2C
284 ---help---
285 Support for the Philips SAA7111/3/4/5 video decoders.
286
287 To compile this driver as a module, choose M here: the
288 module will be called saa7115.
289
d32d9864
MR
290config VIDEO_TC358743
291 tristate "Toshiba TC358743 decoder"
292 depends on VIDEO_V4L2 && I2C
293 ---help---
294 Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
295
296 To compile this driver as a module, choose M here: the
297 module will be called tc358743.
298
cb7a01ac
MCC
299config VIDEO_TVP514X
300 tristate "Texas Instruments TVP514x video decoder"
301 depends on VIDEO_V4L2 && I2C
302 ---help---
303 This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
304 decoder. It is currently working with the TI OMAP3 camera
305 controller.
306
307 To compile this driver as a module, choose M here: the
308 module will be called tvp514x.
309
310config VIDEO_TVP5150
311 tristate "Texas Instruments TVP5150 video decoder"
312 depends on VIDEO_V4L2 && I2C
313 ---help---
314 Support for the Texas Instruments TVP5150 video decoder.
315
316 To compile this driver as a module, choose M here: the
317 module will be called tvp5150.
318
319config VIDEO_TVP7002
320 tristate "Texas Instruments TVP7002 video decoder"
321 depends on VIDEO_V4L2 && I2C
322 ---help---
323 Support for the Texas Instruments TVP7002 video decoder.
324
325 To compile this driver as a module, choose M here: the
326 module will be called tvp7002.
327
12be52a9
HV
328config VIDEO_TW2804
329 tristate "Techwell TW2804 multiple video decoder"
330 depends on VIDEO_V4L2 && I2C
331 ---help---
332 Support for the Techwell tw2804 multiple video decoder.
333
334 To compile this driver as a module, choose M here: the
335 module will be called tw2804.
336
0890ec19
HV
337config VIDEO_TW9903
338 tristate "Techwell TW9903 video decoder"
339 depends on VIDEO_V4L2 && I2C
340 ---help---
12be52a9 341 Support for the Techwell tw9903 multi-standard video decoder
0890ec19
HV
342 with high quality down scaler.
343
344 To compile this driver as a module, choose M here: the
345 module will be called tw9903.
346
a000e9a0
HV
347config VIDEO_TW9906
348 tristate "Techwell TW9906 video decoder"
349 depends on VIDEO_V4L2 && I2C
350 ---help---
351 Support for the Techwell tw9906 enhanced multi-standard comb filter
352 video decoder with YCbCr input support.
353
354 To compile this driver as a module, choose M here: the
355 module will be called tw9906.
356
cb7a01ac
MCC
357config VIDEO_VPX3220
358 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
359 depends on VIDEO_V4L2 && I2C
360 ---help---
361 Support for VPX322x video decoders.
362
363 To compile this driver as a module, choose M here: the
364 module will be called vpx3220.
365
366comment "Video and audio decoders"
367
368config VIDEO_SAA717X
369 tristate "Philips SAA7171/3/4 audio/video decoders"
370 depends on VIDEO_V4L2 && I2C
371 ---help---
372 Support for the Philips SAA7171/3/4 audio/video decoders.
373
374 To compile this driver as a module, choose M here: the
375 module will be called saa717x.
376
377source "drivers/media/i2c/cx25840/Kconfig"
378
cb7a01ac
MCC
379comment "Video encoders"
380
381config VIDEO_SAA7127
382 tristate "Philips SAA7127/9 digital video encoders"
383 depends on VIDEO_V4L2 && I2C
384 ---help---
385 Support for the Philips SAA7127/9 digital video encoders.
386
387 To compile this driver as a module, choose M here: the
388 module will be called saa7127.
389
390config VIDEO_SAA7185
391 tristate "Philips SAA7185 video encoder"
392 depends on VIDEO_V4L2 && I2C
393 ---help---
394 Support for the Philips SAA7185 video encoder.
395
396 To compile this driver as a module, choose M here: the
397 module will be called saa7185.
398
399config VIDEO_ADV7170
400 tristate "Analog Devices ADV7170 video encoder"
401 depends on VIDEO_V4L2 && I2C
402 ---help---
403 Support for the Analog Devices ADV7170 video encoder driver
404
405 To compile this driver as a module, choose M here: the
406 module will be called adv7170.
407
408config VIDEO_ADV7175
409 tristate "Analog Devices ADV7175 video encoder"
410 depends on VIDEO_V4L2 && I2C
411 ---help---
412 Support for the Analog Devices ADV7175 video encoder driver
413
414 To compile this driver as a module, choose M here: the
415 module will be called adv7175.
416
417config VIDEO_ADV7343
418 tristate "ADV7343 video encoder"
419 depends on I2C
420 help
421 Support for Analog Devices I2C bus based ADV7343 encoder.
422
423 To compile this driver as a module, choose M here: the
424 module will be called adv7343.
425
426config VIDEO_ADV7393
427 tristate "ADV7393 video encoder"
428 depends on I2C
429 help
430 Support for Analog Devices I2C bus based ADV7393 encoder.
431
432 To compile this driver as a module, choose M here: the
433 module will be called adv7393.
434
5a544cce
HV
435config VIDEO_ADV7511
436 tristate "Analog Devices ADV7511 encoder"
584ca025 437 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
b4dbad8f 438 select HDMI
5a544cce
HV
439 ---help---
440 Support for the Analog Devices ADV7511 video encoder.
441
442 This is a Analog Devices HDMI transmitter.
443
444 To compile this driver as a module, choose M here: the
445 module will be called adv7511.
446
117a55b6
HV
447config VIDEO_AD9389B
448 tristate "Analog Devices AD9389B encoder"
449 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
450 ---help---
451 Support for the Analog Devices AD9389B video encoder.
452
453 This is a Analog Devices HDMI transmitter.
454
455 To compile this driver as a module, choose M here: the
456 module will be called ad9389b.
457
cb7a01ac
MCC
458config VIDEO_AK881X
459 tristate "AK8813/AK8814 video encoders"
460 depends on I2C
461 help
462 Video output driver for AKM AK8813 and AK8814 TV encoders
463
14735190
HV
464config VIDEO_THS8200
465 tristate "Texas Instruments THS8200 video encoder"
466 depends on VIDEO_V4L2 && I2C
467 ---help---
468 Support for the Texas Instruments THS8200 video encoder.
469
470 To compile this driver as a module, choose M here: the
471 module will be called ths8200.
472
cb7a01ac
MCC
473comment "Camera sensor devices"
474
475config VIDEO_APTINA_PLL
476 tristate
477
478config VIDEO_SMIAPP_PLL
479 tristate
480
c4c0283a
BP
481config VIDEO_OV2659
482 tristate "OmniVision OV2659 sensor support"
483 depends on VIDEO_V4L2 && I2C
484 depends on MEDIA_CAMERA_SUPPORT
485 ---help---
486 This is a Video4Linux2 sensor-level driver for the OmniVision
487 OV2659 camera.
488
489 To compile this driver as a module, choose M here: the
490 module will be called ov2659.
491
ec367c3c
HV
492config VIDEO_OV7640
493 tristate "OmniVision OV7640 sensor support"
494 depends on I2C && VIDEO_V4L2
495 depends on MEDIA_CAMERA_SUPPORT
496 ---help---
497 This is a Video4Linux2 sensor-level driver for the OmniVision
498 OV7640 camera.
499
500 To compile this driver as a module, choose M here: the
501 module will be called ov7640.
502
cb7a01ac
MCC
503config VIDEO_OV7670
504 tristate "OmniVision OV7670 sensor support"
505 depends on I2C && VIDEO_V4L2
506 depends on MEDIA_CAMERA_SUPPORT
507 ---help---
508 This is a Video4Linux2 sensor-level driver for the OmniVision
509 OV7670 VGA camera. It currently only works with the M88ALP01
510 controller.
511
84a15ded
SN
512config VIDEO_OV9650
513 tristate "OmniVision OV9650/OV9652 sensor support"
514 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
515 ---help---
516 This is a V4L2 sensor-level driver for the Omnivision
517 OV9650 and OV9652 camera sensors.
518
cb7a01ac
MCC
519config VIDEO_VS6624
520 tristate "ST VS6624 sensor support"
521 depends on VIDEO_V4L2 && I2C
522 depends on MEDIA_CAMERA_SUPPORT
523 ---help---
524 This is a Video4Linux2 sensor-level driver for the ST VS6624
525 camera.
526
527 To compile this driver as a module, choose M here: the
528 module will be called vs6624.
529
530config VIDEO_MT9M032
531 tristate "MT9M032 camera sensor support"
532 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
533 depends on MEDIA_CAMERA_SUPPORT
534 select VIDEO_APTINA_PLL
535 ---help---
536 This driver supports MT9M032 camera sensors from Aptina, monochrome
537 models only.
538
539config VIDEO_MT9P031
540 tristate "Aptina MT9P031 support"
541 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
542 depends on MEDIA_CAMERA_SUPPORT
543 select VIDEO_APTINA_PLL
544 ---help---
545 This is a Video4Linux2 sensor-level driver for the Aptina
546 (Micron) mt9p031 5 Mpixel camera.
547
548config VIDEO_MT9T001
549 tristate "Aptina MT9T001 support"
550 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
551 depends on MEDIA_CAMERA_SUPPORT
552 ---help---
553 This is a Video4Linux2 sensor-level driver for the Aptina
554 (Micron) mt0t001 3 Mpixel camera.
555
556config VIDEO_MT9V011
557 tristate "Micron mt9v011 sensor support"
558 depends on I2C && VIDEO_V4L2
559 depends on MEDIA_CAMERA_SUPPORT
560 ---help---
561 This is a Video4Linux2 sensor-level driver for the Micron
562 mt0v011 1.3 Mpixel camera. It currently only works with the
563 em28xx driver.
564
565config VIDEO_MT9V032
566 tristate "Micron MT9V032 sensor support"
567 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
568 depends on MEDIA_CAMERA_SUPPORT
80b44ef2 569 select REGMAP_I2C
cb7a01ac
MCC
570 ---help---
571 This is a Video4Linux2 sensor-level driver for the Micron
572 MT9V032 752x480 CMOS sensor.
573
cb7a01ac
MCC
574config VIDEO_SR030PC30
575 tristate "Siliconfile SR030PC30 sensor support"
576 depends on I2C && VIDEO_V4L2
577 depends on MEDIA_CAMERA_SUPPORT
578 ---help---
579 This driver supports SR030PC30 VGA camera from Siliconfile
580
581config VIDEO_NOON010PC30
582 tristate "Siliconfile NOON010PC30 sensor support"
2cca7d4e 583 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
cb7a01ac
MCC
584 depends on MEDIA_CAMERA_SUPPORT
585 ---help---
586 This driver supports NOON010PC30 CIF camera from Siliconfile
587
588source "drivers/media/i2c/m5mols/Kconfig"
589
590config VIDEO_S5K6AA
591 tristate "Samsung S5K6AAFX sensor support"
592 depends on MEDIA_CAMERA_SUPPORT
593 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
594 ---help---
595 This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
596 camera sensor with an embedded SoC image signal processor.
597
814b4dd9
SN
598config VIDEO_S5K6A3
599 tristate "Samsung S5K6A3 sensor support"
600 depends on MEDIA_CAMERA_SUPPORT
601 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
602 ---help---
603 This is a V4L2 sensor-level driver for Samsung S5K6A3 raw
604 camera sensor.
605
8b99312b
SL
606config VIDEO_S5K4ECGX
607 tristate "Samsung S5K4ECGX sensor support"
608 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
609 ---help---
610 This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
611 camera sensor with an embedded SoC image signal processor.
612
7d459937
AH
613config VIDEO_S5K5BAF
614 tristate "Samsung S5K5BAF sensor support"
615 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
616 ---help---
617 This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M
618 camera sensor with an embedded SoC image signal processor.
619
cb7a01ac
MCC
620source "drivers/media/i2c/smiapp/Kconfig"
621
cac47f18
AH
622config VIDEO_S5C73M3
623 tristate "Samsung S5C73M3 sensor support"
624 depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
625 ---help---
4494f0fd
GG
626 This is a V4L2 sensor-level driver for Samsung S5C73M3
627 8 Mpixel camera.
cac47f18 628
cb7a01ac
MCC
629comment "Flash devices"
630
631config VIDEO_ADP1653
632 tristate "ADP1653 flash support"
633 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
634 depends on MEDIA_CAMERA_SUPPORT
635 ---help---
636 This is a driver for the ADP1653 flash controller. It is used for
637 example in Nokia N900.
638
639config VIDEO_AS3645A
640 tristate "AS3645A flash driver support"
641 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
642 depends on MEDIA_CAMERA_SUPPORT
643 ---help---
644 This is a driver for the AS3645A and LM3555 flash controllers. It has
645 build in control for flash, torch and indicator LEDs.
646
7f6b11a1
DJ
647config VIDEO_LM3560
648 tristate "LM3560 dual flash driver support"
649 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
650 depends on MEDIA_CAMERA_SUPPORT
651 select REGMAP_I2C
652 ---help---
653 This is a driver for the lm3560 dual flash controllers. It controls
654 flash, torch LEDs.
655
dc76df5d
DJ
656config VIDEO_LM3646
657 tristate "LM3646 dual flash driver support"
658 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
659 depends on MEDIA_CAMERA_SUPPORT
660 select REGMAP_I2C
661 ---help---
662 This is a driver for the lm3646 dual flash controllers. It controls
663 flash, torch LEDs.
664
cb7a01ac
MCC
665comment "Video improvement chips"
666
667config VIDEO_UPD64031A
668 tristate "NEC Electronics uPD64031A Ghost Reduction"
669 depends on VIDEO_V4L2 && I2C
670 ---help---
671 Support for the NEC Electronics uPD64031A Ghost Reduction
672 video chip. It is most often found in NTSC TV cards made for
673 Japan and is used to reduce the 'ghosting' effect that can
674 be present in analog TV broadcasts.
675
676 To compile this driver as a module, choose M here: the
677 module will be called upd64031a.
678
679config VIDEO_UPD64083
680 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
681 depends on VIDEO_V4L2 && I2C
682 ---help---
683 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
684 separation video chip. It is used to improve the quality of
685 the colors of a composite signal.
686
687 To compile this driver as a module, choose M here: the
688 module will be called upd64083.
689
6052ba35
HV
690comment "Audio/Video compression chips"
691
692config VIDEO_SAA6752HS
693 tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
694 depends on VIDEO_V4L2 && I2C
d984d325 695 select CRC32
6052ba35
HV
696 ---help---
697 Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
698 audio encoder with multiplexer.
699
700 To compile this driver as a module, choose M here: the
701 module will be called saa6752hs.
702
8c88126b 703comment "Miscellaneous helper chips"
cb7a01ac
MCC
704
705config VIDEO_THS7303
88da0183
LP
706 tristate "THS7303/53 Video Amplifier"
707 depends on VIDEO_V4L2 && I2C
cb7a01ac 708 help
88da0183 709 Support for TI THS7303/53 video amplifier
cb7a01ac
MCC
710
711 To compile this driver as a module, choose M here: the
712 module will be called ths7303.
713
714config VIDEO_M52790
715 tristate "Mitsubishi M52790 A/V switch"
716 depends on VIDEO_V4L2 && I2C
717 ---help---
718 Support for the Mitsubishi M52790 A/V switch.
719
720 To compile this driver as a module, choose M here: the
721 module will be called m52790.
fccea74f 722endmenu
e9d2f057 723
fccea74f 724menu "Sensors used on soc_camera driver"
cb7a01ac 725
2a2d1cf4
MCC
726if SOC_CAMERA
727 source "drivers/media/i2c/soc_camera/Kconfig"
728endif
729
cb7a01ac 730endmenu
fccea74f 731
cb7a01ac 732endif
This page took 0.241607 seconds and 5 git commands to generate.