blob: 205d71364343dea06e1f1833ffa121923ad1a6b8 [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"
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -030025 visible if !MEDIA_SUBDRV_AUTOSELECT
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"
180 depends on VIDEO_V4L2 && I2C
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
Hans Verkuil54450f52012-07-18 05:45:16 -0300197config VIDEO_ADV7604
198 tristate "Analog Devices ADV7604 decoder"
Marcus Folkessone01c15d2014-02-05 12:56:13 -0300199 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER
Hans Verkuil54450f52012-07-18 05:45:16 -0300200 ---help---
201 Support for the Analog Devices ADV7604 video decoder.
202
203 This is a Analog Devices Component/Graphics Digitizer
204 with 4:1 Multiplexed HDMI Receiver.
205
206 To compile this driver as a module, choose M here: the
207 module will be called adv7604.
208
Hans Verkuila89bcd42013-08-22 06:14:22 -0300209config VIDEO_ADV7842
210 tristate "Analog Devices ADV7842 decoder"
Marcus Folkessone01c15d2014-02-05 12:56:13 -0300211 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER
Hans Verkuila89bcd42013-08-22 06:14:22 -0300212 ---help---
213 Support for the Analog Devices ADV7842 video decoder.
214
215 This is a Analog Devices Component/Graphics/SD Digitizer
216 with 2:1 Multiplexed HDMI Receiver.
217
218 To compile this driver as a module, choose M here: the
219 module will be called adv7842.
220
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300221config VIDEO_BT819
222 tristate "BT819A VideoStream decoder"
223 depends on VIDEO_V4L2 && I2C
224 ---help---
225 Support for BT819A video decoder.
226
227 To compile this driver as a module, choose M here: the
228 module will be called bt819.
229
230config VIDEO_BT856
231 tristate "BT856 VideoStream decoder"
232 depends on VIDEO_V4L2 && I2C
233 ---help---
234 Support for BT856 video decoder.
235
236 To compile this driver as a module, choose M here: the
237 module will be called bt856.
238
239config VIDEO_BT866
240 tristate "BT866 VideoStream decoder"
241 depends on VIDEO_V4L2 && I2C
242 ---help---
243 Support for BT866 video decoder.
244
245 To compile this driver as a module, choose M here: the
246 module will be called bt866.
247
248config VIDEO_KS0127
249 tristate "KS0127 video decoder"
250 depends on VIDEO_V4L2 && I2C
251 ---help---
252 Support for KS0127 video decoder.
253
254 This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
255 cards.
256
257 To compile this driver as a module, choose M here: the
258 module will be called ks0127.
259
Vladimir Barinoved3e12d2013-05-29 14:52:28 -0300260config VIDEO_ML86V7667
261 tristate "OKI ML86V7667 video decoder"
262 depends on VIDEO_V4L2 && I2C
263 ---help---
264 Support for the OKI Semiconductor ML86V7667 video decoder.
265
266 To compile this driver as a module, choose M here: the
267 module will be called ml86v7667.
268
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300269config VIDEO_SAA7110
270 tristate "Philips SAA7110 video decoder"
271 depends on VIDEO_V4L2 && I2C
272 ---help---
273 Support for the Philips SAA7110 video decoders.
274
275 To compile this driver as a module, choose M here: the
276 module will be called saa7110.
277
278config VIDEO_SAA711X
279 tristate "Philips SAA7111/3/4/5 video decoders"
280 depends on VIDEO_V4L2 && I2C
281 ---help---
282 Support for the Philips SAA7111/3/4/5 video decoders.
283
284 To compile this driver as a module, choose M here: the
285 module will be called saa7115.
286
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300287config VIDEO_TVP514X
288 tristate "Texas Instruments TVP514x video decoder"
289 depends on VIDEO_V4L2 && I2C
290 ---help---
291 This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
292 decoder. It is currently working with the TI OMAP3 camera
293 controller.
294
295 To compile this driver as a module, choose M here: the
296 module will be called tvp514x.
297
298config VIDEO_TVP5150
299 tristate "Texas Instruments TVP5150 video decoder"
300 depends on VIDEO_V4L2 && I2C
301 ---help---
302 Support for the Texas Instruments TVP5150 video decoder.
303
304 To compile this driver as a module, choose M here: the
305 module will be called tvp5150.
306
307config VIDEO_TVP7002
308 tristate "Texas Instruments TVP7002 video decoder"
309 depends on VIDEO_V4L2 && I2C
310 ---help---
311 Support for the Texas Instruments TVP7002 video decoder.
312
313 To compile this driver as a module, choose M here: the
314 module will be called tvp7002.
315
Hans Verkuil12be52a2013-03-09 08:06:07 -0300316config VIDEO_TW2804
317 tristate "Techwell TW2804 multiple video decoder"
318 depends on VIDEO_V4L2 && I2C
319 ---help---
320 Support for the Techwell tw2804 multiple video decoder.
321
322 To compile this driver as a module, choose M here: the
323 module will be called tw2804.
324
Hans Verkuil0890ec12013-03-18 04:10:56 -0300325config VIDEO_TW9903
326 tristate "Techwell TW9903 video decoder"
327 depends on VIDEO_V4L2 && I2C
328 ---help---
Hans Verkuil12be52a2013-03-09 08:06:07 -0300329 Support for the Techwell tw9903 multi-standard video decoder
Hans Verkuil0890ec12013-03-18 04:10:56 -0300330 with high quality down scaler.
331
332 To compile this driver as a module, choose M here: the
333 module will be called tw9903.
334
Hans Verkuila000e9a2013-03-17 09:26:40 -0300335config VIDEO_TW9906
336 tristate "Techwell TW9906 video decoder"
337 depends on VIDEO_V4L2 && I2C
338 ---help---
339 Support for the Techwell tw9906 enhanced multi-standard comb filter
340 video decoder with YCbCr input support.
341
342 To compile this driver as a module, choose M here: the
343 module will be called tw9906.
344
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300345config VIDEO_VPX3220
346 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
347 depends on VIDEO_V4L2 && I2C
348 ---help---
349 Support for VPX322x video decoders.
350
351 To compile this driver as a module, choose M here: the
352 module will be called vpx3220.
353
354comment "Video and audio decoders"
355
356config VIDEO_SAA717X
357 tristate "Philips SAA7171/3/4 audio/video decoders"
358 depends on VIDEO_V4L2 && I2C
359 ---help---
360 Support for the Philips SAA7171/3/4 audio/video decoders.
361
362 To compile this driver as a module, choose M here: the
363 module will be called saa717x.
364
365source "drivers/media/i2c/cx25840/Kconfig"
366
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300367comment "Video encoders"
368
369config VIDEO_SAA7127
370 tristate "Philips SAA7127/9 digital video encoders"
371 depends on VIDEO_V4L2 && I2C
372 ---help---
373 Support for the Philips SAA7127/9 digital video encoders.
374
375 To compile this driver as a module, choose M here: the
376 module will be called saa7127.
377
378config VIDEO_SAA7185
379 tristate "Philips SAA7185 video encoder"
380 depends on VIDEO_V4L2 && I2C
381 ---help---
382 Support for the Philips SAA7185 video encoder.
383
384 To compile this driver as a module, choose M here: the
385 module will be called saa7185.
386
387config VIDEO_ADV7170
388 tristate "Analog Devices ADV7170 video encoder"
389 depends on VIDEO_V4L2 && I2C
390 ---help---
391 Support for the Analog Devices ADV7170 video encoder driver
392
393 To compile this driver as a module, choose M here: the
394 module will be called adv7170.
395
396config VIDEO_ADV7175
397 tristate "Analog Devices ADV7175 video encoder"
398 depends on VIDEO_V4L2 && I2C
399 ---help---
400 Support for the Analog Devices ADV7175 video encoder driver
401
402 To compile this driver as a module, choose M here: the
403 module will be called adv7175.
404
405config VIDEO_ADV7343
406 tristate "ADV7343 video encoder"
407 depends on I2C
408 help
409 Support for Analog Devices I2C bus based ADV7343 encoder.
410
411 To compile this driver as a module, choose M here: the
412 module will be called adv7343.
413
414config VIDEO_ADV7393
415 tristate "ADV7393 video encoder"
416 depends on I2C
417 help
418 Support for Analog Devices I2C bus based ADV7393 encoder.
419
420 To compile this driver as a module, choose M here: the
421 module will be called adv7393.
422
Hans Verkuil5a544cc2013-08-23 09:12:36 -0300423config VIDEO_ADV7511
424 tristate "Analog Devices ADV7511 encoder"
Marcus Folkessone01c15d2014-02-05 12:56:13 -0300425 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && MEDIA_CONTROLLER
Hans Verkuil5a544cc2013-08-23 09:12:36 -0300426 ---help---
427 Support for the Analog Devices ADV7511 video encoder.
428
429 This is a Analog Devices HDMI transmitter.
430
431 To compile this driver as a module, choose M here: the
432 module will be called adv7511.
433
Hans Verkuil117a55b2012-07-18 05:46:46 -0300434config VIDEO_AD9389B
435 tristate "Analog Devices AD9389B encoder"
436 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
437 ---help---
438 Support for the Analog Devices AD9389B video encoder.
439
440 This is a Analog Devices HDMI transmitter.
441
442 To compile this driver as a module, choose M here: the
443 module will be called ad9389b.
444
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300445config VIDEO_AK881X
446 tristate "AK8813/AK8814 video encoders"
447 depends on I2C
448 help
449 Video output driver for AKM AK8813 and AK8814 TV encoders
450
Hans Verkuil14735192013-06-03 13:26:17 -0300451config VIDEO_THS8200
452 tristate "Texas Instruments THS8200 video encoder"
453 depends on VIDEO_V4L2 && I2C
454 ---help---
455 Support for the Texas Instruments THS8200 video encoder.
456
457 To compile this driver as a module, choose M here: the
458 module will be called ths8200.
459
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300460comment "Camera sensor devices"
461
462config VIDEO_APTINA_PLL
463 tristate
464
465config VIDEO_SMIAPP_PLL
466 tristate
467
Hans Verkuilec367c32013-03-09 07:09:18 -0300468config VIDEO_OV7640
469 tristate "OmniVision OV7640 sensor support"
470 depends on I2C && VIDEO_V4L2
471 depends on MEDIA_CAMERA_SUPPORT
472 ---help---
473 This is a Video4Linux2 sensor-level driver for the OmniVision
474 OV7640 camera.
475
476 To compile this driver as a module, choose M here: the
477 module will be called ov7640.
478
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300479config VIDEO_OV7670
480 tristate "OmniVision OV7670 sensor support"
481 depends on I2C && VIDEO_V4L2
482 depends on MEDIA_CAMERA_SUPPORT
483 ---help---
484 This is a Video4Linux2 sensor-level driver for the OmniVision
485 OV7670 VGA camera. It currently only works with the M88ALP01
486 controller.
487
Sylwester Nawrocki84a15de2012-12-26 15:50:03 -0300488config VIDEO_OV9650
489 tristate "OmniVision OV9650/OV9652 sensor support"
490 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
491 ---help---
492 This is a V4L2 sensor-level driver for the Omnivision
493 OV9650 and OV9652 camera sensors.
494
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300495config VIDEO_VS6624
496 tristate "ST VS6624 sensor support"
497 depends on VIDEO_V4L2 && I2C
498 depends on MEDIA_CAMERA_SUPPORT
499 ---help---
500 This is a Video4Linux2 sensor-level driver for the ST VS6624
501 camera.
502
503 To compile this driver as a module, choose M here: the
504 module will be called vs6624.
505
506config VIDEO_MT9M032
507 tristate "MT9M032 camera sensor support"
508 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
509 depends on MEDIA_CAMERA_SUPPORT
510 select VIDEO_APTINA_PLL
511 ---help---
512 This driver supports MT9M032 camera sensors from Aptina, monochrome
513 models only.
514
515config VIDEO_MT9P031
516 tristate "Aptina MT9P031 support"
517 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
518 depends on MEDIA_CAMERA_SUPPORT
519 select VIDEO_APTINA_PLL
520 ---help---
521 This is a Video4Linux2 sensor-level driver for the Aptina
522 (Micron) mt9p031 5 Mpixel camera.
523
524config VIDEO_MT9T001
525 tristate "Aptina MT9T001 support"
526 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
527 depends on MEDIA_CAMERA_SUPPORT
528 ---help---
529 This is a Video4Linux2 sensor-level driver for the Aptina
530 (Micron) mt0t001 3 Mpixel camera.
531
532config VIDEO_MT9V011
533 tristate "Micron mt9v011 sensor support"
534 depends on I2C && VIDEO_V4L2
535 depends on MEDIA_CAMERA_SUPPORT
536 ---help---
537 This is a Video4Linux2 sensor-level driver for the Micron
538 mt0v011 1.3 Mpixel camera. It currently only works with the
539 em28xx driver.
540
541config VIDEO_MT9V032
542 tristate "Micron MT9V032 sensor support"
543 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
544 depends on MEDIA_CAMERA_SUPPORT
Philipp Zabel80b44ef2014-06-04 13:57:03 -0300545 select REGMAP_I2C
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300546 ---help---
547 This is a Video4Linux2 sensor-level driver for the Micron
548 MT9V032 752x480 CMOS sensor.
549
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300550config VIDEO_SR030PC30
551 tristate "Siliconfile SR030PC30 sensor support"
552 depends on I2C && VIDEO_V4L2
553 depends on MEDIA_CAMERA_SUPPORT
554 ---help---
555 This driver supports SR030PC30 VGA camera from Siliconfile
556
557config VIDEO_NOON010PC30
558 tristate "Siliconfile NOON010PC30 sensor support"
Hans Verkuil2cca7d42012-09-03 10:16:34 -0300559 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300560 depends on MEDIA_CAMERA_SUPPORT
561 ---help---
562 This driver supports NOON010PC30 CIF camera from Siliconfile
563
564source "drivers/media/i2c/m5mols/Kconfig"
565
566config VIDEO_S5K6AA
567 tristate "Samsung S5K6AAFX sensor support"
568 depends on MEDIA_CAMERA_SUPPORT
569 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
570 ---help---
571 This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
572 camera sensor with an embedded SoC image signal processor.
573
Sylwester Nawrocki814b4dd2013-08-09 15:56:00 -0300574config VIDEO_S5K6A3
575 tristate "Samsung S5K6A3 sensor support"
576 depends on MEDIA_CAMERA_SUPPORT
577 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
578 ---help---
579 This is a V4L2 sensor-level driver for Samsung S5K6A3 raw
580 camera sensor.
581
Sangwook Lee8b993122012-09-13 07:02:14 -0300582config VIDEO_S5K4ECGX
583 tristate "Samsung S5K4ECGX sensor support"
584 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
585 ---help---
586 This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
587 camera sensor with an embedded SoC image signal processor.
588
Andrzej Hajda7d4599372013-12-05 08:38:39 -0300589config VIDEO_S5K5BAF
590 tristate "Samsung S5K5BAF sensor support"
591 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
592 ---help---
593 This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M
594 camera sensor with an embedded SoC image signal processor.
595
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300596source "drivers/media/i2c/smiapp/Kconfig"
597
Andrzej Hajdacac47f12012-11-22 11:39:18 -0300598config VIDEO_S5C73M3
599 tristate "Samsung S5C73M3 sensor support"
600 depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
601 ---help---
Gianluca Gennari4494f0f2013-04-25 10:46:38 -0300602 This is a V4L2 sensor-level driver for Samsung S5C73M3
603 8 Mpixel camera.
Andrzej Hajdacac47f12012-11-22 11:39:18 -0300604
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300605comment "Flash devices"
606
607config VIDEO_ADP1653
608 tristate "ADP1653 flash support"
609 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
610 depends on MEDIA_CAMERA_SUPPORT
611 ---help---
612 This is a driver for the ADP1653 flash controller. It is used for
613 example in Nokia N900.
614
615config VIDEO_AS3645A
616 tristate "AS3645A flash driver support"
617 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
618 depends on MEDIA_CAMERA_SUPPORT
619 ---help---
620 This is a driver for the AS3645A and LM3555 flash controllers. It has
621 build in control for flash, torch and indicator LEDs.
622
Daniel Jeong7f6b11a2013-10-16 04:12:19 -0300623config VIDEO_LM3560
624 tristate "LM3560 dual flash driver support"
625 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
626 depends on MEDIA_CAMERA_SUPPORT
627 select REGMAP_I2C
628 ---help---
629 This is a driver for the lm3560 dual flash controllers. It controls
630 flash, torch LEDs.
631
Daniel Jeongdc76df52014-03-03 06:52:10 -0300632config VIDEO_LM3646
633 tristate "LM3646 dual flash driver support"
634 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
635 depends on MEDIA_CAMERA_SUPPORT
636 select REGMAP_I2C
637 ---help---
638 This is a driver for the lm3646 dual flash controllers. It controls
639 flash, torch LEDs.
640
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300641comment "Video improvement chips"
642
643config VIDEO_UPD64031A
644 tristate "NEC Electronics uPD64031A Ghost Reduction"
645 depends on VIDEO_V4L2 && I2C
646 ---help---
647 Support for the NEC Electronics uPD64031A Ghost Reduction
648 video chip. It is most often found in NTSC TV cards made for
649 Japan and is used to reduce the 'ghosting' effect that can
650 be present in analog TV broadcasts.
651
652 To compile this driver as a module, choose M here: the
653 module will be called upd64031a.
654
655config VIDEO_UPD64083
656 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
657 depends on VIDEO_V4L2 && I2C
658 ---help---
659 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
660 separation video chip. It is used to improve the quality of
661 the colors of a composite signal.
662
663 To compile this driver as a module, choose M here: the
664 module will be called upd64083.
665
Hans Verkuil6052ba32013-12-14 08:28:31 -0300666comment "Audio/Video compression chips"
667
668config VIDEO_SAA6752HS
669 tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
670 depends on VIDEO_V4L2 && I2C
Hans Verkuild984d322014-02-17 06:52:06 -0300671 select CRC32
Hans Verkuil6052ba32013-12-14 08:28:31 -0300672 ---help---
673 Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
674 audio encoder with multiplexer.
675
676 To compile this driver as a module, choose M here: the
677 module will be called saa6752hs.
678
Masanari Iida8c881262013-09-29 20:54:15 +0900679comment "Miscellaneous helper chips"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300680
681config VIDEO_THS7303
Lad, Prabhakar88da0182013-02-18 07:56:41 -0300682 tristate "THS7303/53 Video Amplifier"
683 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300684 help
Lad, Prabhakar88da0182013-02-18 07:56:41 -0300685 Support for TI THS7303/53 video amplifier
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300686
687 To compile this driver as a module, choose M here: the
688 module will be called ths7303.
689
690config VIDEO_M52790
691 tristate "Mitsubishi M52790 A/V switch"
692 depends on VIDEO_V4L2 && I2C
693 ---help---
694 Support for the Mitsubishi M52790 A/V switch.
695
696 To compile this driver as a module, choose M here: the
697 module will be called m52790.
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300698endmenu
Mauro Carvalho Chehabe9d2f052012-08-21 08:16:28 -0300699
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300700menu "Sensors used on soc_camera driver"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300701
Mauro Carvalho Chehab2a2d1cf2012-08-14 17:15:52 -0300702if SOC_CAMERA
703 source "drivers/media/i2c/soc_camera/Kconfig"
704endif
705
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300706endmenu
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300707
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300708endif