xref: /openbmc/linux/drivers/media/i2c/Kconfig (revision 92b19ff5)
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
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_CS5345
87	tristate "Cirrus Logic CS5345 audio ADC"
88	depends on VIDEO_V4L2 && I2C
89	---help---
90	  Support for the Cirrus Logic CS5345 24-bit, 192 kHz
91	  stereo A/D converter.
92
93	  To compile this driver as a module, choose M here: the
94	  module will be called cs5345.
95
96config VIDEO_CS53L32A
97	tristate "Cirrus Logic CS53L32A audio ADC"
98	depends on VIDEO_V4L2 && I2C
99	---help---
100	  Support for the Cirrus Logic CS53L32A low voltage
101	  stereo A/D converter.
102
103	  To compile this driver as a module, choose M here: the
104	  module will be called cs53l32a.
105
106config VIDEO_TLV320AIC23B
107	tristate "Texas Instruments TLV320AIC23B audio codec"
108	depends on VIDEO_V4L2 && I2C
109	---help---
110	  Support for the Texas Instruments TLV320AIC23B audio codec.
111
112	  To compile this driver as a module, choose M here: the
113	  module will be called tlv320aic23b.
114
115config VIDEO_UDA1342
116	tristate "Philips UDA1342 audio codec"
117	depends on VIDEO_V4L2 && I2C
118	---help---
119	  Support for the Philips UDA1342 audio codec.
120
121	  To compile this driver as a module, choose M here: the
122	  module will be called uda1342.
123
124config VIDEO_WM8775
125	tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
126	depends on VIDEO_V4L2 && I2C
127	---help---
128	  Support for the Wolfson Microelectronics WM8775 high
129	  performance stereo A/D Converter with a 4 channel input mixer.
130
131	  To compile this driver as a module, choose M here: the
132	  module will be called wm8775.
133
134config VIDEO_WM8739
135	tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
136	depends on VIDEO_V4L2 && I2C
137	---help---
138	  Support for the Wolfson Microelectronics WM8739
139	  stereo A/D Converter.
140
141	  To compile this driver as a module, choose M here: the
142	  module will be called wm8739.
143
144config VIDEO_VP27SMPX
145	tristate "Panasonic VP27's internal MPX"
146	depends on VIDEO_V4L2 && I2C
147	---help---
148	  Support for the internal MPX of the Panasonic VP27s tuner.
149
150	  To compile this driver as a module, choose M here: the
151	  module will be called vp27smpx.
152
153config VIDEO_SONY_BTF_MPX
154	tristate "Sony BTF's internal MPX"
155	depends on VIDEO_V4L2 && I2C
156	help
157	  Support for the internal MPX of the Sony BTF-PG472Z tuner.
158
159	  To compile this driver as a module, choose M here: the
160	  module will be called sony-btf-mpx.
161
162comment "RDS decoders"
163
164config VIDEO_SAA6588
165	tristate "SAA6588 Radio Chip RDS decoder support"
166	depends on VIDEO_V4L2 && I2C
167
168	help
169	  Support for this Radio Data System (RDS) decoder. This allows
170	  seeing radio station identification transmitted using this
171	  standard.
172
173	  To compile this driver as a module, choose M here: the
174	  module will be called saa6588.
175
176comment "Video decoders"
177
178config VIDEO_ADV7180
179	tristate "Analog Devices ADV7180 decoder"
180	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
181	---help---
182	  Support for the Analog Devices ADV7180 video decoder.
183
184	  To compile this driver as a module, choose M here: the
185	  module will be called adv7180.
186
187config VIDEO_ADV7183
188	tristate "Analog Devices ADV7183 decoder"
189	depends on VIDEO_V4L2 && I2C
190	---help---
191	  V4l2 subdevice driver for the Analog Devices
192	  ADV7183 video decoder.
193
194	  To compile this driver as a module, choose M here: the
195	  module will be called adv7183.
196
197config VIDEO_ADV7604
198	tristate "Analog Devices ADV7604 decoder"
199	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && GPIOLIB
200	select HDMI
201	---help---
202	  Support for the Analog Devices ADV7604 video decoder.
203
204	  This is a Analog Devices Component/Graphics Digitizer
205	  with 4:1 Multiplexed HDMI Receiver.
206
207	  To compile this driver as a module, choose M here: the
208	  module will be called adv7604.
209
210config VIDEO_ADV7842
211	tristate "Analog Devices ADV7842 decoder"
212	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
213	select HDMI
214	---help---
215	  Support for the Analog Devices ADV7842 video decoder.
216
217	  This is a Analog Devices Component/Graphics/SD Digitizer
218	  with 2:1 Multiplexed HDMI Receiver.
219
220	  To compile this driver as a module, choose M here: the
221	  module will be called adv7842.
222
223config VIDEO_BT819
224	tristate "BT819A VideoStream decoder"
225	depends on VIDEO_V4L2 && I2C
226	---help---
227	  Support for BT819A video decoder.
228
229	  To compile this driver as a module, choose M here: the
230	  module will be called bt819.
231
232config VIDEO_BT856
233	tristate "BT856 VideoStream decoder"
234	depends on VIDEO_V4L2 && I2C
235	---help---
236	  Support for BT856 video decoder.
237
238	  To compile this driver as a module, choose M here: the
239	  module will be called bt856.
240
241config VIDEO_BT866
242	tristate "BT866 VideoStream decoder"
243	depends on VIDEO_V4L2 && I2C
244	---help---
245	  Support for BT866 video decoder.
246
247	  To compile this driver as a module, choose M here: the
248	  module will be called bt866.
249
250config VIDEO_KS0127
251	tristate "KS0127 video decoder"
252	depends on VIDEO_V4L2 && I2C
253	---help---
254	  Support for KS0127 video decoder.
255
256	  This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
257	  cards.
258
259	  To compile this driver as a module, choose M here: the
260	  module will be called ks0127.
261
262config VIDEO_ML86V7667
263	tristate "OKI ML86V7667 video decoder"
264	depends on VIDEO_V4L2 && I2C
265	---help---
266	  Support for the OKI Semiconductor ML86V7667 video decoder.
267
268	  To compile this driver as a module, choose M here: the
269	  module will be called ml86v7667.
270
271config VIDEO_SAA7110
272	tristate "Philips SAA7110 video decoder"
273	depends on VIDEO_V4L2 && I2C
274	---help---
275	  Support for the Philips SAA7110 video decoders.
276
277	  To compile this driver as a module, choose M here: the
278	  module will be called saa7110.
279
280config VIDEO_SAA711X
281	tristate "Philips SAA7111/3/4/5 video decoders"
282	depends on VIDEO_V4L2 && I2C
283	---help---
284	  Support for the Philips SAA7111/3/4/5 video decoders.
285
286	  To compile this driver as a module, choose M here: the
287	  module will be called saa7115.
288
289config VIDEO_TVP514X
290	tristate "Texas Instruments TVP514x video decoder"
291	depends on VIDEO_V4L2 && I2C
292	---help---
293	  This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
294	  decoder. It is currently working with the TI OMAP3 camera
295	  controller.
296
297	  To compile this driver as a module, choose M here: the
298	  module will be called tvp514x.
299
300config VIDEO_TVP5150
301	tristate "Texas Instruments TVP5150 video decoder"
302	depends on VIDEO_V4L2 && I2C
303	---help---
304	  Support for the Texas Instruments TVP5150 video decoder.
305
306	  To compile this driver as a module, choose M here: the
307	  module will be called tvp5150.
308
309config VIDEO_TVP7002
310	tristate "Texas Instruments TVP7002 video decoder"
311	depends on VIDEO_V4L2 && I2C
312	---help---
313	  Support for the Texas Instruments TVP7002 video decoder.
314
315	  To compile this driver as a module, choose M here: the
316	  module will be called tvp7002.
317
318config VIDEO_TW2804
319	tristate "Techwell TW2804 multiple video decoder"
320	depends on VIDEO_V4L2 && I2C
321	---help---
322	  Support for the Techwell tw2804 multiple video decoder.
323
324	  To compile this driver as a module, choose M here: the
325	  module will be called tw2804.
326
327config VIDEO_TW9903
328	tristate "Techwell TW9903 video decoder"
329	depends on VIDEO_V4L2 && I2C
330	---help---
331	  Support for the Techwell tw9903 multi-standard video decoder
332	  with high quality down scaler.
333
334	  To compile this driver as a module, choose M here: the
335	  module will be called tw9903.
336
337config VIDEO_TW9906
338	tristate "Techwell TW9906 video decoder"
339	depends on VIDEO_V4L2 && I2C
340	---help---
341	  Support for the Techwell tw9906 enhanced multi-standard comb filter
342	  video decoder with YCbCr input support.
343
344	  To compile this driver as a module, choose M here: the
345	  module will be called tw9906.
346
347config VIDEO_VPX3220
348	tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
349	depends on VIDEO_V4L2 && I2C
350	---help---
351	  Support for VPX322x video decoders.
352
353	  To compile this driver as a module, choose M here: the
354	  module will be called vpx3220.
355
356comment "Video and audio decoders"
357
358config VIDEO_SAA717X
359	tristate "Philips SAA7171/3/4 audio/video decoders"
360	depends on VIDEO_V4L2 && I2C
361	---help---
362	  Support for the Philips SAA7171/3/4 audio/video decoders.
363
364	  To compile this driver as a module, choose M here: the
365	  module will be called saa717x.
366
367source "drivers/media/i2c/cx25840/Kconfig"
368
369comment "Video encoders"
370
371config VIDEO_SAA7127
372	tristate "Philips SAA7127/9 digital video encoders"
373	depends on VIDEO_V4L2 && I2C
374	---help---
375	  Support for the Philips SAA7127/9 digital video encoders.
376
377	  To compile this driver as a module, choose M here: the
378	  module will be called saa7127.
379
380config VIDEO_SAA7185
381	tristate "Philips SAA7185 video encoder"
382	depends on VIDEO_V4L2 && I2C
383	---help---
384	  Support for the Philips SAA7185 video encoder.
385
386	  To compile this driver as a module, choose M here: the
387	  module will be called saa7185.
388
389config VIDEO_ADV7170
390	tristate "Analog Devices ADV7170 video encoder"
391	depends on VIDEO_V4L2 && I2C
392	---help---
393	  Support for the Analog Devices ADV7170 video encoder driver
394
395	  To compile this driver as a module, choose M here: the
396	  module will be called adv7170.
397
398config VIDEO_ADV7175
399	tristate "Analog Devices ADV7175 video encoder"
400	depends on VIDEO_V4L2 && I2C
401	---help---
402	  Support for the Analog Devices ADV7175 video encoder driver
403
404	  To compile this driver as a module, choose M here: the
405	  module will be called adv7175.
406
407config VIDEO_ADV7343
408	tristate "ADV7343 video encoder"
409	depends on I2C
410	help
411	  Support for Analog Devices I2C bus based ADV7343 encoder.
412
413	  To compile this driver as a module, choose M here: the
414	  module will be called adv7343.
415
416config VIDEO_ADV7393
417	tristate "ADV7393 video encoder"
418	depends on I2C
419	help
420	  Support for Analog Devices I2C bus based ADV7393 encoder.
421
422	  To compile this driver as a module, choose M here: the
423	  module will be called adv7393.
424
425config VIDEO_ADV7511
426	tristate "Analog Devices ADV7511 encoder"
427	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
428	select HDMI
429	---help---
430	  Support for the Analog Devices ADV7511 video encoder.
431
432	  This is a Analog Devices HDMI transmitter.
433
434	  To compile this driver as a module, choose M here: the
435	  module will be called adv7511.
436
437config VIDEO_AD9389B
438	tristate "Analog Devices AD9389B encoder"
439	depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
440	---help---
441	  Support for the Analog Devices AD9389B video encoder.
442
443	  This is a Analog Devices HDMI transmitter.
444
445	  To compile this driver as a module, choose M here: the
446	  module will be called ad9389b.
447
448config VIDEO_AK881X
449	tristate "AK8813/AK8814 video encoders"
450	depends on I2C
451	help
452	  Video output driver for AKM AK8813 and AK8814 TV encoders
453
454config VIDEO_THS8200
455	tristate "Texas Instruments THS8200 video encoder"
456	depends on VIDEO_V4L2 && I2C
457	---help---
458	  Support for the Texas Instruments THS8200 video encoder.
459
460	  To compile this driver as a module, choose M here: the
461	  module will be called ths8200.
462
463comment "Camera sensor devices"
464
465config VIDEO_APTINA_PLL
466	tristate
467
468config VIDEO_SMIAPP_PLL
469	tristate
470
471config VIDEO_OV2659
472	tristate "OmniVision OV2659 sensor support"
473	depends on VIDEO_V4L2 && I2C
474	depends on MEDIA_CAMERA_SUPPORT
475	---help---
476	  This is a Video4Linux2 sensor-level driver for the OmniVision
477	  OV2659 camera.
478
479	  To compile this driver as a module, choose M here: the
480	  module will be called ov2659.
481
482config VIDEO_OV7640
483	tristate "OmniVision OV7640 sensor support"
484	depends on I2C && VIDEO_V4L2
485	depends on MEDIA_CAMERA_SUPPORT
486	---help---
487	  This is a Video4Linux2 sensor-level driver for the OmniVision
488	  OV7640 camera.
489
490	  To compile this driver as a module, choose M here: the
491	  module will be called ov7640.
492
493config VIDEO_OV7670
494	tristate "OmniVision OV7670 sensor support"
495	depends on I2C && VIDEO_V4L2
496	depends on MEDIA_CAMERA_SUPPORT
497	---help---
498	  This is a Video4Linux2 sensor-level driver for the OmniVision
499	  OV7670 VGA camera.  It currently only works with the M88ALP01
500	  controller.
501
502config VIDEO_OV9650
503	tristate "OmniVision OV9650/OV9652 sensor support"
504	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
505	---help---
506	  This is a V4L2 sensor-level driver for the Omnivision
507	  OV9650 and OV9652 camera sensors.
508
509config VIDEO_VS6624
510	tristate "ST VS6624 sensor support"
511	depends on VIDEO_V4L2 && I2C
512	depends on MEDIA_CAMERA_SUPPORT
513	---help---
514	  This is a Video4Linux2 sensor-level driver for the ST VS6624
515	  camera.
516
517	  To compile this driver as a module, choose M here: the
518	  module will be called vs6624.
519
520config VIDEO_MT9M032
521	tristate "MT9M032 camera sensor support"
522	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
523	depends on MEDIA_CAMERA_SUPPORT
524	select VIDEO_APTINA_PLL
525	---help---
526	  This driver supports MT9M032 camera sensors from Aptina, monochrome
527	  models only.
528
529config VIDEO_MT9P031
530	tristate "Aptina MT9P031 support"
531	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
532	depends on MEDIA_CAMERA_SUPPORT
533	select VIDEO_APTINA_PLL
534	---help---
535	  This is a Video4Linux2 sensor-level driver for the Aptina
536	  (Micron) mt9p031 5 Mpixel camera.
537
538config VIDEO_MT9T001
539	tristate "Aptina MT9T001 support"
540	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
541	depends on MEDIA_CAMERA_SUPPORT
542	---help---
543	  This is a Video4Linux2 sensor-level driver for the Aptina
544	  (Micron) mt0t001 3 Mpixel camera.
545
546config VIDEO_MT9V011
547	tristate "Micron mt9v011 sensor support"
548	depends on I2C && VIDEO_V4L2
549	depends on MEDIA_CAMERA_SUPPORT
550	---help---
551	  This is a Video4Linux2 sensor-level driver for the Micron
552	  mt0v011 1.3 Mpixel camera.  It currently only works with the
553	  em28xx driver.
554
555config VIDEO_MT9V032
556	tristate "Micron MT9V032 sensor support"
557	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
558	depends on MEDIA_CAMERA_SUPPORT
559	select REGMAP_I2C
560	---help---
561	  This is a Video4Linux2 sensor-level driver for the Micron
562	  MT9V032 752x480 CMOS sensor.
563
564config VIDEO_SR030PC30
565	tristate "Siliconfile SR030PC30 sensor support"
566	depends on I2C && VIDEO_V4L2
567	depends on MEDIA_CAMERA_SUPPORT
568	---help---
569	  This driver supports SR030PC30 VGA camera from Siliconfile
570
571config VIDEO_NOON010PC30
572	tristate "Siliconfile NOON010PC30 sensor support"
573	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
574	depends on MEDIA_CAMERA_SUPPORT
575	---help---
576	  This driver supports NOON010PC30 CIF camera from Siliconfile
577
578source "drivers/media/i2c/m5mols/Kconfig"
579
580config VIDEO_S5K6AA
581	tristate "Samsung S5K6AAFX sensor support"
582	depends on MEDIA_CAMERA_SUPPORT
583	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
584	---help---
585	  This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
586	  camera sensor with an embedded SoC image signal processor.
587
588config VIDEO_S5K6A3
589	tristate "Samsung S5K6A3 sensor support"
590	depends on MEDIA_CAMERA_SUPPORT
591	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
592	---help---
593	  This is a V4L2 sensor-level driver for Samsung S5K6A3 raw
594	  camera sensor.
595
596config VIDEO_S5K4ECGX
597        tristate "Samsung S5K4ECGX sensor support"
598        depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
599        ---help---
600          This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
601          camera sensor with an embedded SoC image signal processor.
602
603config VIDEO_S5K5BAF
604	tristate "Samsung S5K5BAF sensor support"
605	depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
606	---help---
607	  This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M
608	  camera sensor with an embedded SoC image signal processor.
609
610source "drivers/media/i2c/smiapp/Kconfig"
611
612config VIDEO_S5C73M3
613	tristate "Samsung S5C73M3 sensor support"
614	depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
615	---help---
616	  This is a V4L2 sensor-level driver for Samsung S5C73M3
617	  8 Mpixel camera.
618
619comment "Flash devices"
620
621config VIDEO_ADP1653
622	tristate "ADP1653 flash support"
623	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
624	depends on MEDIA_CAMERA_SUPPORT
625	---help---
626	  This is a driver for the ADP1653 flash controller. It is used for
627	  example in Nokia N900.
628
629config VIDEO_AS3645A
630	tristate "AS3645A flash driver support"
631	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
632	depends on MEDIA_CAMERA_SUPPORT
633	---help---
634	  This is a driver for the AS3645A and LM3555 flash controllers. It has
635	  build in control for flash, torch and indicator LEDs.
636
637config VIDEO_LM3560
638	tristate "LM3560 dual flash driver support"
639	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
640	depends on MEDIA_CAMERA_SUPPORT
641	select REGMAP_I2C
642	---help---
643	  This is a driver for the lm3560 dual flash controllers. It controls
644	  flash, torch LEDs.
645
646config VIDEO_LM3646
647	tristate "LM3646 dual flash driver support"
648	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
649	depends on MEDIA_CAMERA_SUPPORT
650	select REGMAP_I2C
651	---help---
652	  This is a driver for the lm3646 dual flash controllers. It controls
653	  flash, torch LEDs.
654
655comment "Video improvement chips"
656
657config VIDEO_UPD64031A
658	tristate "NEC Electronics uPD64031A Ghost Reduction"
659	depends on VIDEO_V4L2 && I2C
660	---help---
661	  Support for the NEC Electronics uPD64031A Ghost Reduction
662	  video chip. It is most often found in NTSC TV cards made for
663	  Japan and is used to reduce the 'ghosting' effect that can
664	  be present in analog TV broadcasts.
665
666	  To compile this driver as a module, choose M here: the
667	  module will be called upd64031a.
668
669config VIDEO_UPD64083
670	tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
671	depends on VIDEO_V4L2 && I2C
672	---help---
673	  Support for the NEC Electronics uPD64083 3-Dimensional Y/C
674	  separation video chip. It is used to improve the quality of
675	  the colors of a composite signal.
676
677	  To compile this driver as a module, choose M here: the
678	  module will be called upd64083.
679
680comment "Audio/Video compression chips"
681
682config VIDEO_SAA6752HS
683	tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
684	depends on VIDEO_V4L2 && I2C
685	select CRC32
686	---help---
687	  Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
688	  audio encoder with multiplexer.
689
690	  To compile this driver as a module, choose M here: the
691	  module will be called saa6752hs.
692
693comment "Miscellaneous helper chips"
694
695config VIDEO_THS7303
696	tristate "THS7303/53 Video Amplifier"
697	depends on VIDEO_V4L2 && I2C
698	help
699	  Support for TI THS7303/53 video amplifier
700
701	  To compile this driver as a module, choose M here: the
702	  module will be called ths7303.
703
704config VIDEO_M52790
705	tristate "Mitsubishi M52790 A/V switch"
706	depends on VIDEO_V4L2 && I2C
707	---help---
708	 Support for the Mitsubishi M52790 A/V switch.
709
710	 To compile this driver as a module, choose M here: the
711	 module will be called m52790.
712endmenu
713
714menu "Sensors used on soc_camera driver"
715
716if SOC_CAMERA
717	source "drivers/media/i2c/soc_camera/Kconfig"
718endif
719
720endmenu
721
722endif
723