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