xref: /openbmc/linux/drivers/media/i2c/Kconfig (revision 1c8018f7)
1#
2# Multimedia Video device configuration
3#
4
5if VIDEO_V4L2
6
7config 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
24menu "I2C Encoders, decoders, sensors and other helper chips"
25	visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
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_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
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"
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
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
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
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
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
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"
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
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
207config 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	select MEDIA_CEC_EDID
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
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
229config VIDEO_ADV7842
230	tristate "Analog Devices ADV7842 decoder"
231	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
232	select HDMI
233	select MEDIA_CEC_EDID
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
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
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
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
298config 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
305config 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
314config 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
323config 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
333config 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
344config 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
353config 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
362config 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
371config 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
381config 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
391config 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
400comment "Video and audio decoders"
401
402config 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
411source "drivers/media/i2c/cx25840/Kconfig"
412
413comment "Video encoders"
414
415config 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
424config 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
433config 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
442config 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
451config 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
460config 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
469config VIDEO_ADV7511
470	tristate "Analog Devices ADV7511 encoder"
471	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
472	select HDMI
473	select MEDIA_CEC_EDID
474	---help---
475	  Support for the Analog Devices ADV7511 video encoder.
476
477	  This is a Analog Devices HDMI transmitter.
478
479	  To compile this driver as a module, choose M here: the
480	  module will be called adv7511.
481
482config VIDEO_ADV7511_CEC
483	bool "Enable Analog Devices ADV7511 CEC support"
484	depends on VIDEO_ADV7511 && MEDIA_CEC
485	---help---
486	  When selected the adv7511 will support the optional
487	  HDMI CEC feature.
488
489config 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
500config 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
506config 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
515comment "Camera sensor devices"
516
517config VIDEO_APTINA_PLL
518	tristate
519
520config VIDEO_SMIAPP_PLL
521	tristate
522
523config VIDEO_OV2659
524	tristate "OmniVision OV2659 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	  OV2659 camera.
530
531	  To compile this driver as a module, choose M here: the
532	  module will be called ov2659.
533
534config VIDEO_OV7640
535	tristate "OmniVision OV7640 sensor support"
536	depends on I2C && VIDEO_V4L2
537	depends on MEDIA_CAMERA_SUPPORT
538	---help---
539	  This is a Video4Linux2 sensor-level driver for the OmniVision
540	  OV7640 camera.
541
542	  To compile this driver as a module, choose M here: the
543	  module will be called ov7640.
544
545config VIDEO_OV7670
546	tristate "OmniVision OV7670 sensor support"
547	depends on I2C && VIDEO_V4L2
548	depends on MEDIA_CAMERA_SUPPORT
549	---help---
550	  This is a Video4Linux2 sensor-level driver for the OmniVision
551	  OV7670 VGA camera.  It currently only works with the M88ALP01
552	  controller.
553
554config VIDEO_OV9650
555	tristate "OmniVision OV9650/OV9652 sensor support"
556	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
557	---help---
558	  This is a V4L2 sensor-level driver for the Omnivision
559	  OV9650 and OV9652 camera sensors.
560
561config VIDEO_VS6624
562	tristate "ST VS6624 sensor support"
563	depends on VIDEO_V4L2 && I2C
564	depends on MEDIA_CAMERA_SUPPORT
565	---help---
566	  This is a Video4Linux2 sensor-level driver for the ST VS6624
567	  camera.
568
569	  To compile this driver as a module, choose M here: the
570	  module will be called vs6624.
571
572config VIDEO_MT9M032
573	tristate "MT9M032 camera sensor support"
574	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
575	depends on MEDIA_CAMERA_SUPPORT
576	select VIDEO_APTINA_PLL
577	---help---
578	  This driver supports MT9M032 camera sensors from Aptina, monochrome
579	  models only.
580
581config VIDEO_MT9M111
582	tristate "mt9m111, mt9m112 and mt9m131 support"
583	depends on I2C && VIDEO_V4L2
584	help
585	  This driver supports MT9M111, MT9M112 and MT9M131 cameras from
586	  Micron/Aptina
587
588config VIDEO_MT9P031
589	tristate "Aptina MT9P031 support"
590	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
591	depends on MEDIA_CAMERA_SUPPORT
592	select VIDEO_APTINA_PLL
593	---help---
594	  This is a Video4Linux2 sensor-level driver for the Aptina
595	  (Micron) mt9p031 5 Mpixel camera.
596
597config VIDEO_MT9T001
598	tristate "Aptina MT9T001 support"
599	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
600	depends on MEDIA_CAMERA_SUPPORT
601	---help---
602	  This is a Video4Linux2 sensor-level driver for the Aptina
603	  (Micron) mt0t001 3 Mpixel camera.
604
605config VIDEO_MT9V011
606	tristate "Micron mt9v011 sensor support"
607	depends on I2C && VIDEO_V4L2
608	depends on MEDIA_CAMERA_SUPPORT
609	---help---
610	  This is a Video4Linux2 sensor-level driver for the Micron
611	  mt0v011 1.3 Mpixel camera.  It currently only works with the
612	  em28xx driver.
613
614config VIDEO_MT9V032
615	tristate "Micron MT9V032 sensor support"
616	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
617	depends on MEDIA_CAMERA_SUPPORT
618	select REGMAP_I2C
619	---help---
620	  This is a Video4Linux2 sensor-level driver for the Micron
621	  MT9V032 752x480 CMOS sensor.
622
623config VIDEO_SR030PC30
624	tristate "Siliconfile SR030PC30 sensor support"
625	depends on I2C && VIDEO_V4L2
626	depends on MEDIA_CAMERA_SUPPORT
627	---help---
628	  This driver supports SR030PC30 VGA camera from Siliconfile
629
630config VIDEO_NOON010PC30
631	tristate "Siliconfile NOON010PC30 sensor support"
632	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
633	depends on MEDIA_CAMERA_SUPPORT
634	---help---
635	  This driver supports NOON010PC30 CIF camera from Siliconfile
636
637source "drivers/media/i2c/m5mols/Kconfig"
638
639config VIDEO_S5K6AA
640	tristate "Samsung S5K6AAFX sensor support"
641	depends on MEDIA_CAMERA_SUPPORT
642	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
643	---help---
644	  This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
645	  camera sensor with an embedded SoC image signal processor.
646
647config VIDEO_S5K6A3
648	tristate "Samsung S5K6A3 sensor support"
649	depends on MEDIA_CAMERA_SUPPORT
650	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
651	---help---
652	  This is a V4L2 sensor-level driver for Samsung S5K6A3 raw
653	  camera sensor.
654
655config VIDEO_S5K4ECGX
656        tristate "Samsung S5K4ECGX sensor support"
657        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
658        ---help---
659          This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
660          camera sensor with an embedded SoC image signal processor.
661
662config VIDEO_S5K5BAF
663	tristate "Samsung S5K5BAF sensor support"
664	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
665	---help---
666	  This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M
667	  camera sensor with an embedded SoC image signal processor.
668
669source "drivers/media/i2c/smiapp/Kconfig"
670
671config VIDEO_S5C73M3
672	tristate "Samsung S5C73M3 sensor support"
673	depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
674	---help---
675	  This is a V4L2 sensor-level driver for Samsung S5C73M3
676	  8 Mpixel camera.
677
678comment "Flash devices"
679
680config VIDEO_ADP1653
681	tristate "ADP1653 flash support"
682	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
683	depends on MEDIA_CAMERA_SUPPORT
684	---help---
685	  This is a driver for the ADP1653 flash controller. It is used for
686	  example in Nokia N900.
687
688config VIDEO_AS3645A
689	tristate "AS3645A flash driver support"
690	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
691	depends on MEDIA_CAMERA_SUPPORT
692	---help---
693	  This is a driver for the AS3645A and LM3555 flash controllers. It has
694	  build in control for flash, torch and indicator LEDs.
695
696config VIDEO_LM3560
697	tristate "LM3560 dual flash driver support"
698	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
699	depends on MEDIA_CAMERA_SUPPORT
700	select REGMAP_I2C
701	---help---
702	  This is a driver for the lm3560 dual flash controllers. It controls
703	  flash, torch LEDs.
704
705config VIDEO_LM3646
706	tristate "LM3646 dual flash driver support"
707	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
708	depends on MEDIA_CAMERA_SUPPORT
709	select REGMAP_I2C
710	---help---
711	  This is a driver for the lm3646 dual flash controllers. It controls
712	  flash, torch LEDs.
713
714comment "Video improvement chips"
715
716config VIDEO_UPD64031A
717	tristate "NEC Electronics uPD64031A Ghost Reduction"
718	depends on VIDEO_V4L2 && I2C
719	---help---
720	  Support for the NEC Electronics uPD64031A Ghost Reduction
721	  video chip. It is most often found in NTSC TV cards made for
722	  Japan and is used to reduce the 'ghosting' effect that can
723	  be present in analog TV broadcasts.
724
725	  To compile this driver as a module, choose M here: the
726	  module will be called upd64031a.
727
728config VIDEO_UPD64083
729	tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
730	depends on VIDEO_V4L2 && I2C
731	---help---
732	  Support for the NEC Electronics uPD64083 3-Dimensional Y/C
733	  separation video chip. It is used to improve the quality of
734	  the colors of a composite signal.
735
736	  To compile this driver as a module, choose M here: the
737	  module will be called upd64083.
738
739comment "Audio/Video compression chips"
740
741config VIDEO_SAA6752HS
742	tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
743	depends on VIDEO_V4L2 && I2C
744	select CRC32
745	---help---
746	  Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
747	  audio encoder with multiplexer.
748
749	  To compile this driver as a module, choose M here: the
750	  module will be called saa6752hs.
751
752comment "Miscellaneous helper chips"
753
754config VIDEO_THS7303
755	tristate "THS7303/53 Video Amplifier"
756	depends on VIDEO_V4L2 && I2C
757	help
758	  Support for TI THS7303/53 video amplifier
759
760	  To compile this driver as a module, choose M here: the
761	  module will be called ths7303.
762
763config VIDEO_M52790
764	tristate "Mitsubishi M52790 A/V switch"
765	depends on VIDEO_V4L2 && I2C
766	---help---
767	 Support for the Mitsubishi M52790 A/V switch.
768
769	 To compile this driver as a module, choose M here: the
770	 module will be called m52790.
771endmenu
772
773menu "Sensors used on soc_camera driver"
774
775if SOC_CAMERA
776	source "drivers/media/i2c/soc_camera/Kconfig"
777endif
778
779endmenu
780
781endif
782