xref: /openbmc/linux/drivers/media/i2c/Kconfig (revision 980b4503)
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 V4L2_FWNODE
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
225	select CEC_CORE
226	---help---
227	  When selected the adv7604 will support the optional
228	  HDMI CEC feature.
229
230config VIDEO_ADV7842
231	tristate "Analog Devices ADV7842 decoder"
232	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
233	select HDMI
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
246	select CEC_CORE
247	---help---
248	  When selected the adv7842 will support the optional
249	  HDMI CEC feature.
250
251config VIDEO_BT819
252	tristate "BT819A VideoStream decoder"
253	depends on VIDEO_V4L2 && I2C
254	---help---
255	  Support for BT819A video decoder.
256
257	  To compile this driver as a module, choose M here: the
258	  module will be called bt819.
259
260config VIDEO_BT856
261	tristate "BT856 VideoStream decoder"
262	depends on VIDEO_V4L2 && I2C
263	---help---
264	  Support for BT856 video decoder.
265
266	  To compile this driver as a module, choose M here: the
267	  module will be called bt856.
268
269config VIDEO_BT866
270	tristate "BT866 VideoStream decoder"
271	depends on VIDEO_V4L2 && I2C
272	---help---
273	  Support for BT866 video decoder.
274
275	  To compile this driver as a module, choose M here: the
276	  module will be called bt866.
277
278config VIDEO_KS0127
279	tristate "KS0127 video decoder"
280	depends on VIDEO_V4L2 && I2C
281	---help---
282	  Support for KS0127 video decoder.
283
284	  This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
285	  cards.
286
287	  To compile this driver as a module, choose M here: the
288	  module will be called ks0127.
289
290config VIDEO_ML86V7667
291	tristate "OKI ML86V7667 video decoder"
292	depends on VIDEO_V4L2 && I2C
293	---help---
294	  Support for the OKI Semiconductor ML86V7667 video decoder.
295
296	  To compile this driver as a module, choose M here: the
297	  module will be called ml86v7667.
298
299config VIDEO_AD5820
300	tristate "AD5820 lens voice coil support"
301	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
302	---help---
303	  This is a driver for the AD5820 camera lens voice coil.
304	  It is used for example in Nokia N900 (RX-51).
305
306config VIDEO_DW9714
307	tristate "DW9714 lens voice coil support"
308	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
309	depends on VIDEO_V4L2_SUBDEV_API
310	---help---
311	  This is a driver for the DW9714 camera lens voice coil.
312	  DW9714 is a 10 bit DAC with 120mA output current sink
313	  capability. This is designed for linear control of
314	  voice coil motors, controlled via I2C serial interface.
315
316config VIDEO_SAA7110
317	tristate "Philips SAA7110 video decoder"
318	depends on VIDEO_V4L2 && I2C
319	---help---
320	  Support for the Philips SAA7110 video decoders.
321
322	  To compile this driver as a module, choose M here: the
323	  module will be called saa7110.
324
325config VIDEO_SAA711X
326	tristate "Philips SAA7111/3/4/5 video decoders"
327	depends on VIDEO_V4L2 && I2C
328	---help---
329	  Support for the Philips SAA7111/3/4/5 video decoders.
330
331	  To compile this driver as a module, choose M here: the
332	  module will be called saa7115.
333
334config VIDEO_TC358743
335	tristate "Toshiba TC358743 decoder"
336	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
337	select HDMI
338	select V4L2_FWNODE
339	---help---
340	  Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
341
342	  To compile this driver as a module, choose M here: the
343	  module will be called tc358743.
344
345config VIDEO_TVP514X
346	tristate "Texas Instruments TVP514x video decoder"
347	depends on VIDEO_V4L2 && I2C
348	select V4L2_FWNODE
349	---help---
350	  This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
351	  decoder. It is currently working with the TI OMAP3 camera
352	  controller.
353
354	  To compile this driver as a module, choose M here: the
355	  module will be called tvp514x.
356
357config VIDEO_TVP5150
358	tristate "Texas Instruments TVP5150 video decoder"
359	depends on VIDEO_V4L2 && I2C
360	select V4L2_FWNODE
361	---help---
362	  Support for the Texas Instruments TVP5150 video decoder.
363
364	  To compile this driver as a module, choose M here: the
365	  module will be called tvp5150.
366
367config VIDEO_TVP7002
368	tristate "Texas Instruments TVP7002 video decoder"
369	depends on VIDEO_V4L2 && I2C
370	select V4L2_FWNODE
371	---help---
372	  Support for the Texas Instruments TVP7002 video decoder.
373
374	  To compile this driver as a module, choose M here: the
375	  module will be called tvp7002.
376
377config VIDEO_TW2804
378	tristate "Techwell TW2804 multiple video decoder"
379	depends on VIDEO_V4L2 && I2C
380	---help---
381	  Support for the Techwell tw2804 multiple video decoder.
382
383	  To compile this driver as a module, choose M here: the
384	  module will be called tw2804.
385
386config VIDEO_TW9903
387	tristate "Techwell TW9903 video decoder"
388	depends on VIDEO_V4L2 && I2C
389	---help---
390	  Support for the Techwell tw9903 multi-standard video decoder
391	  with high quality down scaler.
392
393	  To compile this driver as a module, choose M here: the
394	  module will be called tw9903.
395
396config VIDEO_TW9906
397	tristate "Techwell TW9906 video decoder"
398	depends on VIDEO_V4L2 && I2C
399	---help---
400	  Support for the Techwell tw9906 enhanced multi-standard comb filter
401	  video decoder with YCbCr input support.
402
403	  To compile this driver as a module, choose M here: the
404	  module will be called tw9906.
405
406config VIDEO_VPX3220
407	tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
408	depends on VIDEO_V4L2 && I2C
409	---help---
410	  Support for VPX322x video decoders.
411
412	  To compile this driver as a module, choose M here: the
413	  module will be called vpx3220.
414
415comment "Video and audio decoders"
416
417config VIDEO_SAA717X
418	tristate "Philips SAA7171/3/4 audio/video decoders"
419	depends on VIDEO_V4L2 && I2C
420	---help---
421	  Support for the Philips SAA7171/3/4 audio/video decoders.
422
423	  To compile this driver as a module, choose M here: the
424	  module will be called saa717x.
425
426source "drivers/media/i2c/cx25840/Kconfig"
427
428comment "Video encoders"
429
430config VIDEO_SAA7127
431	tristate "Philips SAA7127/9 digital video encoders"
432	depends on VIDEO_V4L2 && I2C
433	---help---
434	  Support for the Philips SAA7127/9 digital video encoders.
435
436	  To compile this driver as a module, choose M here: the
437	  module will be called saa7127.
438
439config VIDEO_SAA7185
440	tristate "Philips SAA7185 video encoder"
441	depends on VIDEO_V4L2 && I2C
442	---help---
443	  Support for the Philips SAA7185 video encoder.
444
445	  To compile this driver as a module, choose M here: the
446	  module will be called saa7185.
447
448config VIDEO_ADV7170
449	tristate "Analog Devices ADV7170 video encoder"
450	depends on VIDEO_V4L2 && I2C
451	---help---
452	  Support for the Analog Devices ADV7170 video encoder driver
453
454	  To compile this driver as a module, choose M here: the
455	  module will be called adv7170.
456
457config VIDEO_ADV7175
458	tristate "Analog Devices ADV7175 video encoder"
459	depends on VIDEO_V4L2 && I2C
460	---help---
461	  Support for the Analog Devices ADV7175 video encoder driver
462
463	  To compile this driver as a module, choose M here: the
464	  module will be called adv7175.
465
466config VIDEO_ADV7343
467	tristate "ADV7343 video encoder"
468	depends on I2C
469	help
470	  Support for Analog Devices I2C bus based ADV7343 encoder.
471
472	  To compile this driver as a module, choose M here: the
473	  module will be called adv7343.
474
475config VIDEO_ADV7393
476	tristate "ADV7393 video encoder"
477	depends on I2C
478	help
479	  Support for Analog Devices I2C bus based ADV7393 encoder.
480
481	  To compile this driver as a module, choose M here: the
482	  module will be called adv7393.
483
484config VIDEO_ADV7511
485	tristate "Analog Devices ADV7511 encoder"
486	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
487	select HDMI
488	---help---
489	  Support for the Analog Devices ADV7511 video encoder.
490
491	  This is a Analog Devices HDMI transmitter.
492
493	  To compile this driver as a module, choose M here: the
494	  module will be called adv7511.
495
496config VIDEO_ADV7511_CEC
497	bool "Enable Analog Devices ADV7511 CEC support"
498	depends on VIDEO_ADV7511
499	select CEC_CORE
500	---help---
501	  When selected the adv7511 will support the optional
502	  HDMI CEC feature.
503
504config VIDEO_AD9389B
505	tristate "Analog Devices AD9389B encoder"
506	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
507	---help---
508	  Support for the Analog Devices AD9389B video encoder.
509
510	  This is a Analog Devices HDMI transmitter.
511
512	  To compile this driver as a module, choose M here: the
513	  module will be called ad9389b.
514
515config VIDEO_AK881X
516	tristate "AK8813/AK8814 video encoders"
517	depends on I2C
518	help
519	  Video output driver for AKM AK8813 and AK8814 TV encoders
520
521config VIDEO_THS8200
522	tristate "Texas Instruments THS8200 video encoder"
523	depends on VIDEO_V4L2 && I2C
524	---help---
525	  Support for the Texas Instruments THS8200 video encoder.
526
527	  To compile this driver as a module, choose M here: the
528	  module will be called ths8200.
529
530comment "Camera sensor devices"
531
532config VIDEO_APTINA_PLL
533	tristate
534
535config VIDEO_SMIAPP_PLL
536	tristate
537
538config VIDEO_OV2640
539	tristate "OmniVision OV2640 sensor support"
540	depends on VIDEO_V4L2 && I2C
541	depends on MEDIA_CAMERA_SUPPORT
542	help
543	  This is a Video4Linux2 sensor-level driver for the OmniVision
544	  OV2640 camera.
545
546	  To compile this driver as a module, choose M here: the
547	  module will be called ov2640.
548
549config VIDEO_OV2659
550	tristate "OmniVision OV2659 sensor support"
551	depends on VIDEO_V4L2 && I2C
552	depends on MEDIA_CAMERA_SUPPORT
553	select V4L2_FWNODE
554	---help---
555	  This is a Video4Linux2 sensor-level driver for the OmniVision
556	  OV2659 camera.
557
558	  To compile this driver as a module, choose M here: the
559	  module will be called ov2659.
560
561config VIDEO_OV5640
562	tristate "OmniVision OV5640 sensor support"
563	depends on OF
564	depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
565	depends on MEDIA_CAMERA_SUPPORT
566	select V4L2_FWNODE
567	---help---
568	  This is a Video4Linux2 sensor-level driver for the Omnivision
569	  OV5640 camera sensor with a MIPI CSI-2 interface.
570
571config VIDEO_OV5645
572	tristate "OmniVision OV5645 sensor support"
573	depends on OF
574	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
575	depends on MEDIA_CAMERA_SUPPORT
576	select V4L2_FWNODE
577	---help---
578	  This is a Video4Linux2 sensor-level driver for the OmniVision
579	  OV5645 camera.
580
581	  To compile this driver as a module, choose M here: the
582	  module will be called ov5645.
583
584config VIDEO_OV5647
585	tristate "OmniVision OV5647 sensor support"
586	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
587	depends on MEDIA_CAMERA_SUPPORT
588	select V4L2_FWNODE
589	---help---
590	  This is a Video4Linux2 sensor-level driver for the OmniVision
591	  OV5647 camera.
592
593	  To compile this driver as a module, choose M here: the
594	  module will be called ov5647.
595
596config VIDEO_OV7640
597	tristate "OmniVision OV7640 sensor support"
598	depends on I2C && VIDEO_V4L2
599	depends on MEDIA_CAMERA_SUPPORT
600	---help---
601	  This is a Video4Linux2 sensor-level driver for the OmniVision
602	  OV7640 camera.
603
604	  To compile this driver as a module, choose M here: the
605	  module will be called ov7640.
606
607config VIDEO_OV7670
608	tristate "OmniVision OV7670 sensor support"
609	depends on I2C && VIDEO_V4L2
610	depends on MEDIA_CAMERA_SUPPORT
611	---help---
612	  This is a Video4Linux2 sensor-level driver for the OmniVision
613	  OV7670 VGA camera.  It currently only works with the M88ALP01
614	  controller.
615
616config VIDEO_OV9650
617	tristate "OmniVision OV9650/OV9652 sensor support"
618	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
619	---help---
620	  This is a V4L2 sensor-level driver for the Omnivision
621	  OV9650 and OV9652 camera sensors.
622
623config VIDEO_OV13858
624	tristate "OmniVision OV13858 sensor support"
625	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
626	depends on MEDIA_CAMERA_SUPPORT
627	---help---
628	  This is a Video4Linux2 sensor-level driver for the OmniVision
629	  OV13858 camera.
630
631config VIDEO_VS6624
632	tristate "ST VS6624 sensor support"
633	depends on VIDEO_V4L2 && I2C
634	depends on MEDIA_CAMERA_SUPPORT
635	---help---
636	  This is a Video4Linux2 sensor-level driver for the ST VS6624
637	  camera.
638
639	  To compile this driver as a module, choose M here: the
640	  module will be called vs6624.
641
642config VIDEO_MT9M032
643	tristate "MT9M032 camera sensor support"
644	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
645	depends on MEDIA_CAMERA_SUPPORT
646	select VIDEO_APTINA_PLL
647	---help---
648	  This driver supports MT9M032 camera sensors from Aptina, monochrome
649	  models only.
650
651config VIDEO_MT9M111
652	tristate "mt9m111, mt9m112 and mt9m131 support"
653	depends on I2C && VIDEO_V4L2
654	help
655	  This driver supports MT9M111, MT9M112 and MT9M131 cameras from
656	  Micron/Aptina
657
658config VIDEO_MT9P031
659	tristate "Aptina MT9P031 support"
660	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
661	depends on MEDIA_CAMERA_SUPPORT
662	select VIDEO_APTINA_PLL
663	---help---
664	  This is a Video4Linux2 sensor-level driver for the Aptina
665	  (Micron) mt9p031 5 Mpixel camera.
666
667config VIDEO_MT9T001
668	tristate "Aptina MT9T001 support"
669	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
670	depends on MEDIA_CAMERA_SUPPORT
671	---help---
672	  This is a Video4Linux2 sensor-level driver for the Aptina
673	  (Micron) mt0t001 3 Mpixel camera.
674
675config VIDEO_MT9V011
676	tristate "Micron mt9v011 sensor support"
677	depends on I2C && VIDEO_V4L2
678	depends on MEDIA_CAMERA_SUPPORT
679	---help---
680	  This is a Video4Linux2 sensor-level driver for the Micron
681	  mt0v011 1.3 Mpixel camera.  It currently only works with the
682	  em28xx driver.
683
684config VIDEO_MT9V032
685	tristate "Micron MT9V032 sensor support"
686	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
687	depends on MEDIA_CAMERA_SUPPORT
688	select REGMAP_I2C
689	select V4L2_FWNODE
690	---help---
691	  This is a Video4Linux2 sensor-level driver for the Micron
692	  MT9V032 752x480 CMOS sensor.
693
694config VIDEO_SR030PC30
695	tristate "Siliconfile SR030PC30 sensor support"
696	depends on I2C && VIDEO_V4L2
697	depends on MEDIA_CAMERA_SUPPORT
698	---help---
699	  This driver supports SR030PC30 VGA camera from Siliconfile
700
701config VIDEO_NOON010PC30
702	tristate "Siliconfile NOON010PC30 sensor support"
703	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
704	depends on MEDIA_CAMERA_SUPPORT
705	---help---
706	  This driver supports NOON010PC30 CIF camera from Siliconfile
707
708source "drivers/media/i2c/m5mols/Kconfig"
709
710config VIDEO_S5K6AA
711	tristate "Samsung S5K6AAFX sensor support"
712	depends on MEDIA_CAMERA_SUPPORT
713	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
714	---help---
715	  This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
716	  camera sensor with an embedded SoC image signal processor.
717
718config VIDEO_S5K6A3
719	tristate "Samsung S5K6A3 sensor support"
720	depends on MEDIA_CAMERA_SUPPORT
721	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
722	---help---
723	  This is a V4L2 sensor-level driver for Samsung S5K6A3 raw
724	  camera sensor.
725
726config VIDEO_S5K4ECGX
727        tristate "Samsung S5K4ECGX sensor support"
728        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
729	select CRC32
730        ---help---
731          This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
732          camera sensor with an embedded SoC image signal processor.
733
734config VIDEO_S5K5BAF
735	tristate "Samsung S5K5BAF sensor support"
736	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
737	select V4L2_FWNODE
738	---help---
739	  This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M
740	  camera sensor with an embedded SoC image signal processor.
741
742source "drivers/media/i2c/smiapp/Kconfig"
743source "drivers/media/i2c/et8ek8/Kconfig"
744
745config VIDEO_S5C73M3
746	tristate "Samsung S5C73M3 sensor support"
747	depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
748	select V4L2_FWNODE
749	---help---
750	  This is a V4L2 sensor-level driver for Samsung S5C73M3
751	  8 Mpixel camera.
752
753comment "Flash devices"
754
755config VIDEO_ADP1653
756	tristate "ADP1653 flash support"
757	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
758	depends on MEDIA_CAMERA_SUPPORT
759	---help---
760	  This is a driver for the ADP1653 flash controller. It is used for
761	  example in Nokia N900.
762
763config VIDEO_AS3645A
764	tristate "AS3645A flash driver support"
765	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
766	depends on MEDIA_CAMERA_SUPPORT
767	---help---
768	  This is a driver for the AS3645A and LM3555 flash controllers. It has
769	  build in control for flash, torch and indicator LEDs.
770
771config VIDEO_LM3560
772	tristate "LM3560 dual flash driver support"
773	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
774	depends on MEDIA_CAMERA_SUPPORT
775	select REGMAP_I2C
776	---help---
777	  This is a driver for the lm3560 dual flash controllers. It controls
778	  flash, torch LEDs.
779
780config VIDEO_LM3646
781	tristate "LM3646 dual flash driver support"
782	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
783	depends on MEDIA_CAMERA_SUPPORT
784	select REGMAP_I2C
785	---help---
786	  This is a driver for the lm3646 dual flash controllers. It controls
787	  flash, torch LEDs.
788
789comment "Video improvement chips"
790
791config VIDEO_UPD64031A
792	tristate "NEC Electronics uPD64031A Ghost Reduction"
793	depends on VIDEO_V4L2 && I2C
794	---help---
795	  Support for the NEC Electronics uPD64031A Ghost Reduction
796	  video chip. It is most often found in NTSC TV cards made for
797	  Japan and is used to reduce the 'ghosting' effect that can
798	  be present in analog TV broadcasts.
799
800	  To compile this driver as a module, choose M here: the
801	  module will be called upd64031a.
802
803config VIDEO_UPD64083
804	tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
805	depends on VIDEO_V4L2 && I2C
806	---help---
807	  Support for the NEC Electronics uPD64083 3-Dimensional Y/C
808	  separation video chip. It is used to improve the quality of
809	  the colors of a composite signal.
810
811	  To compile this driver as a module, choose M here: the
812	  module will be called upd64083.
813
814comment "Audio/Video compression chips"
815
816config VIDEO_SAA6752HS
817	tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
818	depends on VIDEO_V4L2 && I2C
819	select CRC32
820	---help---
821	  Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
822	  audio encoder with multiplexer.
823
824	  To compile this driver as a module, choose M here: the
825	  module will be called saa6752hs.
826
827comment "SDR tuner chips"
828
829config SDR_MAX2175
830	tristate "Maxim 2175 RF to Bits tuner"
831	depends on VIDEO_V4L2 && MEDIA_SDR_SUPPORT && I2C
832	---help---
833	  Support for Maxim 2175 tuner. It is an advanced analog/digital
834	  radio receiver with RF-to-Bits front-end designed for SDR solutions.
835
836	  To compile this driver as a module, choose M here; the
837	  module will be called max2175.
838
839comment "Miscellaneous helper chips"
840
841config VIDEO_THS7303
842	tristate "THS7303/53 Video Amplifier"
843	depends on VIDEO_V4L2 && I2C
844	help
845	  Support for TI THS7303/53 video amplifier
846
847	  To compile this driver as a module, choose M here: the
848	  module will be called ths7303.
849
850config VIDEO_M52790
851	tristate "Mitsubishi M52790 A/V switch"
852	depends on VIDEO_V4L2 && I2C
853	---help---
854	 Support for the Mitsubishi M52790 A/V switch.
855
856	 To compile this driver as a module, choose M here: the
857	 module will be called m52790.
858endmenu
859
860menu "Sensors used on soc_camera driver"
861
862if SOC_CAMERA
863	source "drivers/media/i2c/soc_camera/Kconfig"
864endif
865
866endmenu
867
868endif
869