blob: 521bbf1b29bc574350320a20113a2d40d8d1a455 [file] [log] [blame]
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -03001#
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -03002# Multimedia Video device configuration
3#
4
5if VIDEO_V4L2
6
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -03007config VIDEO_IR_I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -03008 tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -03009 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"
Geert Uytterhoeven5cc596c2015-06-29 10:46:48 -030025 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -030026
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"
Hans Verkuil2cca7d42012-09-03 10:16:34 -0300108 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300109 ---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
Hans Verkuil73d9f972013-03-09 07:20:12 -0300115config 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
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300124config 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
Hans Verkuilc7c54a92013-03-22 11:13:58 -0300145 tristate "Panasonic VP27's internal MPX"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300146 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
Hans Verkuilc7c54a92013-03-22 11:13:58 -0300153config 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
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300162comment "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"
Lars-Peter Clausend5d51a82015-01-23 12:52:26 -0300180 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300181 ---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
Hans Verkuil54450f52012-07-18 05:45:16 -0300197config VIDEO_ADV7604
198 tristate "Analog Devices ADV7604 decoder"
Geert Uytterhoeven2f8e75d2015-06-29 10:45:56 -0300199 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
200 depends on GPIOLIB || COMPILE_TEST
Hans Verkuil516613c2015-06-07 07:32:33 -0300201 select HDMI
Hans Verkuil54450f52012-07-18 05:45:16 -0300202 ---help---
203 Support for the Analog Devices ADV7604 video decoder.
204
205 This is a Analog Devices Component/Graphics Digitizer
206 with 4:1 Multiplexed HDMI Receiver.
207
208 To compile this driver as a module, choose M here: the
209 module will be called adv7604.
210
Hans Verkuila89bcd42013-08-22 06:14:22 -0300211config VIDEO_ADV7842
212 tristate "Analog Devices ADV7842 decoder"
Hans Verkuil584ca022014-12-04 06:54:56 -0300213 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
Martin Bugge09f90c52014-12-19 09:14:23 -0300214 select HDMI
Hans Verkuila89bcd42013-08-22 06:14:22 -0300215 ---help---
216 Support for the Analog Devices ADV7842 video decoder.
217
218 This is a Analog Devices Component/Graphics/SD Digitizer
219 with 2:1 Multiplexed HDMI Receiver.
220
221 To compile this driver as a module, choose M here: the
222 module will be called adv7842.
223
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300224config VIDEO_BT819
225 tristate "BT819A VideoStream decoder"
226 depends on VIDEO_V4L2 && I2C
227 ---help---
228 Support for BT819A video decoder.
229
230 To compile this driver as a module, choose M here: the
231 module will be called bt819.
232
233config VIDEO_BT856
234 tristate "BT856 VideoStream decoder"
235 depends on VIDEO_V4L2 && I2C
236 ---help---
237 Support for BT856 video decoder.
238
239 To compile this driver as a module, choose M here: the
240 module will be called bt856.
241
242config VIDEO_BT866
243 tristate "BT866 VideoStream decoder"
244 depends on VIDEO_V4L2 && I2C
245 ---help---
246 Support for BT866 video decoder.
247
248 To compile this driver as a module, choose M here: the
249 module will be called bt866.
250
251config VIDEO_KS0127
252 tristate "KS0127 video decoder"
253 depends on VIDEO_V4L2 && I2C
254 ---help---
255 Support for KS0127 video decoder.
256
257 This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
258 cards.
259
260 To compile this driver as a module, choose M here: the
261 module will be called ks0127.
262
Vladimir Barinoved3e12d2013-05-29 14:52:28 -0300263config VIDEO_ML86V7667
264 tristate "OKI ML86V7667 video decoder"
265 depends on VIDEO_V4L2 && I2C
266 ---help---
267 Support for the OKI Semiconductor ML86V7667 video decoder.
268
269 To compile this driver as a module, choose M here: the
270 module will be called ml86v7667.
271
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300272config VIDEO_SAA7110
273 tristate "Philips SAA7110 video decoder"
274 depends on VIDEO_V4L2 && I2C
275 ---help---
276 Support for the Philips SAA7110 video decoders.
277
278 To compile this driver as a module, choose M here: the
279 module will be called saa7110.
280
281config VIDEO_SAA711X
282 tristate "Philips SAA7111/3/4/5 video decoders"
283 depends on VIDEO_V4L2 && I2C
284 ---help---
285 Support for the Philips SAA7111/3/4/5 video decoders.
286
287 To compile this driver as a module, choose M here: the
288 module will be called saa7115.
289
Mats Randgaardd32d9862015-07-09 05:45:47 -0300290config VIDEO_TC358743
291 tristate "Toshiba TC358743 decoder"
Hans Verkuil22dbe352015-08-19 03:27:27 -0300292 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
293 select HDMI
Mats Randgaardd32d9862015-07-09 05:45:47 -0300294 ---help---
295 Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
296
297 To compile this driver as a module, choose M here: the
298 module will be called tc358743.
299
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300300config VIDEO_TVP514X
301 tristate "Texas Instruments TVP514x video decoder"
302 depends on VIDEO_V4L2 && I2C
303 ---help---
304 This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
305 decoder. It is currently working with the TI OMAP3 camera
306 controller.
307
308 To compile this driver as a module, choose M here: the
309 module will be called tvp514x.
310
311config VIDEO_TVP5150
312 tristate "Texas Instruments TVP5150 video decoder"
313 depends on VIDEO_V4L2 && I2C
314 ---help---
315 Support for the Texas Instruments TVP5150 video decoder.
316
317 To compile this driver as a module, choose M here: the
318 module will be called tvp5150.
319
320config VIDEO_TVP7002
321 tristate "Texas Instruments TVP7002 video decoder"
322 depends on VIDEO_V4L2 && I2C
323 ---help---
324 Support for the Texas Instruments TVP7002 video decoder.
325
326 To compile this driver as a module, choose M here: the
327 module will be called tvp7002.
328
Hans Verkuil12be52a2013-03-09 08:06:07 -0300329config VIDEO_TW2804
330 tristate "Techwell TW2804 multiple video decoder"
331 depends on VIDEO_V4L2 && I2C
332 ---help---
333 Support for the Techwell tw2804 multiple video decoder.
334
335 To compile this driver as a module, choose M here: the
336 module will be called tw2804.
337
Hans Verkuil0890ec12013-03-18 04:10:56 -0300338config VIDEO_TW9903
339 tristate "Techwell TW9903 video decoder"
340 depends on VIDEO_V4L2 && I2C
341 ---help---
Hans Verkuil12be52a2013-03-09 08:06:07 -0300342 Support for the Techwell tw9903 multi-standard video decoder
Hans Verkuil0890ec12013-03-18 04:10:56 -0300343 with high quality down scaler.
344
345 To compile this driver as a module, choose M here: the
346 module will be called tw9903.
347
Hans Verkuila000e9a2013-03-17 09:26:40 -0300348config VIDEO_TW9906
349 tristate "Techwell TW9906 video decoder"
350 depends on VIDEO_V4L2 && I2C
351 ---help---
352 Support for the Techwell tw9906 enhanced multi-standard comb filter
353 video decoder with YCbCr input support.
354
355 To compile this driver as a module, choose M here: the
356 module will be called tw9906.
357
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300358config VIDEO_VPX3220
359 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
360 depends on VIDEO_V4L2 && I2C
361 ---help---
362 Support for VPX322x video decoders.
363
364 To compile this driver as a module, choose M here: the
365 module will be called vpx3220.
366
367comment "Video and audio decoders"
368
369config VIDEO_SAA717X
370 tristate "Philips SAA7171/3/4 audio/video decoders"
371 depends on VIDEO_V4L2 && I2C
372 ---help---
373 Support for the Philips SAA7171/3/4 audio/video decoders.
374
375 To compile this driver as a module, choose M here: the
376 module will be called saa717x.
377
378source "drivers/media/i2c/cx25840/Kconfig"
379
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300380comment "Video encoders"
381
382config VIDEO_SAA7127
383 tristate "Philips SAA7127/9 digital video encoders"
384 depends on VIDEO_V4L2 && I2C
385 ---help---
386 Support for the Philips SAA7127/9 digital video encoders.
387
388 To compile this driver as a module, choose M here: the
389 module will be called saa7127.
390
391config VIDEO_SAA7185
392 tristate "Philips SAA7185 video encoder"
393 depends on VIDEO_V4L2 && I2C
394 ---help---
395 Support for the Philips SAA7185 video encoder.
396
397 To compile this driver as a module, choose M here: the
398 module will be called saa7185.
399
400config VIDEO_ADV7170
401 tristate "Analog Devices ADV7170 video encoder"
402 depends on VIDEO_V4L2 && I2C
403 ---help---
404 Support for the Analog Devices ADV7170 video encoder driver
405
406 To compile this driver as a module, choose M here: the
407 module will be called adv7170.
408
409config VIDEO_ADV7175
410 tristate "Analog Devices ADV7175 video encoder"
411 depends on VIDEO_V4L2 && I2C
412 ---help---
413 Support for the Analog Devices ADV7175 video encoder driver
414
415 To compile this driver as a module, choose M here: the
416 module will be called adv7175.
417
418config VIDEO_ADV7343
419 tristate "ADV7343 video encoder"
420 depends on I2C
421 help
422 Support for Analog Devices I2C bus based ADV7343 encoder.
423
424 To compile this driver as a module, choose M here: the
425 module will be called adv7343.
426
427config VIDEO_ADV7393
428 tristate "ADV7393 video encoder"
429 depends on I2C
430 help
431 Support for Analog Devices I2C bus based ADV7393 encoder.
432
433 To compile this driver as a module, choose M here: the
434 module will be called adv7393.
435
Hans Verkuil5a544cc2013-08-23 09:12:36 -0300436config VIDEO_ADV7511
437 tristate "Analog Devices ADV7511 encoder"
Hans Verkuil584ca022014-12-04 06:54:56 -0300438 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
Hans Verkuilb4dbad82015-06-07 07:32:32 -0300439 select HDMI
Hans Verkuil5a544cc2013-08-23 09:12:36 -0300440 ---help---
441 Support for the Analog Devices ADV7511 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 adv7511.
447
Hans Verkuil117a55b2012-07-18 05:46:46 -0300448config VIDEO_AD9389B
449 tristate "Analog Devices AD9389B encoder"
450 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
451 ---help---
452 Support for the Analog Devices AD9389B video encoder.
453
454 This is a Analog Devices HDMI transmitter.
455
456 To compile this driver as a module, choose M here: the
457 module will be called ad9389b.
458
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300459config VIDEO_AK881X
460 tristate "AK8813/AK8814 video encoders"
461 depends on I2C
462 help
463 Video output driver for AKM AK8813 and AK8814 TV encoders
464
Hans Verkuil14735192013-06-03 13:26:17 -0300465config VIDEO_THS8200
466 tristate "Texas Instruments THS8200 video encoder"
467 depends on VIDEO_V4L2 && I2C
468 ---help---
469 Support for the Texas Instruments THS8200 video encoder.
470
471 To compile this driver as a module, choose M here: the
472 module will be called ths8200.
473
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300474comment "Camera sensor devices"
475
476config VIDEO_APTINA_PLL
477 tristate
478
479config VIDEO_SMIAPP_PLL
480 tristate
481
Benoit Parrotc4c02832015-03-20 18:03:52 -0300482config VIDEO_OV2659
483 tristate "OmniVision OV2659 sensor support"
484 depends on VIDEO_V4L2 && I2C
485 depends on MEDIA_CAMERA_SUPPORT
486 ---help---
487 This is a Video4Linux2 sensor-level driver for the OmniVision
488 OV2659 camera.
489
490 To compile this driver as a module, choose M here: the
491 module will be called ov2659.
492
Hans Verkuilec367c32013-03-09 07:09:18 -0300493config VIDEO_OV7640
494 tristate "OmniVision OV7640 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 OV7640 camera.
500
501 To compile this driver as a module, choose M here: the
502 module will be called ov7640.
503
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300504config VIDEO_OV7670
505 tristate "OmniVision OV7670 sensor support"
506 depends on I2C && VIDEO_V4L2
507 depends on MEDIA_CAMERA_SUPPORT
508 ---help---
509 This is a Video4Linux2 sensor-level driver for the OmniVision
510 OV7670 VGA camera. It currently only works with the M88ALP01
511 controller.
512
Sylwester Nawrocki84a15de2012-12-26 15:50:03 -0300513config VIDEO_OV9650
514 tristate "OmniVision OV9650/OV9652 sensor support"
515 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
516 ---help---
517 This is a V4L2 sensor-level driver for the Omnivision
518 OV9650 and OV9652 camera sensors.
519
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300520config VIDEO_VS6624
521 tristate "ST VS6624 sensor support"
522 depends on VIDEO_V4L2 && I2C
523 depends on MEDIA_CAMERA_SUPPORT
524 ---help---
525 This is a Video4Linux2 sensor-level driver for the ST VS6624
526 camera.
527
528 To compile this driver as a module, choose M here: the
529 module will be called vs6624.
530
531config VIDEO_MT9M032
532 tristate "MT9M032 camera sensor support"
533 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
534 depends on MEDIA_CAMERA_SUPPORT
535 select VIDEO_APTINA_PLL
536 ---help---
537 This driver supports MT9M032 camera sensors from Aptina, monochrome
538 models only.
539
540config VIDEO_MT9P031
541 tristate "Aptina MT9P031 support"
542 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
543 depends on MEDIA_CAMERA_SUPPORT
544 select VIDEO_APTINA_PLL
545 ---help---
546 This is a Video4Linux2 sensor-level driver for the Aptina
547 (Micron) mt9p031 5 Mpixel camera.
548
549config VIDEO_MT9T001
550 tristate "Aptina MT9T001 support"
551 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
552 depends on MEDIA_CAMERA_SUPPORT
553 ---help---
554 This is a Video4Linux2 sensor-level driver for the Aptina
555 (Micron) mt0t001 3 Mpixel camera.
556
557config VIDEO_MT9V011
558 tristate "Micron mt9v011 sensor support"
559 depends on I2C && VIDEO_V4L2
560 depends on MEDIA_CAMERA_SUPPORT
561 ---help---
562 This is a Video4Linux2 sensor-level driver for the Micron
563 mt0v011 1.3 Mpixel camera. It currently only works with the
564 em28xx driver.
565
566config VIDEO_MT9V032
567 tristate "Micron MT9V032 sensor support"
568 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
569 depends on MEDIA_CAMERA_SUPPORT
Philipp Zabel80b44ef2014-06-04 13:57:03 -0300570 select REGMAP_I2C
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300571 ---help---
572 This is a Video4Linux2 sensor-level driver for the Micron
573 MT9V032 752x480 CMOS sensor.
574
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300575config VIDEO_SR030PC30
576 tristate "Siliconfile SR030PC30 sensor support"
577 depends on I2C && VIDEO_V4L2
578 depends on MEDIA_CAMERA_SUPPORT
579 ---help---
580 This driver supports SR030PC30 VGA camera from Siliconfile
581
582config VIDEO_NOON010PC30
583 tristate "Siliconfile NOON010PC30 sensor support"
Hans Verkuil2cca7d42012-09-03 10:16:34 -0300584 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300585 depends on MEDIA_CAMERA_SUPPORT
586 ---help---
587 This driver supports NOON010PC30 CIF camera from Siliconfile
588
589source "drivers/media/i2c/m5mols/Kconfig"
590
591config VIDEO_S5K6AA
592 tristate "Samsung S5K6AAFX sensor support"
593 depends on MEDIA_CAMERA_SUPPORT
594 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
595 ---help---
596 This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
597 camera sensor with an embedded SoC image signal processor.
598
Sylwester Nawrocki814b4dd2013-08-09 15:56:00 -0300599config VIDEO_S5K6A3
600 tristate "Samsung S5K6A3 sensor support"
601 depends on MEDIA_CAMERA_SUPPORT
602 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
603 ---help---
604 This is a V4L2 sensor-level driver for Samsung S5K6A3 raw
605 camera sensor.
606
Sangwook Lee8b993122012-09-13 07:02:14 -0300607config VIDEO_S5K4ECGX
608 tristate "Samsung S5K4ECGX sensor support"
609 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
610 ---help---
611 This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
612 camera sensor with an embedded SoC image signal processor.
613
Andrzej Hajda7d4599372013-12-05 08:38:39 -0300614config VIDEO_S5K5BAF
615 tristate "Samsung S5K5BAF sensor support"
616 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
617 ---help---
618 This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M
619 camera sensor with an embedded SoC image signal processor.
620
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300621source "drivers/media/i2c/smiapp/Kconfig"
622
Andrzej Hajdacac47f12012-11-22 11:39:18 -0300623config VIDEO_S5C73M3
624 tristate "Samsung S5C73M3 sensor support"
625 depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
626 ---help---
Gianluca Gennari4494f0f2013-04-25 10:46:38 -0300627 This is a V4L2 sensor-level driver for Samsung S5C73M3
628 8 Mpixel camera.
Andrzej Hajdacac47f12012-11-22 11:39:18 -0300629
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300630comment "Flash devices"
631
632config VIDEO_ADP1653
633 tristate "ADP1653 flash support"
634 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
635 depends on MEDIA_CAMERA_SUPPORT
636 ---help---
637 This is a driver for the ADP1653 flash controller. It is used for
638 example in Nokia N900.
639
640config VIDEO_AS3645A
641 tristate "AS3645A flash driver support"
642 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
643 depends on MEDIA_CAMERA_SUPPORT
644 ---help---
645 This is a driver for the AS3645A and LM3555 flash controllers. It has
646 build in control for flash, torch and indicator LEDs.
647
Daniel Jeong7f6b11a2013-10-16 04:12:19 -0300648config VIDEO_LM3560
649 tristate "LM3560 dual flash driver support"
650 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
651 depends on MEDIA_CAMERA_SUPPORT
652 select REGMAP_I2C
653 ---help---
654 This is a driver for the lm3560 dual flash controllers. It controls
655 flash, torch LEDs.
656
Daniel Jeongdc76df52014-03-03 06:52:10 -0300657config VIDEO_LM3646
658 tristate "LM3646 dual flash driver support"
659 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
660 depends on MEDIA_CAMERA_SUPPORT
661 select REGMAP_I2C
662 ---help---
663 This is a driver for the lm3646 dual flash controllers. It controls
664 flash, torch LEDs.
665
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300666comment "Video improvement chips"
667
668config VIDEO_UPD64031A
669 tristate "NEC Electronics uPD64031A Ghost Reduction"
670 depends on VIDEO_V4L2 && I2C
671 ---help---
672 Support for the NEC Electronics uPD64031A Ghost Reduction
673 video chip. It is most often found in NTSC TV cards made for
674 Japan and is used to reduce the 'ghosting' effect that can
675 be present in analog TV broadcasts.
676
677 To compile this driver as a module, choose M here: the
678 module will be called upd64031a.
679
680config VIDEO_UPD64083
681 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
682 depends on VIDEO_V4L2 && I2C
683 ---help---
684 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
685 separation video chip. It is used to improve the quality of
686 the colors of a composite signal.
687
688 To compile this driver as a module, choose M here: the
689 module will be called upd64083.
690
Hans Verkuil6052ba32013-12-14 08:28:31 -0300691comment "Audio/Video compression chips"
692
693config VIDEO_SAA6752HS
694 tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
695 depends on VIDEO_V4L2 && I2C
Hans Verkuild984d322014-02-17 06:52:06 -0300696 select CRC32
Hans Verkuil6052ba32013-12-14 08:28:31 -0300697 ---help---
698 Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
699 audio encoder with multiplexer.
700
701 To compile this driver as a module, choose M here: the
702 module will be called saa6752hs.
703
Masanari Iida8c881262013-09-29 20:54:15 +0900704comment "Miscellaneous helper chips"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300705
706config VIDEO_THS7303
Lad, Prabhakar88da0182013-02-18 07:56:41 -0300707 tristate "THS7303/53 Video Amplifier"
708 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300709 help
Lad, Prabhakar88da0182013-02-18 07:56:41 -0300710 Support for TI THS7303/53 video amplifier
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300711
712 To compile this driver as a module, choose M here: the
713 module will be called ths7303.
714
715config VIDEO_M52790
716 tristate "Mitsubishi M52790 A/V switch"
717 depends on VIDEO_V4L2 && I2C
718 ---help---
719 Support for the Mitsubishi M52790 A/V switch.
720
721 To compile this driver as a module, choose M here: the
722 module will be called m52790.
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300723endmenu
Mauro Carvalho Chehabe9d2f052012-08-21 08:16:28 -0300724
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300725menu "Sensors used on soc_camera driver"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300726
Mauro Carvalho Chehab2a2d1cf2012-08-14 17:15:52 -0300727if SOC_CAMERA
728 source "drivers/media/i2c/soc_camera/Kconfig"
729endif
730
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300731endmenu
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300732
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300733endif