blob: 790788597badc0c2a64e481b0c9a1be288eea5b8 [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
115config VIDEO_WM8775
116 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
117 depends on VIDEO_V4L2 && I2C
118 ---help---
119 Support for the Wolfson Microelectronics WM8775 high
120 performance stereo A/D Converter with a 4 channel input mixer.
121
122 To compile this driver as a module, choose M here: the
123 module will be called wm8775.
124
125config VIDEO_WM8739
126 tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
127 depends on VIDEO_V4L2 && I2C
128 ---help---
129 Support for the Wolfson Microelectronics WM8739
130 stereo A/D Converter.
131
132 To compile this driver as a module, choose M here: the
133 module will be called wm8739.
134
135config VIDEO_VP27SMPX
Hans Verkuilc7c54a92013-03-22 11:13:58 -0300136 tristate "Panasonic VP27's internal MPX"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300137 depends on VIDEO_V4L2 && I2C
138 ---help---
139 Support for the internal MPX of the Panasonic VP27s tuner.
140
141 To compile this driver as a module, choose M here: the
142 module will be called vp27smpx.
143
Hans Verkuilc7c54a92013-03-22 11:13:58 -0300144config VIDEO_SONY_BTF_MPX
145 tristate "Sony BTF's internal MPX"
146 depends on VIDEO_V4L2 && I2C
147 help
148 Support for the internal MPX of the Sony BTF-PG472Z tuner.
149
150 To compile this driver as a module, choose M here: the
151 module will be called sony-btf-mpx.
152
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300153comment "RDS decoders"
154
155config VIDEO_SAA6588
156 tristate "SAA6588 Radio Chip RDS decoder support"
157 depends on VIDEO_V4L2 && I2C
158
159 help
160 Support for this Radio Data System (RDS) decoder. This allows
161 seeing radio station identification transmitted using this
162 standard.
163
164 To compile this driver as a module, choose M here: the
165 module will be called saa6588.
166
167comment "Video decoders"
168
169config VIDEO_ADV7180
170 tristate "Analog Devices ADV7180 decoder"
171 depends on VIDEO_V4L2 && I2C
172 ---help---
173 Support for the Analog Devices ADV7180 video decoder.
174
175 To compile this driver as a module, choose M here: the
176 module will be called adv7180.
177
178config VIDEO_ADV7183
179 tristate "Analog Devices ADV7183 decoder"
180 depends on VIDEO_V4L2 && I2C
181 ---help---
182 V4l2 subdevice driver for the Analog Devices
183 ADV7183 video decoder.
184
185 To compile this driver as a module, choose M here: the
186 module will be called adv7183.
187
Hans Verkuil54450f52012-07-18 05:45:16 -0300188config VIDEO_ADV7604
189 tristate "Analog Devices ADV7604 decoder"
190 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
191 ---help---
192 Support for the Analog Devices ADV7604 video decoder.
193
194 This is a Analog Devices Component/Graphics Digitizer
195 with 4:1 Multiplexed HDMI Receiver.
196
197 To compile this driver as a module, choose M here: the
198 module will be called adv7604.
199
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300200config VIDEO_BT819
201 tristate "BT819A VideoStream decoder"
202 depends on VIDEO_V4L2 && I2C
203 ---help---
204 Support for BT819A video decoder.
205
206 To compile this driver as a module, choose M here: the
207 module will be called bt819.
208
209config VIDEO_BT856
210 tristate "BT856 VideoStream decoder"
211 depends on VIDEO_V4L2 && I2C
212 ---help---
213 Support for BT856 video decoder.
214
215 To compile this driver as a module, choose M here: the
216 module will be called bt856.
217
218config VIDEO_BT866
219 tristate "BT866 VideoStream decoder"
220 depends on VIDEO_V4L2 && I2C
221 ---help---
222 Support for BT866 video decoder.
223
224 To compile this driver as a module, choose M here: the
225 module will be called bt866.
226
227config VIDEO_KS0127
228 tristate "KS0127 video decoder"
229 depends on VIDEO_V4L2 && I2C
230 ---help---
231 Support for KS0127 video decoder.
232
233 This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
234 cards.
235
236 To compile this driver as a module, choose M here: the
237 module will be called ks0127.
238
239config VIDEO_SAA7110
240 tristate "Philips SAA7110 video decoder"
241 depends on VIDEO_V4L2 && I2C
242 ---help---
243 Support for the Philips SAA7110 video decoders.
244
245 To compile this driver as a module, choose M here: the
246 module will be called saa7110.
247
248config VIDEO_SAA711X
249 tristate "Philips SAA7111/3/4/5 video decoders"
250 depends on VIDEO_V4L2 && I2C
251 ---help---
252 Support for the Philips SAA7111/3/4/5 video decoders.
253
254 To compile this driver as a module, choose M here: the
255 module will be called saa7115.
256
257config VIDEO_SAA7191
258 tristate "Philips SAA7191 video decoder"
259 depends on VIDEO_V4L2 && I2C
260 ---help---
261 Support for the Philips SAA7191 video decoder.
262
263 To compile this driver as a module, choose M here: the
264 module will be called saa7191.
265
266config VIDEO_TVP514X
267 tristate "Texas Instruments TVP514x video decoder"
268 depends on VIDEO_V4L2 && I2C
269 ---help---
270 This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
271 decoder. It is currently working with the TI OMAP3 camera
272 controller.
273
274 To compile this driver as a module, choose M here: the
275 module will be called tvp514x.
276
277config VIDEO_TVP5150
278 tristate "Texas Instruments TVP5150 video decoder"
279 depends on VIDEO_V4L2 && I2C
280 ---help---
281 Support for the Texas Instruments TVP5150 video decoder.
282
283 To compile this driver as a module, choose M here: the
284 module will be called tvp5150.
285
286config VIDEO_TVP7002
287 tristate "Texas Instruments TVP7002 video decoder"
288 depends on VIDEO_V4L2 && I2C
289 ---help---
290 Support for the Texas Instruments TVP7002 video decoder.
291
292 To compile this driver as a module, choose M here: the
293 module will be called tvp7002.
294
295config VIDEO_VPX3220
296 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
297 depends on VIDEO_V4L2 && I2C
298 ---help---
299 Support for VPX322x video decoders.
300
301 To compile this driver as a module, choose M here: the
302 module will be called vpx3220.
303
304comment "Video and audio decoders"
305
306config VIDEO_SAA717X
307 tristate "Philips SAA7171/3/4 audio/video decoders"
308 depends on VIDEO_V4L2 && I2C
309 ---help---
310 Support for the Philips SAA7171/3/4 audio/video decoders.
311
312 To compile this driver as a module, choose M here: the
313 module will be called saa717x.
314
315source "drivers/media/i2c/cx25840/Kconfig"
316
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300317comment "Video encoders"
318
319config VIDEO_SAA7127
320 tristate "Philips SAA7127/9 digital video encoders"
321 depends on VIDEO_V4L2 && I2C
322 ---help---
323 Support for the Philips SAA7127/9 digital video encoders.
324
325 To compile this driver as a module, choose M here: the
326 module will be called saa7127.
327
328config VIDEO_SAA7185
329 tristate "Philips SAA7185 video encoder"
330 depends on VIDEO_V4L2 && I2C
331 ---help---
332 Support for the Philips SAA7185 video encoder.
333
334 To compile this driver as a module, choose M here: the
335 module will be called saa7185.
336
337config VIDEO_ADV7170
338 tristate "Analog Devices ADV7170 video encoder"
339 depends on VIDEO_V4L2 && I2C
340 ---help---
341 Support for the Analog Devices ADV7170 video encoder driver
342
343 To compile this driver as a module, choose M here: the
344 module will be called adv7170.
345
346config VIDEO_ADV7175
347 tristate "Analog Devices ADV7175 video encoder"
348 depends on VIDEO_V4L2 && I2C
349 ---help---
350 Support for the Analog Devices ADV7175 video encoder driver
351
352 To compile this driver as a module, choose M here: the
353 module will be called adv7175.
354
355config VIDEO_ADV7343
356 tristate "ADV7343 video encoder"
357 depends on I2C
358 help
359 Support for Analog Devices I2C bus based ADV7343 encoder.
360
361 To compile this driver as a module, choose M here: the
362 module will be called adv7343.
363
364config VIDEO_ADV7393
365 tristate "ADV7393 video encoder"
366 depends on I2C
367 help
368 Support for Analog Devices I2C bus based ADV7393 encoder.
369
370 To compile this driver as a module, choose M here: the
371 module will be called adv7393.
372
Hans Verkuil117a55b2012-07-18 05:46:46 -0300373config VIDEO_AD9389B
374 tristate "Analog Devices AD9389B encoder"
375 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
376 ---help---
377 Support for the Analog Devices AD9389B video encoder.
378
379 This is a Analog Devices HDMI transmitter.
380
381 To compile this driver as a module, choose M here: the
382 module will be called ad9389b.
383
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300384config VIDEO_AK881X
385 tristate "AK8813/AK8814 video encoders"
386 depends on I2C
387 help
388 Video output driver for AKM AK8813 and AK8814 TV encoders
389
390comment "Camera sensor devices"
391
392config VIDEO_APTINA_PLL
393 tristate
394
395config VIDEO_SMIAPP_PLL
396 tristate
397
Hans Verkuilec367c32013-03-09 07:09:18 -0300398config VIDEO_OV7640
399 tristate "OmniVision OV7640 sensor support"
400 depends on I2C && VIDEO_V4L2
401 depends on MEDIA_CAMERA_SUPPORT
402 ---help---
403 This is a Video4Linux2 sensor-level driver for the OmniVision
404 OV7640 camera.
405
406 To compile this driver as a module, choose M here: the
407 module will be called ov7640.
408
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300409config VIDEO_OV7670
410 tristate "OmniVision OV7670 sensor support"
411 depends on I2C && VIDEO_V4L2
412 depends on MEDIA_CAMERA_SUPPORT
413 ---help---
414 This is a Video4Linux2 sensor-level driver for the OmniVision
415 OV7670 VGA camera. It currently only works with the M88ALP01
416 controller.
417
Sylwester Nawrocki84a15de2012-12-26 15:50:03 -0300418config VIDEO_OV9650
419 tristate "OmniVision OV9650/OV9652 sensor support"
420 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
421 ---help---
422 This is a V4L2 sensor-level driver for the Omnivision
423 OV9650 and OV9652 camera sensors.
424
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300425config VIDEO_VS6624
426 tristate "ST VS6624 sensor support"
427 depends on VIDEO_V4L2 && I2C
428 depends on MEDIA_CAMERA_SUPPORT
429 ---help---
430 This is a Video4Linux2 sensor-level driver for the ST VS6624
431 camera.
432
433 To compile this driver as a module, choose M here: the
434 module will be called vs6624.
435
436config VIDEO_MT9M032
437 tristate "MT9M032 camera sensor support"
438 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
439 depends on MEDIA_CAMERA_SUPPORT
440 select VIDEO_APTINA_PLL
441 ---help---
442 This driver supports MT9M032 camera sensors from Aptina, monochrome
443 models only.
444
445config VIDEO_MT9P031
446 tristate "Aptina MT9P031 support"
447 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
448 depends on MEDIA_CAMERA_SUPPORT
449 select VIDEO_APTINA_PLL
450 ---help---
451 This is a Video4Linux2 sensor-level driver for the Aptina
452 (Micron) mt9p031 5 Mpixel camera.
453
454config VIDEO_MT9T001
455 tristate "Aptina MT9T001 support"
456 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
457 depends on MEDIA_CAMERA_SUPPORT
458 ---help---
459 This is a Video4Linux2 sensor-level driver for the Aptina
460 (Micron) mt0t001 3 Mpixel camera.
461
462config VIDEO_MT9V011
463 tristate "Micron mt9v011 sensor support"
464 depends on I2C && VIDEO_V4L2
465 depends on MEDIA_CAMERA_SUPPORT
466 ---help---
467 This is a Video4Linux2 sensor-level driver for the Micron
468 mt0v011 1.3 Mpixel camera. It currently only works with the
469 em28xx driver.
470
471config VIDEO_MT9V032
472 tristate "Micron MT9V032 sensor support"
473 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
474 depends on MEDIA_CAMERA_SUPPORT
475 ---help---
476 This is a Video4Linux2 sensor-level driver for the Micron
477 MT9V032 752x480 CMOS sensor.
478
479config VIDEO_TCM825X
480 tristate "TCM825x camera sensor support"
Sakari Ailus668a8b32013-01-05 18:56:10 -0300481 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_INT_DEVICE
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300482 depends on MEDIA_CAMERA_SUPPORT
483 ---help---
484 This is a driver for the Toshiba TCM825x VGA camera sensor.
485 It is used for example in Nokia N800.
486
487config VIDEO_SR030PC30
488 tristate "Siliconfile SR030PC30 sensor support"
489 depends on I2C && VIDEO_V4L2
490 depends on MEDIA_CAMERA_SUPPORT
491 ---help---
492 This driver supports SR030PC30 VGA camera from Siliconfile
493
494config VIDEO_NOON010PC30
495 tristate "Siliconfile NOON010PC30 sensor support"
Hans Verkuil2cca7d42012-09-03 10:16:34 -0300496 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300497 depends on MEDIA_CAMERA_SUPPORT
498 ---help---
499 This driver supports NOON010PC30 CIF camera from Siliconfile
500
501source "drivers/media/i2c/m5mols/Kconfig"
502
503config VIDEO_S5K6AA
504 tristate "Samsung S5K6AAFX sensor support"
505 depends on MEDIA_CAMERA_SUPPORT
506 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
507 ---help---
508 This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
509 camera sensor with an embedded SoC image signal processor.
510
Sangwook Lee8b993122012-09-13 07:02:14 -0300511config VIDEO_S5K4ECGX
512 tristate "Samsung S5K4ECGX sensor support"
513 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
514 ---help---
515 This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
516 camera sensor with an embedded SoC image signal processor.
517
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300518source "drivers/media/i2c/smiapp/Kconfig"
519
Andrzej Hajdacac47f12012-11-22 11:39:18 -0300520config VIDEO_S5C73M3
521 tristate "Samsung S5C73M3 sensor support"
522 depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
523 ---help---
524 This is a V4L2 sensor-level driver for Samsung S5C73M3
525 8 Mpixel camera.
526
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300527comment "Flash devices"
528
529config VIDEO_ADP1653
530 tristate "ADP1653 flash support"
531 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
532 depends on MEDIA_CAMERA_SUPPORT
533 ---help---
534 This is a driver for the ADP1653 flash controller. It is used for
535 example in Nokia N900.
536
537config VIDEO_AS3645A
538 tristate "AS3645A flash driver support"
539 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
540 depends on MEDIA_CAMERA_SUPPORT
541 ---help---
542 This is a driver for the AS3645A and LM3555 flash controllers. It has
543 build in control for flash, torch and indicator LEDs.
544
545comment "Video improvement chips"
546
547config VIDEO_UPD64031A
548 tristate "NEC Electronics uPD64031A Ghost Reduction"
549 depends on VIDEO_V4L2 && I2C
550 ---help---
551 Support for the NEC Electronics uPD64031A Ghost Reduction
552 video chip. It is most often found in NTSC TV cards made for
553 Japan and is used to reduce the 'ghosting' effect that can
554 be present in analog TV broadcasts.
555
556 To compile this driver as a module, choose M here: the
557 module will be called upd64031a.
558
559config VIDEO_UPD64083
560 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
561 depends on VIDEO_V4L2 && I2C
562 ---help---
563 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
564 separation video chip. It is used to improve the quality of
565 the colors of a composite signal.
566
567 To compile this driver as a module, choose M here: the
568 module will be called upd64083.
569
570comment "Miscelaneous helper chips"
571
572config VIDEO_THS7303
Lad, Prabhakar88da0182013-02-18 07:56:41 -0300573 tristate "THS7303/53 Video Amplifier"
574 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300575 help
Lad, Prabhakar88da0182013-02-18 07:56:41 -0300576 Support for TI THS7303/53 video amplifier
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300577
578 To compile this driver as a module, choose M here: the
579 module will be called ths7303.
580
581config VIDEO_M52790
582 tristate "Mitsubishi M52790 A/V switch"
583 depends on VIDEO_V4L2 && I2C
584 ---help---
585 Support for the Mitsubishi M52790 A/V switch.
586
587 To compile this driver as a module, choose M here: the
588 module will be called m52790.
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300589endmenu
Mauro Carvalho Chehabe9d2f052012-08-21 08:16:28 -0300590
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300591menu "Sensors used on soc_camera driver"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300592
Mauro Carvalho Chehab2a2d1cf2012-08-14 17:15:52 -0300593if SOC_CAMERA
594 source "drivers/media/i2c/soc_camera/Kconfig"
595endif
596
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300597endmenu
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300598
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300599endif