blob: 785e2132a573110febac37f8a9e553e353be86a0 [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
398config VIDEO_OV7670
399 tristate "OmniVision OV7670 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 OV7670 VGA camera. It currently only works with the M88ALP01
405 controller.
406
Sylwester Nawrocki84a15de2012-12-26 15:50:03 -0300407config VIDEO_OV9650
408 tristate "OmniVision OV9650/OV9652 sensor support"
409 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
410 ---help---
411 This is a V4L2 sensor-level driver for the Omnivision
412 OV9650 and OV9652 camera sensors.
413
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300414config VIDEO_VS6624
415 tristate "ST VS6624 sensor support"
416 depends on VIDEO_V4L2 && I2C
417 depends on MEDIA_CAMERA_SUPPORT
418 ---help---
419 This is a Video4Linux2 sensor-level driver for the ST VS6624
420 camera.
421
422 To compile this driver as a module, choose M here: the
423 module will be called vs6624.
424
425config VIDEO_MT9M032
426 tristate "MT9M032 camera sensor support"
427 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
428 depends on MEDIA_CAMERA_SUPPORT
429 select VIDEO_APTINA_PLL
430 ---help---
431 This driver supports MT9M032 camera sensors from Aptina, monochrome
432 models only.
433
434config VIDEO_MT9P031
435 tristate "Aptina MT9P031 support"
436 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
437 depends on MEDIA_CAMERA_SUPPORT
438 select VIDEO_APTINA_PLL
439 ---help---
440 This is a Video4Linux2 sensor-level driver for the Aptina
441 (Micron) mt9p031 5 Mpixel camera.
442
443config VIDEO_MT9T001
444 tristate "Aptina MT9T001 support"
445 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
446 depends on MEDIA_CAMERA_SUPPORT
447 ---help---
448 This is a Video4Linux2 sensor-level driver for the Aptina
449 (Micron) mt0t001 3 Mpixel camera.
450
451config VIDEO_MT9V011
452 tristate "Micron mt9v011 sensor support"
453 depends on I2C && VIDEO_V4L2
454 depends on MEDIA_CAMERA_SUPPORT
455 ---help---
456 This is a Video4Linux2 sensor-level driver for the Micron
457 mt0v011 1.3 Mpixel camera. It currently only works with the
458 em28xx driver.
459
460config VIDEO_MT9V032
461 tristate "Micron MT9V032 sensor support"
462 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
463 depends on MEDIA_CAMERA_SUPPORT
464 ---help---
465 This is a Video4Linux2 sensor-level driver for the Micron
466 MT9V032 752x480 CMOS sensor.
467
468config VIDEO_TCM825X
469 tristate "TCM825x camera sensor support"
Sakari Ailus668a8b32013-01-05 18:56:10 -0300470 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_INT_DEVICE
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300471 depends on MEDIA_CAMERA_SUPPORT
472 ---help---
473 This is a driver for the Toshiba TCM825x VGA camera sensor.
474 It is used for example in Nokia N800.
475
476config VIDEO_SR030PC30
477 tristate "Siliconfile SR030PC30 sensor support"
478 depends on I2C && VIDEO_V4L2
479 depends on MEDIA_CAMERA_SUPPORT
480 ---help---
481 This driver supports SR030PC30 VGA camera from Siliconfile
482
483config VIDEO_NOON010PC30
484 tristate "Siliconfile NOON010PC30 sensor support"
Hans Verkuil2cca7d42012-09-03 10:16:34 -0300485 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300486 depends on MEDIA_CAMERA_SUPPORT
487 ---help---
488 This driver supports NOON010PC30 CIF camera from Siliconfile
489
490source "drivers/media/i2c/m5mols/Kconfig"
491
492config VIDEO_S5K6AA
493 tristate "Samsung S5K6AAFX sensor support"
494 depends on MEDIA_CAMERA_SUPPORT
495 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
496 ---help---
497 This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
498 camera sensor with an embedded SoC image signal processor.
499
Sangwook Lee8b993122012-09-13 07:02:14 -0300500config VIDEO_S5K4ECGX
501 tristate "Samsung S5K4ECGX sensor support"
502 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
503 ---help---
504 This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
505 camera sensor with an embedded SoC image signal processor.
506
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300507source "drivers/media/i2c/smiapp/Kconfig"
508
Andrzej Hajdacac47f12012-11-22 11:39:18 -0300509config VIDEO_S5C73M3
510 tristate "Samsung S5C73M3 sensor support"
511 depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
512 ---help---
513 This is a V4L2 sensor-level driver for Samsung S5C73M3
514 8 Mpixel camera.
515
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300516comment "Flash devices"
517
518config VIDEO_ADP1653
519 tristate "ADP1653 flash support"
520 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
521 depends on MEDIA_CAMERA_SUPPORT
522 ---help---
523 This is a driver for the ADP1653 flash controller. It is used for
524 example in Nokia N900.
525
526config VIDEO_AS3645A
527 tristate "AS3645A flash driver support"
528 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
529 depends on MEDIA_CAMERA_SUPPORT
530 ---help---
531 This is a driver for the AS3645A and LM3555 flash controllers. It has
532 build in control for flash, torch and indicator LEDs.
533
534comment "Video improvement chips"
535
536config VIDEO_UPD64031A
537 tristate "NEC Electronics uPD64031A Ghost Reduction"
538 depends on VIDEO_V4L2 && I2C
539 ---help---
540 Support for the NEC Electronics uPD64031A Ghost Reduction
541 video chip. It is most often found in NTSC TV cards made for
542 Japan and is used to reduce the 'ghosting' effect that can
543 be present in analog TV broadcasts.
544
545 To compile this driver as a module, choose M here: the
546 module will be called upd64031a.
547
548config VIDEO_UPD64083
549 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
550 depends on VIDEO_V4L2 && I2C
551 ---help---
552 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
553 separation video chip. It is used to improve the quality of
554 the colors of a composite signal.
555
556 To compile this driver as a module, choose M here: the
557 module will be called upd64083.
558
559comment "Miscelaneous helper chips"
560
561config VIDEO_THS7303
Lad, Prabhakar88da0182013-02-18 07:56:41 -0300562 tristate "THS7303/53 Video Amplifier"
563 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300564 help
Lad, Prabhakar88da0182013-02-18 07:56:41 -0300565 Support for TI THS7303/53 video amplifier
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300566
567 To compile this driver as a module, choose M here: the
568 module will be called ths7303.
569
570config VIDEO_M52790
571 tristate "Mitsubishi M52790 A/V switch"
572 depends on VIDEO_V4L2 && I2C
573 ---help---
574 Support for the Mitsubishi M52790 A/V switch.
575
576 To compile this driver as a module, choose M here: the
577 module will be called m52790.
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300578endmenu
Mauro Carvalho Chehabe9d2f052012-08-21 08:16:28 -0300579
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300580menu "Sensors used on soc_camera driver"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300581
Mauro Carvalho Chehab2a2d1cf2012-08-14 17:15:52 -0300582if SOC_CAMERA
583 source "drivers/media/i2c/soc_camera/Kconfig"
584endif
585
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300586endmenu
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300587
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300588endif