blob: 07d9c11e91aafcb68e372696f04321f51a89d24e [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"
199 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
200 ---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
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300209config VIDEO_BT819
210 tristate "BT819A VideoStream decoder"
211 depends on VIDEO_V4L2 && I2C
212 ---help---
213 Support for BT819A video decoder.
214
215 To compile this driver as a module, choose M here: the
216 module will be called bt819.
217
218config VIDEO_BT856
219 tristate "BT856 VideoStream decoder"
220 depends on VIDEO_V4L2 && I2C
221 ---help---
222 Support for BT856 video decoder.
223
224 To compile this driver as a module, choose M here: the
225 module will be called bt856.
226
227config VIDEO_BT866
228 tristate "BT866 VideoStream decoder"
229 depends on VIDEO_V4L2 && I2C
230 ---help---
231 Support for BT866 video decoder.
232
233 To compile this driver as a module, choose M here: the
234 module will be called bt866.
235
236config VIDEO_KS0127
237 tristate "KS0127 video decoder"
238 depends on VIDEO_V4L2 && I2C
239 ---help---
240 Support for KS0127 video decoder.
241
242 This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
243 cards.
244
245 To compile this driver as a module, choose M here: the
246 module will be called ks0127.
247
248config VIDEO_SAA7110
249 tristate "Philips SAA7110 video decoder"
250 depends on VIDEO_V4L2 && I2C
251 ---help---
252 Support for the Philips SAA7110 video decoders.
253
254 To compile this driver as a module, choose M here: the
255 module will be called saa7110.
256
257config VIDEO_SAA711X
258 tristate "Philips SAA7111/3/4/5 video decoders"
259 depends on VIDEO_V4L2 && I2C
260 ---help---
261 Support for the Philips SAA7111/3/4/5 video decoders.
262
263 To compile this driver as a module, choose M here: the
264 module will be called saa7115.
265
266config VIDEO_SAA7191
267 tristate "Philips SAA7191 video decoder"
268 depends on VIDEO_V4L2 && I2C
269 ---help---
270 Support for the Philips SAA7191 video decoder.
271
272 To compile this driver as a module, choose M here: the
273 module will be called saa7191.
274
275config VIDEO_TVP514X
276 tristate "Texas Instruments TVP514x video decoder"
277 depends on VIDEO_V4L2 && I2C
278 ---help---
279 This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
280 decoder. It is currently working with the TI OMAP3 camera
281 controller.
282
283 To compile this driver as a module, choose M here: the
284 module will be called tvp514x.
285
286config VIDEO_TVP5150
287 tristate "Texas Instruments TVP5150 video decoder"
288 depends on VIDEO_V4L2 && I2C
289 ---help---
290 Support for the Texas Instruments TVP5150 video decoder.
291
292 To compile this driver as a module, choose M here: the
293 module will be called tvp5150.
294
295config VIDEO_TVP7002
296 tristate "Texas Instruments TVP7002 video decoder"
297 depends on VIDEO_V4L2 && I2C
298 ---help---
299 Support for the Texas Instruments TVP7002 video decoder.
300
301 To compile this driver as a module, choose M here: the
302 module will be called tvp7002.
303
Hans Verkuil12be52a2013-03-09 08:06:07 -0300304config VIDEO_TW2804
305 tristate "Techwell TW2804 multiple video decoder"
306 depends on VIDEO_V4L2 && I2C
307 ---help---
308 Support for the Techwell tw2804 multiple video decoder.
309
310 To compile this driver as a module, choose M here: the
311 module will be called tw2804.
312
Hans Verkuil0890ec12013-03-18 04:10:56 -0300313config VIDEO_TW9903
314 tristate "Techwell TW9903 video decoder"
315 depends on VIDEO_V4L2 && I2C
316 ---help---
Hans Verkuil12be52a2013-03-09 08:06:07 -0300317 Support for the Techwell tw9903 multi-standard video decoder
Hans Verkuil0890ec12013-03-18 04:10:56 -0300318 with high quality down scaler.
319
320 To compile this driver as a module, choose M here: the
321 module will be called tw9903.
322
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300323config VIDEO_VPX3220
324 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
325 depends on VIDEO_V4L2 && I2C
326 ---help---
327 Support for VPX322x video decoders.
328
329 To compile this driver as a module, choose M here: the
330 module will be called vpx3220.
331
332comment "Video and audio decoders"
333
334config VIDEO_SAA717X
335 tristate "Philips SAA7171/3/4 audio/video decoders"
336 depends on VIDEO_V4L2 && I2C
337 ---help---
338 Support for the Philips SAA7171/3/4 audio/video decoders.
339
340 To compile this driver as a module, choose M here: the
341 module will be called saa717x.
342
343source "drivers/media/i2c/cx25840/Kconfig"
344
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300345comment "Video encoders"
346
347config VIDEO_SAA7127
348 tristate "Philips SAA7127/9 digital video encoders"
349 depends on VIDEO_V4L2 && I2C
350 ---help---
351 Support for the Philips SAA7127/9 digital video encoders.
352
353 To compile this driver as a module, choose M here: the
354 module will be called saa7127.
355
356config VIDEO_SAA7185
357 tristate "Philips SAA7185 video encoder"
358 depends on VIDEO_V4L2 && I2C
359 ---help---
360 Support for the Philips SAA7185 video encoder.
361
362 To compile this driver as a module, choose M here: the
363 module will be called saa7185.
364
365config VIDEO_ADV7170
366 tristate "Analog Devices ADV7170 video encoder"
367 depends on VIDEO_V4L2 && I2C
368 ---help---
369 Support for the Analog Devices ADV7170 video encoder driver
370
371 To compile this driver as a module, choose M here: the
372 module will be called adv7170.
373
374config VIDEO_ADV7175
375 tristate "Analog Devices ADV7175 video encoder"
376 depends on VIDEO_V4L2 && I2C
377 ---help---
378 Support for the Analog Devices ADV7175 video encoder driver
379
380 To compile this driver as a module, choose M here: the
381 module will be called adv7175.
382
383config VIDEO_ADV7343
384 tristate "ADV7343 video encoder"
385 depends on I2C
386 help
387 Support for Analog Devices I2C bus based ADV7343 encoder.
388
389 To compile this driver as a module, choose M here: the
390 module will be called adv7343.
391
392config VIDEO_ADV7393
393 tristate "ADV7393 video encoder"
394 depends on I2C
395 help
396 Support for Analog Devices I2C bus based ADV7393 encoder.
397
398 To compile this driver as a module, choose M here: the
399 module will be called adv7393.
400
Hans Verkuil117a55b2012-07-18 05:46:46 -0300401config VIDEO_AD9389B
402 tristate "Analog Devices AD9389B encoder"
403 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
404 ---help---
405 Support for the Analog Devices AD9389B video encoder.
406
407 This is a Analog Devices HDMI transmitter.
408
409 To compile this driver as a module, choose M here: the
410 module will be called ad9389b.
411
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300412config VIDEO_AK881X
413 tristate "AK8813/AK8814 video encoders"
414 depends on I2C
415 help
416 Video output driver for AKM AK8813 and AK8814 TV encoders
417
418comment "Camera sensor devices"
419
420config VIDEO_APTINA_PLL
421 tristate
422
423config VIDEO_SMIAPP_PLL
424 tristate
425
Hans Verkuilec367c32013-03-09 07:09:18 -0300426config VIDEO_OV7640
427 tristate "OmniVision OV7640 sensor support"
428 depends on I2C && VIDEO_V4L2
429 depends on MEDIA_CAMERA_SUPPORT
430 ---help---
431 This is a Video4Linux2 sensor-level driver for the OmniVision
432 OV7640 camera.
433
434 To compile this driver as a module, choose M here: the
435 module will be called ov7640.
436
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300437config VIDEO_OV7670
438 tristate "OmniVision OV7670 sensor support"
439 depends on I2C && VIDEO_V4L2
440 depends on MEDIA_CAMERA_SUPPORT
441 ---help---
442 This is a Video4Linux2 sensor-level driver for the OmniVision
443 OV7670 VGA camera. It currently only works with the M88ALP01
444 controller.
445
Sylwester Nawrocki84a15de2012-12-26 15:50:03 -0300446config VIDEO_OV9650
447 tristate "OmniVision OV9650/OV9652 sensor support"
448 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
449 ---help---
450 This is a V4L2 sensor-level driver for the Omnivision
451 OV9650 and OV9652 camera sensors.
452
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300453config VIDEO_VS6624
454 tristate "ST VS6624 sensor support"
455 depends on VIDEO_V4L2 && I2C
456 depends on MEDIA_CAMERA_SUPPORT
457 ---help---
458 This is a Video4Linux2 sensor-level driver for the ST VS6624
459 camera.
460
461 To compile this driver as a module, choose M here: the
462 module will be called vs6624.
463
464config VIDEO_MT9M032
465 tristate "MT9M032 camera sensor support"
466 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
467 depends on MEDIA_CAMERA_SUPPORT
468 select VIDEO_APTINA_PLL
469 ---help---
470 This driver supports MT9M032 camera sensors from Aptina, monochrome
471 models only.
472
473config VIDEO_MT9P031
474 tristate "Aptina MT9P031 support"
475 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
476 depends on MEDIA_CAMERA_SUPPORT
477 select VIDEO_APTINA_PLL
478 ---help---
479 This is a Video4Linux2 sensor-level driver for the Aptina
480 (Micron) mt9p031 5 Mpixel camera.
481
482config VIDEO_MT9T001
483 tristate "Aptina MT9T001 support"
484 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
485 depends on MEDIA_CAMERA_SUPPORT
486 ---help---
487 This is a Video4Linux2 sensor-level driver for the Aptina
488 (Micron) mt0t001 3 Mpixel camera.
489
490config VIDEO_MT9V011
491 tristate "Micron mt9v011 sensor support"
492 depends on I2C && VIDEO_V4L2
493 depends on MEDIA_CAMERA_SUPPORT
494 ---help---
495 This is a Video4Linux2 sensor-level driver for the Micron
496 mt0v011 1.3 Mpixel camera. It currently only works with the
497 em28xx driver.
498
499config VIDEO_MT9V032
500 tristate "Micron MT9V032 sensor support"
501 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
502 depends on MEDIA_CAMERA_SUPPORT
503 ---help---
504 This is a Video4Linux2 sensor-level driver for the Micron
505 MT9V032 752x480 CMOS sensor.
506
507config VIDEO_TCM825X
508 tristate "TCM825x camera sensor support"
Sakari Ailus668a8b32013-01-05 18:56:10 -0300509 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_INT_DEVICE
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300510 depends on MEDIA_CAMERA_SUPPORT
511 ---help---
512 This is a driver for the Toshiba TCM825x VGA camera sensor.
513 It is used for example in Nokia N800.
514
515config VIDEO_SR030PC30
516 tristate "Siliconfile SR030PC30 sensor support"
517 depends on I2C && VIDEO_V4L2
518 depends on MEDIA_CAMERA_SUPPORT
519 ---help---
520 This driver supports SR030PC30 VGA camera from Siliconfile
521
522config VIDEO_NOON010PC30
523 tristate "Siliconfile NOON010PC30 sensor support"
Hans Verkuil2cca7d42012-09-03 10:16:34 -0300524 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300525 depends on MEDIA_CAMERA_SUPPORT
526 ---help---
527 This driver supports NOON010PC30 CIF camera from Siliconfile
528
529source "drivers/media/i2c/m5mols/Kconfig"
530
531config VIDEO_S5K6AA
532 tristate "Samsung S5K6AAFX sensor support"
533 depends on MEDIA_CAMERA_SUPPORT
534 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
535 ---help---
536 This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
537 camera sensor with an embedded SoC image signal processor.
538
Sangwook Lee8b993122012-09-13 07:02:14 -0300539config VIDEO_S5K4ECGX
540 tristate "Samsung S5K4ECGX sensor support"
541 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
542 ---help---
543 This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
544 camera sensor with an embedded SoC image signal processor.
545
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300546source "drivers/media/i2c/smiapp/Kconfig"
547
Andrzej Hajdacac47f12012-11-22 11:39:18 -0300548config VIDEO_S5C73M3
549 tristate "Samsung S5C73M3 sensor support"
550 depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
551 ---help---
552 This is a V4L2 sensor-level driver for Samsung S5C73M3
553 8 Mpixel camera.
554
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300555comment "Flash devices"
556
557config VIDEO_ADP1653
558 tristate "ADP1653 flash support"
559 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
560 depends on MEDIA_CAMERA_SUPPORT
561 ---help---
562 This is a driver for the ADP1653 flash controller. It is used for
563 example in Nokia N900.
564
565config VIDEO_AS3645A
566 tristate "AS3645A flash driver support"
567 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
568 depends on MEDIA_CAMERA_SUPPORT
569 ---help---
570 This is a driver for the AS3645A and LM3555 flash controllers. It has
571 build in control for flash, torch and indicator LEDs.
572
573comment "Video improvement chips"
574
575config VIDEO_UPD64031A
576 tristate "NEC Electronics uPD64031A Ghost Reduction"
577 depends on VIDEO_V4L2 && I2C
578 ---help---
579 Support for the NEC Electronics uPD64031A Ghost Reduction
580 video chip. It is most often found in NTSC TV cards made for
581 Japan and is used to reduce the 'ghosting' effect that can
582 be present in analog TV broadcasts.
583
584 To compile this driver as a module, choose M here: the
585 module will be called upd64031a.
586
587config VIDEO_UPD64083
588 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
589 depends on VIDEO_V4L2 && I2C
590 ---help---
591 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
592 separation video chip. It is used to improve the quality of
593 the colors of a composite signal.
594
595 To compile this driver as a module, choose M here: the
596 module will be called upd64083.
597
598comment "Miscelaneous helper chips"
599
600config VIDEO_THS7303
Lad, Prabhakar88da0182013-02-18 07:56:41 -0300601 tristate "THS7303/53 Video Amplifier"
602 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300603 help
Lad, Prabhakar88da0182013-02-18 07:56:41 -0300604 Support for TI THS7303/53 video amplifier
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300605
606 To compile this driver as a module, choose M here: the
607 module will be called ths7303.
608
609config VIDEO_M52790
610 tristate "Mitsubishi M52790 A/V switch"
611 depends on VIDEO_V4L2 && I2C
612 ---help---
613 Support for the Mitsubishi M52790 A/V switch.
614
615 To compile this driver as a module, choose M here: the
616 module will be called m52790.
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300617endmenu
Mauro Carvalho Chehabe9d2f052012-08-21 08:16:28 -0300618
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300619menu "Sensors used on soc_camera driver"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300620
Mauro Carvalho Chehab2a2d1cf2012-08-14 17:15:52 -0300621if SOC_CAMERA
622 source "drivers/media/i2c/soc_camera/Kconfig"
623endif
624
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300625endmenu
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300626
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300627endif