xref: /openbmc/linux/drivers/media/i2c/Kconfig (revision 293d5b43)
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 "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 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_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
316config VIDEO_TC358743
317	tristate "Toshiba TC358743 decoder"
318	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
319	select HDMI
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
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
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
364config VIDEO_TW9903
365	tristate "Techwell TW9903 video decoder"
366	depends on VIDEO_V4L2 && I2C
367	---help---
368	  Support for the Techwell tw9903 multi-standard video decoder
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
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
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
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
462config VIDEO_ADV7511
463	tristate "Analog Devices ADV7511 encoder"
464	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
465	select HDMI
466	select MEDIA_CEC_EDID
467	---help---
468	  Support for the Analog Devices ADV7511 video encoder.
469
470	  This is a Analog Devices HDMI transmitter.
471
472	  To compile this driver as a module, choose M here: the
473	  module will be called adv7511.
474
475config VIDEO_ADV7511_CEC
476	bool "Enable Analog Devices ADV7511 CEC support"
477	depends on VIDEO_ADV7511 && MEDIA_CEC
478	---help---
479	  When selected the adv7511 will support the optional
480	  HDMI CEC feature.
481
482config VIDEO_AD9389B
483	tristate "Analog Devices AD9389B encoder"
484	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
485	---help---
486	  Support for the Analog Devices AD9389B video encoder.
487
488	  This is a Analog Devices HDMI transmitter.
489
490	  To compile this driver as a module, choose M here: the
491	  module will be called ad9389b.
492
493config VIDEO_AK881X
494	tristate "AK8813/AK8814 video encoders"
495	depends on I2C
496	help
497	  Video output driver for AKM AK8813 and AK8814 TV encoders
498
499config VIDEO_THS8200
500	tristate "Texas Instruments THS8200 video encoder"
501	depends on VIDEO_V4L2 && I2C
502	---help---
503	  Support for the Texas Instruments THS8200 video encoder.
504
505	  To compile this driver as a module, choose M here: the
506	  module will be called ths8200.
507
508comment "Camera sensor devices"
509
510config VIDEO_APTINA_PLL
511	tristate
512
513config VIDEO_SMIAPP_PLL
514	tristate
515
516config VIDEO_OV2659
517	tristate "OmniVision OV2659 sensor support"
518	depends on VIDEO_V4L2 && I2C
519	depends on MEDIA_CAMERA_SUPPORT
520	---help---
521	  This is a Video4Linux2 sensor-level driver for the OmniVision
522	  OV2659 camera.
523
524	  To compile this driver as a module, choose M here: the
525	  module will be called ov2659.
526
527config VIDEO_OV7640
528	tristate "OmniVision OV7640 sensor support"
529	depends on I2C && VIDEO_V4L2
530	depends on MEDIA_CAMERA_SUPPORT
531	---help---
532	  This is a Video4Linux2 sensor-level driver for the OmniVision
533	  OV7640 camera.
534
535	  To compile this driver as a module, choose M here: the
536	  module will be called ov7640.
537
538config VIDEO_OV7670
539	tristate "OmniVision OV7670 sensor support"
540	depends on I2C && VIDEO_V4L2
541	depends on MEDIA_CAMERA_SUPPORT
542	---help---
543	  This is a Video4Linux2 sensor-level driver for the OmniVision
544	  OV7670 VGA camera.  It currently only works with the M88ALP01
545	  controller.
546
547config VIDEO_OV9650
548	tristate "OmniVision OV9650/OV9652 sensor support"
549	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
550	---help---
551	  This is a V4L2 sensor-level driver for the Omnivision
552	  OV9650 and OV9652 camera sensors.
553
554config VIDEO_VS6624
555	tristate "ST VS6624 sensor support"
556	depends on VIDEO_V4L2 && I2C
557	depends on MEDIA_CAMERA_SUPPORT
558	---help---
559	  This is a Video4Linux2 sensor-level driver for the ST VS6624
560	  camera.
561
562	  To compile this driver as a module, choose M here: the
563	  module will be called vs6624.
564
565config VIDEO_MT9M032
566	tristate "MT9M032 camera sensor support"
567	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
568	depends on MEDIA_CAMERA_SUPPORT
569	select VIDEO_APTINA_PLL
570	---help---
571	  This driver supports MT9M032 camera sensors from Aptina, monochrome
572	  models only.
573
574config VIDEO_MT9P031
575	tristate "Aptina MT9P031 support"
576	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
577	depends on MEDIA_CAMERA_SUPPORT
578	select VIDEO_APTINA_PLL
579	---help---
580	  This is a Video4Linux2 sensor-level driver for the Aptina
581	  (Micron) mt9p031 5 Mpixel camera.
582
583config VIDEO_MT9T001
584	tristate "Aptina MT9T001 support"
585	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
586	depends on MEDIA_CAMERA_SUPPORT
587	---help---
588	  This is a Video4Linux2 sensor-level driver for the Aptina
589	  (Micron) mt0t001 3 Mpixel camera.
590
591config VIDEO_MT9V011
592	tristate "Micron mt9v011 sensor support"
593	depends on I2C && VIDEO_V4L2
594	depends on MEDIA_CAMERA_SUPPORT
595	---help---
596	  This is a Video4Linux2 sensor-level driver for the Micron
597	  mt0v011 1.3 Mpixel camera.  It currently only works with the
598	  em28xx driver.
599
600config VIDEO_MT9V032
601	tristate "Micron MT9V032 sensor support"
602	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
603	depends on MEDIA_CAMERA_SUPPORT
604	select REGMAP_I2C
605	---help---
606	  This is a Video4Linux2 sensor-level driver for the Micron
607	  MT9V032 752x480 CMOS sensor.
608
609config VIDEO_SR030PC30
610	tristate "Siliconfile SR030PC30 sensor support"
611	depends on I2C && VIDEO_V4L2
612	depends on MEDIA_CAMERA_SUPPORT
613	---help---
614	  This driver supports SR030PC30 VGA camera from Siliconfile
615
616config VIDEO_NOON010PC30
617	tristate "Siliconfile NOON010PC30 sensor support"
618	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
619	depends on MEDIA_CAMERA_SUPPORT
620	---help---
621	  This driver supports NOON010PC30 CIF camera from Siliconfile
622
623source "drivers/media/i2c/m5mols/Kconfig"
624
625config VIDEO_S5K6AA
626	tristate "Samsung S5K6AAFX 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 S5K6AA(FX) 1.3M
631	  camera sensor with an embedded SoC image signal processor.
632
633config VIDEO_S5K6A3
634	tristate "Samsung S5K6A3 sensor support"
635	depends on MEDIA_CAMERA_SUPPORT
636	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
637	---help---
638	  This is a V4L2 sensor-level driver for Samsung S5K6A3 raw
639	  camera sensor.
640
641config VIDEO_S5K4ECGX
642        tristate "Samsung S5K4ECGX sensor support"
643        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
644        ---help---
645          This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
646          camera sensor with an embedded SoC image signal processor.
647
648config VIDEO_S5K5BAF
649	tristate "Samsung S5K5BAF sensor support"
650	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
651	---help---
652	  This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M
653	  camera sensor with an embedded SoC image signal processor.
654
655source "drivers/media/i2c/smiapp/Kconfig"
656
657config VIDEO_S5C73M3
658	tristate "Samsung S5C73M3 sensor support"
659	depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
660	---help---
661	  This is a V4L2 sensor-level driver for Samsung S5C73M3
662	  8 Mpixel camera.
663
664comment "Flash devices"
665
666config VIDEO_ADP1653
667	tristate "ADP1653 flash support"
668	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
669	depends on MEDIA_CAMERA_SUPPORT
670	---help---
671	  This is a driver for the ADP1653 flash controller. It is used for
672	  example in Nokia N900.
673
674config VIDEO_AS3645A
675	tristate "AS3645A flash driver support"
676	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
677	depends on MEDIA_CAMERA_SUPPORT
678	---help---
679	  This is a driver for the AS3645A and LM3555 flash controllers. It has
680	  build in control for flash, torch and indicator LEDs.
681
682config VIDEO_LM3560
683	tristate "LM3560 dual flash driver support"
684	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
685	depends on MEDIA_CAMERA_SUPPORT
686	select REGMAP_I2C
687	---help---
688	  This is a driver for the lm3560 dual flash controllers. It controls
689	  flash, torch LEDs.
690
691config VIDEO_LM3646
692	tristate "LM3646 dual flash driver support"
693	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
694	depends on MEDIA_CAMERA_SUPPORT
695	select REGMAP_I2C
696	---help---
697	  This is a driver for the lm3646 dual flash controllers. It controls
698	  flash, torch LEDs.
699
700comment "Video improvement chips"
701
702config VIDEO_UPD64031A
703	tristate "NEC Electronics uPD64031A Ghost Reduction"
704	depends on VIDEO_V4L2 && I2C
705	---help---
706	  Support for the NEC Electronics uPD64031A Ghost Reduction
707	  video chip. It is most often found in NTSC TV cards made for
708	  Japan and is used to reduce the 'ghosting' effect that can
709	  be present in analog TV broadcasts.
710
711	  To compile this driver as a module, choose M here: the
712	  module will be called upd64031a.
713
714config VIDEO_UPD64083
715	tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
716	depends on VIDEO_V4L2 && I2C
717	---help---
718	  Support for the NEC Electronics uPD64083 3-Dimensional Y/C
719	  separation video chip. It is used to improve the quality of
720	  the colors of a composite signal.
721
722	  To compile this driver as a module, choose M here: the
723	  module will be called upd64083.
724
725comment "Audio/Video compression chips"
726
727config VIDEO_SAA6752HS
728	tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
729	depends on VIDEO_V4L2 && I2C
730	select CRC32
731	---help---
732	  Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
733	  audio encoder with multiplexer.
734
735	  To compile this driver as a module, choose M here: the
736	  module will be called saa6752hs.
737
738comment "Miscellaneous helper chips"
739
740config VIDEO_THS7303
741	tristate "THS7303/53 Video Amplifier"
742	depends on VIDEO_V4L2 && I2C
743	help
744	  Support for TI THS7303/53 video amplifier
745
746	  To compile this driver as a module, choose M here: the
747	  module will be called ths7303.
748
749config VIDEO_M52790
750	tristate "Mitsubishi M52790 A/V switch"
751	depends on VIDEO_V4L2 && I2C
752	---help---
753	 Support for the Mitsubishi M52790 A/V switch.
754
755	 To compile this driver as a module, choose M here: the
756	 module will be called m52790.
757endmenu
758
759menu "Sensors used on soc_camera driver"
760
761if SOC_CAMERA
762	source "drivers/media/i2c/soc_camera/Kconfig"
763endif
764
765endmenu
766
767endif
768