[media] cec: adv7842: add cec support
[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"
5cc596c6 25 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
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
fc279cc2
HV
86config 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
cb7a01ac
MCC
96config 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
106config 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
116config VIDEO_TLV320AIC23B
117 tristate "Texas Instruments TLV320AIC23B audio codec"
2cca7d4e 118 depends on VIDEO_V4L2 && I2C
cb7a01ac
MCC
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
73d9f979
HV
125config 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
cb7a01ac
MCC
134config 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
144config 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
154config VIDEO_VP27SMPX
c7c54a98 155 tristate "Panasonic VP27's internal MPX"
cb7a01ac
MCC
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
c7c54a98
HV
163config 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
cb7a01ac
MCC
172comment "RDS decoders"
173
174config 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
186comment "Video decoders"
187
188config VIDEO_ADV7180
189 tristate "Analog Devices ADV7180 decoder"
d5d51a82 190 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
cb7a01ac
MCC
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
197config 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
54450f59
HV
207config VIDEO_ADV7604
208 tristate "Analog Devices ADV7604 decoder"
2f8e75d2
GU
209 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
210 depends on GPIOLIB || COMPILE_TEST
516613c1 211 select HDMI
41a52373 212 select MEDIA_CEC_EDID
54450f59
HV
213 ---help---
214 Support for the Analog Devices ADV7604 video decoder.
215
216 This is a Analog Devices Component/Graphics Digitizer
217 with 4:1 Multiplexed HDMI Receiver.
218
219 To compile this driver as a module, choose M here: the
220 module will be called adv7604.
221
41a52373
HV
222config VIDEO_ADV7604_CEC
223 bool "Enable Analog Devices ADV7604 CEC support"
224 depends on VIDEO_ADV7604 && MEDIA_CEC
225 ---help---
226 When selected the adv7604 will support the optional
227 HDMI CEC feature.
228
a89bcd4c
HV
229config VIDEO_ADV7842
230 tristate "Analog Devices ADV7842 decoder"
584ca025 231 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
09f90c53 232 select HDMI
25c84fb1 233 select MEDIA_CEC_EDID
a89bcd4c
HV
234 ---help---
235 Support for the Analog Devices ADV7842 video decoder.
236
237 This is a Analog Devices Component/Graphics/SD Digitizer
238 with 2:1 Multiplexed HDMI Receiver.
239
240 To compile this driver as a module, choose M here: the
241 module will be called adv7842.
242
25c84fb1
HV
243config VIDEO_ADV7842_CEC
244 bool "Enable Analog Devices ADV7842 CEC support"
245 depends on VIDEO_ADV7842 && MEDIA_CEC
246 ---help---
247 When selected the adv7842 will support the optional
248 HDMI CEC feature.
249
cb7a01ac
MCC
250config 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
259config 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
268config 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
277config 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
ed3e12d2
VB
289config 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
cb7a01ac
MCC
298config VIDEO_SAA7110
299 tristate "Philips SAA7110 video decoder"
300 depends on VIDEO_V4L2 && I2C
301 ---help---
302 Support for the Philips SAA7110 video decoders.
303
304 To compile this driver as a module, choose M here: the
305 module will be called saa7110.
306
307config VIDEO_SAA711X
308 tristate "Philips SAA7111/3/4/5 video decoders"
309 depends on VIDEO_V4L2 && I2C
310 ---help---
311 Support for the Philips SAA7111/3/4/5 video decoders.
312
313 To compile this driver as a module, choose M here: the
314 module will be called saa7115.
315
d32d9864
MR
316config VIDEO_TC358743
317 tristate "Toshiba TC358743 decoder"
22dbe35a
HV
318 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
319 select HDMI
d32d9864
MR
320 ---help---
321 Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
322
323 To compile this driver as a module, choose M here: the
324 module will be called tc358743.
325
cb7a01ac
MCC
326config VIDEO_TVP514X
327 tristate "Texas Instruments TVP514x video decoder"
328 depends on VIDEO_V4L2 && I2C
329 ---help---
330 This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
331 decoder. It is currently working with the TI OMAP3 camera
332 controller.
333
334 To compile this driver as a module, choose M here: the
335 module will be called tvp514x.
336
337config VIDEO_TVP5150
338 tristate "Texas Instruments TVP5150 video decoder"
339 depends on VIDEO_V4L2 && I2C
340 ---help---
341 Support for the Texas Instruments TVP5150 video decoder.
342
343 To compile this driver as a module, choose M here: the
344 module will be called tvp5150.
345
346config VIDEO_TVP7002
347 tristate "Texas Instruments TVP7002 video decoder"
348 depends on VIDEO_V4L2 && I2C
349 ---help---
350 Support for the Texas Instruments TVP7002 video decoder.
351
352 To compile this driver as a module, choose M here: the
353 module will be called tvp7002.
354
12be52a9
HV
355config VIDEO_TW2804
356 tristate "Techwell TW2804 multiple video decoder"
357 depends on VIDEO_V4L2 && I2C
358 ---help---
359 Support for the Techwell tw2804 multiple video decoder.
360
361 To compile this driver as a module, choose M here: the
362 module will be called tw2804.
363
0890ec19
HV
364config VIDEO_TW9903
365 tristate "Techwell TW9903 video decoder"
366 depends on VIDEO_V4L2 && I2C
367 ---help---
12be52a9 368 Support for the Techwell tw9903 multi-standard video decoder
0890ec19
HV
369 with high quality down scaler.
370
371 To compile this driver as a module, choose M here: the
372 module will be called tw9903.
373
a000e9a0
HV
374config VIDEO_TW9906
375 tristate "Techwell TW9906 video decoder"
376 depends on VIDEO_V4L2 && I2C
377 ---help---
378 Support for the Techwell tw9906 enhanced multi-standard comb filter
379 video decoder with YCbCr input support.
380
381 To compile this driver as a module, choose M here: the
382 module will be called tw9906.
383
cb7a01ac
MCC
384config VIDEO_VPX3220
385 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
386 depends on VIDEO_V4L2 && I2C
387 ---help---
388 Support for VPX322x video decoders.
389
390 To compile this driver as a module, choose M here: the
391 module will be called vpx3220.
392
393comment "Video and audio decoders"
394
395config VIDEO_SAA717X
396 tristate "Philips SAA7171/3/4 audio/video decoders"
397 depends on VIDEO_V4L2 && I2C
398 ---help---
399 Support for the Philips SAA7171/3/4 audio/video decoders.
400
401 To compile this driver as a module, choose M here: the
402 module will be called saa717x.
403
404source "drivers/media/i2c/cx25840/Kconfig"
405
cb7a01ac
MCC
406comment "Video encoders"
407
408config VIDEO_SAA7127
409 tristate "Philips SAA7127/9 digital video encoders"
410 depends on VIDEO_V4L2 && I2C
411 ---help---
412 Support for the Philips SAA7127/9 digital video encoders.
413
414 To compile this driver as a module, choose M here: the
415 module will be called saa7127.
416
417config VIDEO_SAA7185
418 tristate "Philips SAA7185 video encoder"
419 depends on VIDEO_V4L2 && I2C
420 ---help---
421 Support for the Philips SAA7185 video encoder.
422
423 To compile this driver as a module, choose M here: the
424 module will be called saa7185.
425
426config VIDEO_ADV7170
427 tristate "Analog Devices ADV7170 video encoder"
428 depends on VIDEO_V4L2 && I2C
429 ---help---
430 Support for the Analog Devices ADV7170 video encoder driver
431
432 To compile this driver as a module, choose M here: the
433 module will be called adv7170.
434
435config VIDEO_ADV7175
436 tristate "Analog Devices ADV7175 video encoder"
437 depends on VIDEO_V4L2 && I2C
438 ---help---
439 Support for the Analog Devices ADV7175 video encoder driver
440
441 To compile this driver as a module, choose M here: the
442 module will be called adv7175.
443
444config VIDEO_ADV7343
445 tristate "ADV7343 video encoder"
446 depends on I2C
447 help
448 Support for Analog Devices I2C bus based ADV7343 encoder.
449
450 To compile this driver as a module, choose M here: the
451 module will be called adv7343.
452
453config VIDEO_ADV7393
454 tristate "ADV7393 video encoder"
455 depends on I2C
456 help
457 Support for Analog Devices I2C bus based ADV7393 encoder.
458
459 To compile this driver as a module, choose M here: the
460 module will be called adv7393.
461
5a544cce
HV
462config VIDEO_ADV7511
463 tristate "Analog Devices ADV7511 encoder"
584ca025 464 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
b4dbad8f 465 select HDMI
5a544cce
HV
466 ---help---
467 Support for the Analog Devices ADV7511 video encoder.
468
469 This is a Analog Devices HDMI transmitter.
470
471 To compile this driver as a module, choose M here: the
472 module will be called adv7511.
473
117a55b6
HV
474config VIDEO_AD9389B
475 tristate "Analog Devices AD9389B encoder"
476 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
477 ---help---
478 Support for the Analog Devices AD9389B video encoder.
479
480 This is a Analog Devices HDMI transmitter.
481
482 To compile this driver as a module, choose M here: the
483 module will be called ad9389b.
484
cb7a01ac
MCC
485config VIDEO_AK881X
486 tristate "AK8813/AK8814 video encoders"
487 depends on I2C
488 help
489 Video output driver for AKM AK8813 and AK8814 TV encoders
490
14735190
HV
491config VIDEO_THS8200
492 tristate "Texas Instruments THS8200 video encoder"
493 depends on VIDEO_V4L2 && I2C
494 ---help---
495 Support for the Texas Instruments THS8200 video encoder.
496
497 To compile this driver as a module, choose M here: the
498 module will be called ths8200.
499
cb7a01ac
MCC
500comment "Camera sensor devices"
501
502config VIDEO_APTINA_PLL
503 tristate
504
505config VIDEO_SMIAPP_PLL
506 tristate
507
c4c0283a
BP
508config VIDEO_OV2659
509 tristate "OmniVision OV2659 sensor support"
510 depends on VIDEO_V4L2 && I2C
511 depends on MEDIA_CAMERA_SUPPORT
512 ---help---
513 This is a Video4Linux2 sensor-level driver for the OmniVision
514 OV2659 camera.
515
516 To compile this driver as a module, choose M here: the
517 module will be called ov2659.
518
ec367c3c
HV
519config VIDEO_OV7640
520 tristate "OmniVision OV7640 sensor support"
521 depends on I2C && VIDEO_V4L2
522 depends on MEDIA_CAMERA_SUPPORT
523 ---help---
524 This is a Video4Linux2 sensor-level driver for the OmniVision
525 OV7640 camera.
526
527 To compile this driver as a module, choose M here: the
528 module will be called ov7640.
529
cb7a01ac
MCC
530config VIDEO_OV7670
531 tristate "OmniVision OV7670 sensor support"
532 depends on I2C && VIDEO_V4L2
533 depends on MEDIA_CAMERA_SUPPORT
534 ---help---
535 This is a Video4Linux2 sensor-level driver for the OmniVision
536 OV7670 VGA camera. It currently only works with the M88ALP01
537 controller.
538
84a15ded
SN
539config VIDEO_OV9650
540 tristate "OmniVision OV9650/OV9652 sensor support"
541 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
542 ---help---
543 This is a V4L2 sensor-level driver for the Omnivision
544 OV9650 and OV9652 camera sensors.
545
cb7a01ac
MCC
546config VIDEO_VS6624
547 tristate "ST VS6624 sensor support"
548 depends on VIDEO_V4L2 && I2C
549 depends on MEDIA_CAMERA_SUPPORT
550 ---help---
551 This is a Video4Linux2 sensor-level driver for the ST VS6624
552 camera.
553
554 To compile this driver as a module, choose M here: the
555 module will be called vs6624.
556
557config VIDEO_MT9M032
558 tristate "MT9M032 camera sensor support"
559 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
560 depends on MEDIA_CAMERA_SUPPORT
561 select VIDEO_APTINA_PLL
562 ---help---
563 This driver supports MT9M032 camera sensors from Aptina, monochrome
564 models only.
565
566config VIDEO_MT9P031
567 tristate "Aptina MT9P031 support"
568 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
569 depends on MEDIA_CAMERA_SUPPORT
570 select VIDEO_APTINA_PLL
571 ---help---
572 This is a Video4Linux2 sensor-level driver for the Aptina
573 (Micron) mt9p031 5 Mpixel camera.
574
575config VIDEO_MT9T001
576 tristate "Aptina MT9T001 support"
577 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
578 depends on MEDIA_CAMERA_SUPPORT
579 ---help---
580 This is a Video4Linux2 sensor-level driver for the Aptina
581 (Micron) mt0t001 3 Mpixel camera.
582
583config VIDEO_MT9V011
584 tristate "Micron mt9v011 sensor support"
585 depends on I2C && VIDEO_V4L2
586 depends on MEDIA_CAMERA_SUPPORT
587 ---help---
588 This is a Video4Linux2 sensor-level driver for the Micron
589 mt0v011 1.3 Mpixel camera. It currently only works with the
590 em28xx driver.
591
592config VIDEO_MT9V032
593 tristate "Micron MT9V032 sensor support"
594 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
595 depends on MEDIA_CAMERA_SUPPORT
80b44ef2 596 select REGMAP_I2C
cb7a01ac
MCC
597 ---help---
598 This is a Video4Linux2 sensor-level driver for the Micron
599 MT9V032 752x480 CMOS sensor.
600
cb7a01ac
MCC
601config VIDEO_SR030PC30
602 tristate "Siliconfile SR030PC30 sensor support"
603 depends on I2C && VIDEO_V4L2
604 depends on MEDIA_CAMERA_SUPPORT
605 ---help---
606 This driver supports SR030PC30 VGA camera from Siliconfile
607
608config VIDEO_NOON010PC30
609 tristate "Siliconfile NOON010PC30 sensor support"
2cca7d4e 610 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
cb7a01ac
MCC
611 depends on MEDIA_CAMERA_SUPPORT
612 ---help---
613 This driver supports NOON010PC30 CIF camera from Siliconfile
614
615source "drivers/media/i2c/m5mols/Kconfig"
616
617config VIDEO_S5K6AA
618 tristate "Samsung S5K6AAFX sensor support"
619 depends on MEDIA_CAMERA_SUPPORT
620 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
621 ---help---
622 This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
623 camera sensor with an embedded SoC image signal processor.
624
814b4dd9
SN
625config VIDEO_S5K6A3
626 tristate "Samsung S5K6A3 sensor support"
627 depends on MEDIA_CAMERA_SUPPORT
628 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
629 ---help---
630 This is a V4L2 sensor-level driver for Samsung S5K6A3 raw
631 camera sensor.
632
8b99312b
SL
633config VIDEO_S5K4ECGX
634 tristate "Samsung S5K4ECGX sensor support"
635 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
636 ---help---
637 This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
638 camera sensor with an embedded SoC image signal processor.
639
7d459937
AH
640config VIDEO_S5K5BAF
641 tristate "Samsung S5K5BAF sensor support"
642 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
643 ---help---
644 This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M
645 camera sensor with an embedded SoC image signal processor.
646
cb7a01ac
MCC
647source "drivers/media/i2c/smiapp/Kconfig"
648
cac47f18
AH
649config VIDEO_S5C73M3
650 tristate "Samsung S5C73M3 sensor support"
651 depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
652 ---help---
4494f0fd
GG
653 This is a V4L2 sensor-level driver for Samsung S5C73M3
654 8 Mpixel camera.
cac47f18 655
cb7a01ac
MCC
656comment "Flash devices"
657
658config VIDEO_ADP1653
659 tristate "ADP1653 flash support"
660 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
661 depends on MEDIA_CAMERA_SUPPORT
662 ---help---
663 This is a driver for the ADP1653 flash controller. It is used for
664 example in Nokia N900.
665
666config VIDEO_AS3645A
667 tristate "AS3645A flash driver support"
668 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
669 depends on MEDIA_CAMERA_SUPPORT
670 ---help---
671 This is a driver for the AS3645A and LM3555 flash controllers. It has
672 build in control for flash, torch and indicator LEDs.
673
7f6b11a1
DJ
674config VIDEO_LM3560
675 tristate "LM3560 dual flash driver support"
676 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
677 depends on MEDIA_CAMERA_SUPPORT
678 select REGMAP_I2C
679 ---help---
680 This is a driver for the lm3560 dual flash controllers. It controls
681 flash, torch LEDs.
682
dc76df5d
DJ
683config VIDEO_LM3646
684 tristate "LM3646 dual flash driver support"
685 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
686 depends on MEDIA_CAMERA_SUPPORT
687 select REGMAP_I2C
688 ---help---
689 This is a driver for the lm3646 dual flash controllers. It controls
690 flash, torch LEDs.
691
cb7a01ac
MCC
692comment "Video improvement chips"
693
694config VIDEO_UPD64031A
695 tristate "NEC Electronics uPD64031A Ghost Reduction"
696 depends on VIDEO_V4L2 && I2C
697 ---help---
698 Support for the NEC Electronics uPD64031A Ghost Reduction
699 video chip. It is most often found in NTSC TV cards made for
700 Japan and is used to reduce the 'ghosting' effect that can
701 be present in analog TV broadcasts.
702
703 To compile this driver as a module, choose M here: the
704 module will be called upd64031a.
705
706config VIDEO_UPD64083
707 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
708 depends on VIDEO_V4L2 && I2C
709 ---help---
710 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
711 separation video chip. It is used to improve the quality of
712 the colors of a composite signal.
713
714 To compile this driver as a module, choose M here: the
715 module will be called upd64083.
716
6052ba35
HV
717comment "Audio/Video compression chips"
718
719config VIDEO_SAA6752HS
720 tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
721 depends on VIDEO_V4L2 && I2C
d984d325 722 select CRC32
6052ba35
HV
723 ---help---
724 Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
725 audio encoder with multiplexer.
726
727 To compile this driver as a module, choose M here: the
728 module will be called saa6752hs.
729
8c88126b 730comment "Miscellaneous helper chips"
cb7a01ac
MCC
731
732config VIDEO_THS7303
88da0183
LP
733 tristate "THS7303/53 Video Amplifier"
734 depends on VIDEO_V4L2 && I2C
cb7a01ac 735 help
88da0183 736 Support for TI THS7303/53 video amplifier
cb7a01ac
MCC
737
738 To compile this driver as a module, choose M here: the
739 module will be called ths7303.
740
741config VIDEO_M52790
742 tristate "Mitsubishi M52790 A/V switch"
743 depends on VIDEO_V4L2 && I2C
744 ---help---
745 Support for the Mitsubishi M52790 A/V switch.
746
747 To compile this driver as a module, choose M here: the
748 module will be called m52790.
fccea74f 749endmenu
e9d2f057 750
fccea74f 751menu "Sensors used on soc_camera driver"
cb7a01ac 752
2a2d1cf4
MCC
753if SOC_CAMERA
754 source "drivers/media/i2c/soc_camera/Kconfig"
755endif
756
cb7a01ac 757endmenu
fccea74f 758
cb7a01ac 759endif
This page took 0.296925 seconds and 5 git commands to generate.