blob: 322093ccadcbef5e7157243409cc212b53f3f7fc [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"
120 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
121 ---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
390config VIDEO_AK881X
391 tristate "AK8813/AK8814 video encoders"
392 depends on I2C
393 help
394 Video output driver for AKM AK8813 and AK8814 TV encoders
395
396comment "Camera sensor devices"
397
398config VIDEO_APTINA_PLL
399 tristate
400
401config VIDEO_SMIAPP_PLL
402 tristate
403
404config VIDEO_OV7670
405 tristate "OmniVision OV7670 sensor support"
406 depends on I2C && VIDEO_V4L2
407 depends on MEDIA_CAMERA_SUPPORT
408 ---help---
409 This is a Video4Linux2 sensor-level driver for the OmniVision
410 OV7670 VGA camera. It currently only works with the M88ALP01
411 controller.
412
413config VIDEO_VS6624
414 tristate "ST VS6624 sensor support"
415 depends on VIDEO_V4L2 && I2C
416 depends on MEDIA_CAMERA_SUPPORT
417 ---help---
418 This is a Video4Linux2 sensor-level driver for the ST VS6624
419 camera.
420
421 To compile this driver as a module, choose M here: the
422 module will be called vs6624.
423
424config VIDEO_MT9M032
425 tristate "MT9M032 camera sensor support"
426 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
427 depends on MEDIA_CAMERA_SUPPORT
428 select VIDEO_APTINA_PLL
429 ---help---
430 This driver supports MT9M032 camera sensors from Aptina, monochrome
431 models only.
432
433config VIDEO_MT9P031
434 tristate "Aptina MT9P031 support"
435 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
436 depends on MEDIA_CAMERA_SUPPORT
437 select VIDEO_APTINA_PLL
438 ---help---
439 This is a Video4Linux2 sensor-level driver for the Aptina
440 (Micron) mt9p031 5 Mpixel camera.
441
442config VIDEO_MT9T001
443 tristate "Aptina MT9T001 support"
444 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
445 depends on MEDIA_CAMERA_SUPPORT
446 ---help---
447 This is a Video4Linux2 sensor-level driver for the Aptina
448 (Micron) mt0t001 3 Mpixel camera.
449
450config VIDEO_MT9V011
451 tristate "Micron mt9v011 sensor support"
452 depends on I2C && VIDEO_V4L2
453 depends on MEDIA_CAMERA_SUPPORT
454 ---help---
455 This is a Video4Linux2 sensor-level driver for the Micron
456 mt0v011 1.3 Mpixel camera. It currently only works with the
457 em28xx driver.
458
459config VIDEO_MT9V032
460 tristate "Micron MT9V032 sensor support"
461 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
462 depends on MEDIA_CAMERA_SUPPORT
463 ---help---
464 This is a Video4Linux2 sensor-level driver for the Micron
465 MT9V032 752x480 CMOS sensor.
466
467config VIDEO_TCM825X
468 tristate "TCM825x camera sensor support"
469 depends on I2C && VIDEO_V4L2
470 depends on MEDIA_CAMERA_SUPPORT
471 ---help---
472 This is a driver for the Toshiba TCM825x VGA camera sensor.
473 It is used for example in Nokia N800.
474
475config VIDEO_SR030PC30
476 tristate "Siliconfile SR030PC30 sensor support"
477 depends on I2C && VIDEO_V4L2
478 depends on MEDIA_CAMERA_SUPPORT
479 ---help---
480 This driver supports SR030PC30 VGA camera from Siliconfile
481
482config VIDEO_NOON010PC30
483 tristate "Siliconfile NOON010PC30 sensor support"
484 depends on I2C && VIDEO_V4L2 && EXPERIMENTAL && VIDEO_V4L2_SUBDEV_API
485 depends on MEDIA_CAMERA_SUPPORT
486 ---help---
487 This driver supports NOON010PC30 CIF camera from Siliconfile
488
489source "drivers/media/i2c/m5mols/Kconfig"
490
491config VIDEO_S5K6AA
492 tristate "Samsung S5K6AAFX sensor support"
493 depends on MEDIA_CAMERA_SUPPORT
494 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
495 ---help---
496 This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
497 camera sensor with an embedded SoC image signal processor.
498
499source "drivers/media/i2c/smiapp/Kconfig"
500
501comment "Flash devices"
502
503config VIDEO_ADP1653
504 tristate "ADP1653 flash support"
505 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
506 depends on MEDIA_CAMERA_SUPPORT
507 ---help---
508 This is a driver for the ADP1653 flash controller. It is used for
509 example in Nokia N900.
510
511config VIDEO_AS3645A
512 tristate "AS3645A flash driver support"
513 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
514 depends on MEDIA_CAMERA_SUPPORT
515 ---help---
516 This is a driver for the AS3645A and LM3555 flash controllers. It has
517 build in control for flash, torch and indicator LEDs.
518
519comment "Video improvement chips"
520
521config VIDEO_UPD64031A
522 tristate "NEC Electronics uPD64031A Ghost Reduction"
523 depends on VIDEO_V4L2 && I2C
524 ---help---
525 Support for the NEC Electronics uPD64031A Ghost Reduction
526 video chip. It is most often found in NTSC TV cards made for
527 Japan and is used to reduce the 'ghosting' effect that can
528 be present in analog TV broadcasts.
529
530 To compile this driver as a module, choose M here: the
531 module will be called upd64031a.
532
533config VIDEO_UPD64083
534 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
535 depends on VIDEO_V4L2 && I2C
536 ---help---
537 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
538 separation video chip. It is used to improve the quality of
539 the colors of a composite signal.
540
541 To compile this driver as a module, choose M here: the
542 module will be called upd64083.
543
544comment "Miscelaneous helper chips"
545
546config VIDEO_THS7303
547 tristate "THS7303 Video Amplifier"
548 depends on I2C
549 help
550 Support for TI THS7303 video amplifier
551
552 To compile this driver as a module, choose M here: the
553 module will be called ths7303.
554
555config VIDEO_M52790
556 tristate "Mitsubishi M52790 A/V switch"
557 depends on VIDEO_V4L2 && I2C
558 ---help---
559 Support for the Mitsubishi M52790 A/V switch.
560
561 To compile this driver as a module, choose M here: the
562 module will be called m52790.
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300563endmenu
Mauro Carvalho Chehabe9d2f052012-08-21 08:16:28 -0300564
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300565menu "Sensors used on soc_camera driver"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300566
Mauro Carvalho Chehab2a2d1cf2012-08-14 17:15:52 -0300567if SOC_CAMERA
568 source "drivers/media/i2c/soc_camera/Kconfig"
569endif
570
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300571endmenu
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300572
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300573endif