blob: d73078cdffec65553d2adf35052fb87e09b96047 [file] [log] [blame]
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -03001#
2# Generic video config states
3#
4
5config VIDEO_BTCX
6 depends on PCI
7 tristate
8
9config VIDEO_TVEEPROM
10 tristate
11 depends on I2C
12
13#
14# Multimedia Video device configuration
15#
16
17if VIDEO_V4L2
18
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -030019config VIDEO_IR_I2C
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -030020 tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -030021 depends on I2C && RC_CORE
22 default y
23 ---help---
24 Most boards have an IR chip directly connected via GPIO. However,
25 some video boards have the IR connected via I2C bus.
26
27 If your board doesn't have an I2C IR chip, you may disable this
28 option.
29
30 In doubt, say Y.
31
32#
33# Encoder / Decoder module configuration
34#
35
36menu "Encoders, decoders, sensors and other helper chips"
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -030037 visible if !MEDIA_SUBDRV_AUTOSELECT
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -030038
39comment "Audio decoders, processors and mixers"
40
41config VIDEO_TVAUDIO
42 tristate "Simple audio decoder chips"
43 depends on VIDEO_V4L2 && I2C
44 ---help---
45 Support for several audio decoder chips found on some bt8xx boards:
46 Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
47 tea6320, tea6420, tda8425, ta8874z.
48 Microchip: pic16c54 based design on ProVideo PV951 board.
49
50 To compile this driver as a module, choose M here: the
51 module will be called tvaudio.
52
53config VIDEO_TDA7432
54 tristate "Philips TDA7432 audio processor"
55 depends on VIDEO_V4L2 && I2C
56 ---help---
57 Support for tda7432 audio decoder chip found on some bt8xx boards.
58
59 To compile this driver as a module, choose M here: the
60 module will be called tda7432.
61
62config VIDEO_TDA9840
63 tristate "Philips TDA9840 audio processor"
64 depends on I2C
65 ---help---
66 Support for tda9840 audio decoder chip found on some Zoran boards.
67
68 To compile this driver as a module, choose M here: the
69 module will be called tda9840.
70
71config VIDEO_TEA6415C
72 tristate "Philips TEA6415C audio processor"
73 depends on I2C
74 ---help---
75 Support for tea6415c audio decoder chip found on some bt8xx boards.
76
77 To compile this driver as a module, choose M here: the
78 module will be called tea6415c.
79
80config VIDEO_TEA6420
81 tristate "Philips TEA6420 audio processor"
82 depends on I2C
83 ---help---
84 Support for tea6420 audio decoder chip found on some bt8xx boards.
85
86 To compile this driver as a module, choose M here: the
87 module will be called tea6420.
88
89config VIDEO_MSP3400
90 tristate "Micronas MSP34xx audio decoders"
91 depends on VIDEO_V4L2 && I2C
92 ---help---
93 Support for the Micronas MSP34xx series of audio decoders.
94
95 To compile this driver as a module, choose M here: the
96 module will be called msp3400.
97
98config VIDEO_CS5345
99 tristate "Cirrus Logic CS5345 audio ADC"
100 depends on VIDEO_V4L2 && I2C
101 ---help---
102 Support for the Cirrus Logic CS5345 24-bit, 192 kHz
103 stereo A/D converter.
104
105 To compile this driver as a module, choose M here: the
106 module will be called cs5345.
107
108config VIDEO_CS53L32A
109 tristate "Cirrus Logic CS53L32A audio ADC"
110 depends on VIDEO_V4L2 && I2C
111 ---help---
112 Support for the Cirrus Logic CS53L32A low voltage
113 stereo A/D converter.
114
115 To compile this driver as a module, choose M here: the
116 module will be called cs53l32a.
117
118config VIDEO_TLV320AIC23B
119 tristate "Texas Instruments TLV320AIC23B audio codec"
Hans Verkuil2cca7d42012-09-03 10:16:34 -0300120 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300121 ---help---
122 Support for the Texas Instruments TLV320AIC23B audio codec.
123
124 To compile this driver as a module, choose M here: the
125 module will be called tlv320aic23b.
126
127config VIDEO_WM8775
128 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
129 depends on VIDEO_V4L2 && I2C
130 ---help---
131 Support for the Wolfson Microelectronics WM8775 high
132 performance stereo A/D Converter with a 4 channel input mixer.
133
134 To compile this driver as a module, choose M here: the
135 module will be called wm8775.
136
137config VIDEO_WM8739
138 tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
139 depends on VIDEO_V4L2 && I2C
140 ---help---
141 Support for the Wolfson Microelectronics WM8739
142 stereo A/D Converter.
143
144 To compile this driver as a module, choose M here: the
145 module will be called wm8739.
146
147config VIDEO_VP27SMPX
148 tristate "Panasonic VP27s internal MPX"
149 depends on VIDEO_V4L2 && I2C
150 ---help---
151 Support for the internal MPX of the Panasonic VP27s tuner.
152
153 To compile this driver as a module, choose M here: the
154 module will be called vp27smpx.
155
156comment "RDS decoders"
157
158config VIDEO_SAA6588
159 tristate "SAA6588 Radio Chip RDS decoder support"
160 depends on VIDEO_V4L2 && I2C
161
162 help
163 Support for this Radio Data System (RDS) decoder. This allows
164 seeing radio station identification transmitted using this
165 standard.
166
167 To compile this driver as a module, choose M here: the
168 module will be called saa6588.
169
170comment "Video decoders"
171
172config VIDEO_ADV7180
173 tristate "Analog Devices ADV7180 decoder"
174 depends on VIDEO_V4L2 && I2C
175 ---help---
176 Support for the Analog Devices ADV7180 video decoder.
177
178 To compile this driver as a module, choose M here: the
179 module will be called adv7180.
180
181config VIDEO_ADV7183
182 tristate "Analog Devices ADV7183 decoder"
183 depends on VIDEO_V4L2 && I2C
184 ---help---
185 V4l2 subdevice driver for the Analog Devices
186 ADV7183 video decoder.
187
188 To compile this driver as a module, choose M here: the
189 module will be called adv7183.
190
Hans Verkuil54450f52012-07-18 05:45:16 -0300191config VIDEO_ADV7604
192 tristate "Analog Devices ADV7604 decoder"
193 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
194 ---help---
195 Support for the Analog Devices ADV7604 video decoder.
196
197 This is a Analog Devices Component/Graphics Digitizer
198 with 4:1 Multiplexed HDMI Receiver.
199
200 To compile this driver as a module, choose M here: the
201 module will be called adv7604.
202
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300203config VIDEO_BT819
204 tristate "BT819A VideoStream decoder"
205 depends on VIDEO_V4L2 && I2C
206 ---help---
207 Support for BT819A video decoder.
208
209 To compile this driver as a module, choose M here: the
210 module will be called bt819.
211
212config VIDEO_BT856
213 tristate "BT856 VideoStream decoder"
214 depends on VIDEO_V4L2 && I2C
215 ---help---
216 Support for BT856 video decoder.
217
218 To compile this driver as a module, choose M here: the
219 module will be called bt856.
220
221config VIDEO_BT866
222 tristate "BT866 VideoStream decoder"
223 depends on VIDEO_V4L2 && I2C
224 ---help---
225 Support for BT866 video decoder.
226
227 To compile this driver as a module, choose M here: the
228 module will be called bt866.
229
230config VIDEO_KS0127
231 tristate "KS0127 video decoder"
232 depends on VIDEO_V4L2 && I2C
233 ---help---
234 Support for KS0127 video decoder.
235
236 This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
237 cards.
238
239 To compile this driver as a module, choose M here: the
240 module will be called ks0127.
241
242config VIDEO_SAA7110
243 tristate "Philips SAA7110 video decoder"
244 depends on VIDEO_V4L2 && I2C
245 ---help---
246 Support for the Philips SAA7110 video decoders.
247
248 To compile this driver as a module, choose M here: the
249 module will be called saa7110.
250
251config VIDEO_SAA711X
252 tristate "Philips SAA7111/3/4/5 video decoders"
253 depends on VIDEO_V4L2 && I2C
254 ---help---
255 Support for the Philips SAA7111/3/4/5 video decoders.
256
257 To compile this driver as a module, choose M here: the
258 module will be called saa7115.
259
260config VIDEO_SAA7191
261 tristate "Philips SAA7191 video decoder"
262 depends on VIDEO_V4L2 && I2C
263 ---help---
264 Support for the Philips SAA7191 video decoder.
265
266 To compile this driver as a module, choose M here: the
267 module will be called saa7191.
268
269config VIDEO_TVP514X
270 tristate "Texas Instruments TVP514x video decoder"
271 depends on VIDEO_V4L2 && I2C
272 ---help---
273 This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
274 decoder. It is currently working with the TI OMAP3 camera
275 controller.
276
277 To compile this driver as a module, choose M here: the
278 module will be called tvp514x.
279
280config VIDEO_TVP5150
281 tristate "Texas Instruments TVP5150 video decoder"
282 depends on VIDEO_V4L2 && I2C
283 ---help---
284 Support for the Texas Instruments TVP5150 video decoder.
285
286 To compile this driver as a module, choose M here: the
287 module will be called tvp5150.
288
289config VIDEO_TVP7002
290 tristate "Texas Instruments TVP7002 video decoder"
291 depends on VIDEO_V4L2 && I2C
292 ---help---
293 Support for the Texas Instruments TVP7002 video decoder.
294
295 To compile this driver as a module, choose M here: the
296 module will be called tvp7002.
297
298config VIDEO_VPX3220
299 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
300 depends on VIDEO_V4L2 && I2C
301 ---help---
302 Support for VPX322x video decoders.
303
304 To compile this driver as a module, choose M here: the
305 module will be called vpx3220.
306
307comment "Video and audio decoders"
308
309config VIDEO_SAA717X
310 tristate "Philips SAA7171/3/4 audio/video decoders"
311 depends on VIDEO_V4L2 && I2C
312 ---help---
313 Support for the Philips SAA7171/3/4 audio/video decoders.
314
315 To compile this driver as a module, choose M here: the
316 module will be called saa717x.
317
318source "drivers/media/i2c/cx25840/Kconfig"
319
320comment "MPEG video encoders"
321
322config VIDEO_CX2341X
323 tristate "Conexant CX2341x MPEG encoders"
Mauro Carvalho Chehabb6334462012-08-20 10:32:19 -0300324 depends on VIDEO_V4L2
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300325 ---help---
326 Support for the Conexant CX23416 MPEG encoders
327 and CX23415 MPEG encoder/decoders.
328
329 This module currently supports the encoding functions only.
330
331 To compile this driver as a module, choose M here: the
332 module will be called cx2341x.
333
334comment "Video encoders"
335
336config VIDEO_SAA7127
337 tristate "Philips SAA7127/9 digital video encoders"
338 depends on VIDEO_V4L2 && I2C
339 ---help---
340 Support for the Philips SAA7127/9 digital video encoders.
341
342 To compile this driver as a module, choose M here: the
343 module will be called saa7127.
344
345config VIDEO_SAA7185
346 tristate "Philips SAA7185 video encoder"
347 depends on VIDEO_V4L2 && I2C
348 ---help---
349 Support for the Philips SAA7185 video encoder.
350
351 To compile this driver as a module, choose M here: the
352 module will be called saa7185.
353
354config VIDEO_ADV7170
355 tristate "Analog Devices ADV7170 video encoder"
356 depends on VIDEO_V4L2 && I2C
357 ---help---
358 Support for the Analog Devices ADV7170 video encoder driver
359
360 To compile this driver as a module, choose M here: the
361 module will be called adv7170.
362
363config VIDEO_ADV7175
364 tristate "Analog Devices ADV7175 video encoder"
365 depends on VIDEO_V4L2 && I2C
366 ---help---
367 Support for the Analog Devices ADV7175 video encoder driver
368
369 To compile this driver as a module, choose M here: the
370 module will be called adv7175.
371
372config VIDEO_ADV7343
373 tristate "ADV7343 video encoder"
374 depends on I2C
375 help
376 Support for Analog Devices I2C bus based ADV7343 encoder.
377
378 To compile this driver as a module, choose M here: the
379 module will be called adv7343.
380
381config VIDEO_ADV7393
382 tristate "ADV7393 video encoder"
383 depends on I2C
384 help
385 Support for Analog Devices I2C bus based ADV7393 encoder.
386
387 To compile this driver as a module, choose M here: the
388 module will be called adv7393.
389
Hans Verkuil117a55b2012-07-18 05:46:46 -0300390config VIDEO_AD9389B
391 tristate "Analog Devices AD9389B encoder"
392 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
393 ---help---
394 Support for the Analog Devices AD9389B video encoder.
395
396 This is a Analog Devices HDMI transmitter.
397
398 To compile this driver as a module, choose M here: the
399 module will be called ad9389b.
400
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300401config VIDEO_AK881X
402 tristate "AK8813/AK8814 video encoders"
403 depends on I2C
404 help
405 Video output driver for AKM AK8813 and AK8814 TV encoders
406
407comment "Camera sensor devices"
408
409config VIDEO_APTINA_PLL
410 tristate
411
412config VIDEO_SMIAPP_PLL
413 tristate
414
415config VIDEO_OV7670
416 tristate "OmniVision OV7670 sensor support"
417 depends on I2C && VIDEO_V4L2
418 depends on MEDIA_CAMERA_SUPPORT
419 ---help---
420 This is a Video4Linux2 sensor-level driver for the OmniVision
421 OV7670 VGA camera. It currently only works with the M88ALP01
422 controller.
423
Sylwester Nawrocki84a15de2012-12-26 15:50:03 -0300424config VIDEO_OV9650
425 tristate "OmniVision OV9650/OV9652 sensor support"
426 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
427 ---help---
428 This is a V4L2 sensor-level driver for the Omnivision
429 OV9650 and OV9652 camera sensors.
430
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300431config VIDEO_VS6624
432 tristate "ST VS6624 sensor support"
433 depends on VIDEO_V4L2 && I2C
434 depends on MEDIA_CAMERA_SUPPORT
435 ---help---
436 This is a Video4Linux2 sensor-level driver for the ST VS6624
437 camera.
438
439 To compile this driver as a module, choose M here: the
440 module will be called vs6624.
441
442config VIDEO_MT9M032
443 tristate "MT9M032 camera sensor support"
444 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
445 depends on MEDIA_CAMERA_SUPPORT
446 select VIDEO_APTINA_PLL
447 ---help---
448 This driver supports MT9M032 camera sensors from Aptina, monochrome
449 models only.
450
451config VIDEO_MT9P031
452 tristate "Aptina MT9P031 support"
453 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
454 depends on MEDIA_CAMERA_SUPPORT
455 select VIDEO_APTINA_PLL
456 ---help---
457 This is a Video4Linux2 sensor-level driver for the Aptina
458 (Micron) mt9p031 5 Mpixel camera.
459
460config VIDEO_MT9T001
461 tristate "Aptina MT9T001 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 Aptina
466 (Micron) mt0t001 3 Mpixel camera.
467
468config VIDEO_MT9V011
469 tristate "Micron mt9v011 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 Micron
474 mt0v011 1.3 Mpixel camera. It currently only works with the
475 em28xx driver.
476
477config VIDEO_MT9V032
478 tristate "Micron MT9V032 sensor support"
479 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
480 depends on MEDIA_CAMERA_SUPPORT
481 ---help---
482 This is a Video4Linux2 sensor-level driver for the Micron
483 MT9V032 752x480 CMOS sensor.
484
485config VIDEO_TCM825X
486 tristate "TCM825x camera sensor support"
Sakari Ailus668a8b32013-01-05 18:56:10 -0300487 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_INT_DEVICE
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300488 depends on MEDIA_CAMERA_SUPPORT
489 ---help---
490 This is a driver for the Toshiba TCM825x VGA camera sensor.
491 It is used for example in Nokia N800.
492
493config VIDEO_SR030PC30
494 tristate "Siliconfile SR030PC30 sensor support"
495 depends on I2C && VIDEO_V4L2
496 depends on MEDIA_CAMERA_SUPPORT
497 ---help---
498 This driver supports SR030PC30 VGA camera from Siliconfile
499
500config VIDEO_NOON010PC30
501 tristate "Siliconfile NOON010PC30 sensor support"
Hans Verkuil2cca7d42012-09-03 10:16:34 -0300502 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300503 depends on MEDIA_CAMERA_SUPPORT
504 ---help---
505 This driver supports NOON010PC30 CIF camera from Siliconfile
506
507source "drivers/media/i2c/m5mols/Kconfig"
508
509config VIDEO_S5K6AA
510 tristate "Samsung S5K6AAFX sensor support"
511 depends on MEDIA_CAMERA_SUPPORT
512 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
513 ---help---
514 This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
515 camera sensor with an embedded SoC image signal processor.
516
Sangwook Lee8b993122012-09-13 07:02:14 -0300517config VIDEO_S5K4ECGX
518 tristate "Samsung S5K4ECGX sensor support"
519 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
520 ---help---
521 This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
522 camera sensor with an embedded SoC image signal processor.
523
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300524source "drivers/media/i2c/smiapp/Kconfig"
525
526comment "Flash devices"
527
528config VIDEO_ADP1653
529 tristate "ADP1653 flash support"
530 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
531 depends on MEDIA_CAMERA_SUPPORT
532 ---help---
533 This is a driver for the ADP1653 flash controller. It is used for
534 example in Nokia N900.
535
536config VIDEO_AS3645A
537 tristate "AS3645A flash driver support"
538 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
539 depends on MEDIA_CAMERA_SUPPORT
540 ---help---
541 This is a driver for the AS3645A and LM3555 flash controllers. It has
542 build in control for flash, torch and indicator LEDs.
543
544comment "Video improvement chips"
545
546config VIDEO_UPD64031A
547 tristate "NEC Electronics uPD64031A Ghost Reduction"
548 depends on VIDEO_V4L2 && I2C
549 ---help---
550 Support for the NEC Electronics uPD64031A Ghost Reduction
551 video chip. It is most often found in NTSC TV cards made for
552 Japan and is used to reduce the 'ghosting' effect that can
553 be present in analog TV broadcasts.
554
555 To compile this driver as a module, choose M here: the
556 module will be called upd64031a.
557
558config VIDEO_UPD64083
559 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
560 depends on VIDEO_V4L2 && I2C
561 ---help---
562 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
563 separation video chip. It is used to improve the quality of
564 the colors of a composite signal.
565
566 To compile this driver as a module, choose M here: the
567 module will be called upd64083.
568
569comment "Miscelaneous helper chips"
570
571config VIDEO_THS7303
572 tristate "THS7303 Video Amplifier"
573 depends on I2C
574 help
575 Support for TI THS7303 video amplifier
576
577 To compile this driver as a module, choose M here: the
578 module will be called ths7303.
579
580config VIDEO_M52790
581 tristate "Mitsubishi M52790 A/V switch"
582 depends on VIDEO_V4L2 && I2C
583 ---help---
584 Support for the Mitsubishi M52790 A/V switch.
585
586 To compile this driver as a module, choose M here: the
587 module will be called m52790.
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300588endmenu
Mauro Carvalho Chehabe9d2f052012-08-21 08:16:28 -0300589
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300590menu "Sensors used on soc_camera driver"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300591
Mauro Carvalho Chehab2a2d1cf2012-08-14 17:15:52 -0300592if SOC_CAMERA
593 source "drivers/media/i2c/soc_camera/Kconfig"
594endif
595
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300596endmenu
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300597
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300598endif