blob: 121b3b5394cbae97165ecd493714d2012d71c69a [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
Hans Verkuil8283a092016-09-15 12:18:14 -030024menu "I2C Encoders, decoders, sensors and other helper chips"
Geert Uytterhoeven5cc596c2015-06-29 10:46:48 -030025 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
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
Hans Verkuilfc279cc2015-11-30 18:05:54 -020086config VIDEO_CS3308
87 tristate "Cirrus Logic CS3308 audio ADC"
88 depends on VIDEO_V4L2 && I2C
89 ---help---
90 Support for the Cirrus Logic CS3308 High Performance 8-Channel
91 Analog Volume Control
92
93 To compile this driver as a module, choose M here: the
94 module will be called cs3308.
95
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -030096config VIDEO_CS5345
97 tristate "Cirrus Logic CS5345 audio ADC"
98 depends on VIDEO_V4L2 && I2C
99 ---help---
100 Support for the Cirrus Logic CS5345 24-bit, 192 kHz
101 stereo A/D converter.
102
103 To compile this driver as a module, choose M here: the
104 module will be called cs5345.
105
106config VIDEO_CS53L32A
107 tristate "Cirrus Logic CS53L32A audio ADC"
108 depends on VIDEO_V4L2 && I2C
109 ---help---
110 Support for the Cirrus Logic CS53L32A low voltage
111 stereo A/D converter.
112
113 To compile this driver as a module, choose M here: the
114 module will be called cs53l32a.
115
116config VIDEO_TLV320AIC23B
117 tristate "Texas Instruments TLV320AIC23B audio codec"
Hans Verkuil2cca7d42012-09-03 10:16:34 -0300118 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300119 ---help---
120 Support for the Texas Instruments TLV320AIC23B audio codec.
121
122 To compile this driver as a module, choose M here: the
123 module will be called tlv320aic23b.
124
Hans Verkuil73d9f972013-03-09 07:20:12 -0300125config VIDEO_UDA1342
126 tristate "Philips UDA1342 audio codec"
127 depends on VIDEO_V4L2 && I2C
128 ---help---
129 Support for the Philips UDA1342 audio codec.
130
131 To compile this driver as a module, choose M here: the
132 module will be called uda1342.
133
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300134config VIDEO_WM8775
135 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
136 depends on VIDEO_V4L2 && I2C
137 ---help---
138 Support for the Wolfson Microelectronics WM8775 high
139 performance stereo A/D Converter with a 4 channel input mixer.
140
141 To compile this driver as a module, choose M here: the
142 module will be called wm8775.
143
144config VIDEO_WM8739
145 tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
146 depends on VIDEO_V4L2 && I2C
147 ---help---
148 Support for the Wolfson Microelectronics WM8739
149 stereo A/D Converter.
150
151 To compile this driver as a module, choose M here: the
152 module will be called wm8739.
153
154config VIDEO_VP27SMPX
Hans Verkuilc7c54a92013-03-22 11:13:58 -0300155 tristate "Panasonic VP27's internal MPX"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300156 depends on VIDEO_V4L2 && I2C
157 ---help---
158 Support for the internal MPX of the Panasonic VP27s tuner.
159
160 To compile this driver as a module, choose M here: the
161 module will be called vp27smpx.
162
Hans Verkuilc7c54a92013-03-22 11:13:58 -0300163config VIDEO_SONY_BTF_MPX
164 tristate "Sony BTF's internal MPX"
165 depends on VIDEO_V4L2 && I2C
166 help
167 Support for the internal MPX of the Sony BTF-PG472Z tuner.
168
169 To compile this driver as a module, choose M here: the
170 module will be called sony-btf-mpx.
171
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300172comment "RDS decoders"
173
174config VIDEO_SAA6588
175 tristate "SAA6588 Radio Chip RDS decoder support"
176 depends on VIDEO_V4L2 && I2C
177
178 help
179 Support for this Radio Data System (RDS) decoder. This allows
180 seeing radio station identification transmitted using this
181 standard.
182
183 To compile this driver as a module, choose M here: the
184 module will be called saa6588.
185
186comment "Video decoders"
187
188config VIDEO_ADV7180
189 tristate "Analog Devices ADV7180 decoder"
Steve Longerbeam65d9e142016-07-19 21:03:32 -0300190 depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300191 ---help---
192 Support for the Analog Devices ADV7180 video decoder.
193
194 To compile this driver as a module, choose M here: the
195 module will be called adv7180.
196
197config VIDEO_ADV7183
198 tristate "Analog Devices ADV7183 decoder"
199 depends on VIDEO_V4L2 && I2C
200 ---help---
201 V4l2 subdevice driver for the Analog Devices
202 ADV7183 video decoder.
203
204 To compile this driver as a module, choose M here: the
205 module will be called adv7183.
206
Hans Verkuil54450f52012-07-18 05:45:16 -0300207config VIDEO_ADV7604
208 tristate "Analog Devices ADV7604 decoder"
Geert Uytterhoeven2f8e75d2015-06-29 10:45:56 -0300209 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
210 depends on GPIOLIB || COMPILE_TEST
Hans Verkuil516613c2015-06-07 07:32:33 -0300211 select HDMI
Sakari Ailus859969b2016-08-26 20:17:25 -0300212 select V4L2_FWNODE
Hans Verkuil54450f52012-07-18 05:45:16 -0300213 ---help---
214 Support for the Analog Devices ADV7604 video decoder.
215
216 This is a Analog Devices Component/Graphics Digitizer
217 with 4:1 Multiplexed HDMI Receiver.
218
219 To compile this driver as a module, choose M here: the
220 module will be called adv7604.
221
Hans Verkuil41a52372015-09-07 08:12:57 -0300222config VIDEO_ADV7604_CEC
223 bool "Enable Analog Devices ADV7604 CEC support"
Hans Verkuil9177e512017-05-28 05:48:37 -0300224 depends on VIDEO_ADV7604
225 select CEC_CORE
Hans Verkuil41a52372015-09-07 08:12:57 -0300226 ---help---
227 When selected the adv7604 will support the optional
228 HDMI CEC feature.
229
Hans Verkuila89bcd42013-08-22 06:14:22 -0300230config VIDEO_ADV7842
231 tristate "Analog Devices ADV7842 decoder"
Hans Verkuil584ca022014-12-04 06:54:56 -0300232 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
Martin Bugge09f90c52014-12-19 09:14:23 -0300233 select HDMI
Hans Verkuila89bcd42013-08-22 06:14:22 -0300234 ---help---
235 Support for the Analog Devices ADV7842 video decoder.
236
237 This is a Analog Devices Component/Graphics/SD Digitizer
238 with 2:1 Multiplexed HDMI Receiver.
239
240 To compile this driver as a module, choose M here: the
241 module will be called adv7842.
242
Hans Verkuil25c84fb2015-09-07 08:13:26 -0300243config VIDEO_ADV7842_CEC
244 bool "Enable Analog Devices ADV7842 CEC support"
Hans Verkuil9177e512017-05-28 05:48:37 -0300245 depends on VIDEO_ADV7842
246 select CEC_CORE
Hans Verkuil25c84fb2015-09-07 08:13:26 -0300247 ---help---
248 When selected the adv7842 will support the optional
249 HDMI CEC feature.
250
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300251config VIDEO_BT819
252 tristate "BT819A VideoStream decoder"
253 depends on VIDEO_V4L2 && I2C
254 ---help---
255 Support for BT819A video decoder.
256
257 To compile this driver as a module, choose M here: the
258 module will be called bt819.
259
260config VIDEO_BT856
261 tristate "BT856 VideoStream decoder"
262 depends on VIDEO_V4L2 && I2C
263 ---help---
264 Support for BT856 video decoder.
265
266 To compile this driver as a module, choose M here: the
267 module will be called bt856.
268
269config VIDEO_BT866
270 tristate "BT866 VideoStream decoder"
271 depends on VIDEO_V4L2 && I2C
272 ---help---
273 Support for BT866 video decoder.
274
275 To compile this driver as a module, choose M here: the
276 module will be called bt866.
277
278config VIDEO_KS0127
279 tristate "KS0127 video decoder"
280 depends on VIDEO_V4L2 && I2C
281 ---help---
282 Support for KS0127 video decoder.
283
284 This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
285 cards.
286
287 To compile this driver as a module, choose M here: the
288 module will be called ks0127.
289
Vladimir Barinoved3e12d2013-05-29 14:52:28 -0300290config VIDEO_ML86V7667
291 tristate "OKI ML86V7667 video decoder"
292 depends on VIDEO_V4L2 && I2C
293 ---help---
294 Support for the OKI Semiconductor ML86V7667 video decoder.
295
296 To compile this driver as a module, choose M here: the
297 module will be called ml86v7667.
298
Pavel Machekbee3d512016-08-05 07:26:11 -0300299config VIDEO_AD5820
300 tristate "AD5820 lens voice coil support"
301 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
302 ---help---
303 This is a driver for the AD5820 camera lens voice coil.
304 It is used for example in Nokia N900 (RX-51).
305
Rajmohan Manicc95d342017-06-03 05:11:40 -0300306config VIDEO_DW9714
307 tristate "DW9714 lens voice coil support"
308 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
309 depends on VIDEO_V4L2_SUBDEV_API
310 ---help---
311 This is a driver for the DW9714 camera lens voice coil.
312 DW9714 is a 10 bit DAC with 120mA output current sink
313 capability. This is designed for linear control of
314 voice coil motors, controlled via I2C serial interface.
315
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300316config VIDEO_SAA7110
317 tristate "Philips SAA7110 video decoder"
318 depends on VIDEO_V4L2 && I2C
319 ---help---
320 Support for the Philips SAA7110 video decoders.
321
322 To compile this driver as a module, choose M here: the
323 module will be called saa7110.
324
325config VIDEO_SAA711X
326 tristate "Philips SAA7111/3/4/5 video decoders"
327 depends on VIDEO_V4L2 && I2C
328 ---help---
329 Support for the Philips SAA7111/3/4/5 video decoders.
330
331 To compile this driver as a module, choose M here: the
332 module will be called saa7115.
333
Mats Randgaardd32d9862015-07-09 05:45:47 -0300334config VIDEO_TC358743
335 tristate "Toshiba TC358743 decoder"
Hans Verkuil22dbe352015-08-19 03:27:27 -0300336 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
337 select HDMI
Sakari Ailus859969b2016-08-26 20:17:25 -0300338 select V4L2_FWNODE
Mats Randgaardd32d9862015-07-09 05:45:47 -0300339 ---help---
340 Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
341
342 To compile this driver as a module, choose M here: the
343 module will be called tc358743.
344
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300345config VIDEO_TVP514X
346 tristate "Texas Instruments TVP514x video decoder"
347 depends on VIDEO_V4L2 && I2C
Sakari Ailus859969b2016-08-26 20:17:25 -0300348 select V4L2_FWNODE
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300349 ---help---
350 This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
351 decoder. It is currently working with the TI OMAP3 camera
352 controller.
353
354 To compile this driver as a module, choose M here: the
355 module will be called tvp514x.
356
357config VIDEO_TVP5150
358 tristate "Texas Instruments TVP5150 video decoder"
359 depends on VIDEO_V4L2 && I2C
Sakari Ailus859969b2016-08-26 20:17:25 -0300360 select V4L2_FWNODE
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300361 ---help---
362 Support for the Texas Instruments TVP5150 video decoder.
363
364 To compile this driver as a module, choose M here: the
365 module will be called tvp5150.
366
367config VIDEO_TVP7002
368 tristate "Texas Instruments TVP7002 video decoder"
369 depends on VIDEO_V4L2 && I2C
Sakari Ailus859969b2016-08-26 20:17:25 -0300370 select V4L2_FWNODE
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300371 ---help---
372 Support for the Texas Instruments TVP7002 video decoder.
373
374 To compile this driver as a module, choose M here: the
375 module will be called tvp7002.
376
Hans Verkuil12be52a2013-03-09 08:06:07 -0300377config VIDEO_TW2804
378 tristate "Techwell TW2804 multiple video decoder"
379 depends on VIDEO_V4L2 && I2C
380 ---help---
381 Support for the Techwell tw2804 multiple video decoder.
382
383 To compile this driver as a module, choose M here: the
384 module will be called tw2804.
385
Hans Verkuil0890ec12013-03-18 04:10:56 -0300386config VIDEO_TW9903
387 tristate "Techwell TW9903 video decoder"
388 depends on VIDEO_V4L2 && I2C
389 ---help---
Hans Verkuil12be52a2013-03-09 08:06:07 -0300390 Support for the Techwell tw9903 multi-standard video decoder
Hans Verkuil0890ec12013-03-18 04:10:56 -0300391 with high quality down scaler.
392
393 To compile this driver as a module, choose M here: the
394 module will be called tw9903.
395
Hans Verkuila000e9a2013-03-17 09:26:40 -0300396config VIDEO_TW9906
397 tristate "Techwell TW9906 video decoder"
398 depends on VIDEO_V4L2 && I2C
399 ---help---
400 Support for the Techwell tw9906 enhanced multi-standard comb filter
401 video decoder with YCbCr input support.
402
403 To compile this driver as a module, choose M here: the
404 module will be called tw9906.
405
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300406config VIDEO_VPX3220
407 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
408 depends on VIDEO_V4L2 && I2C
409 ---help---
410 Support for VPX322x video decoders.
411
412 To compile this driver as a module, choose M here: the
413 module will be called vpx3220.
414
415comment "Video and audio decoders"
416
417config VIDEO_SAA717X
418 tristate "Philips SAA7171/3/4 audio/video decoders"
419 depends on VIDEO_V4L2 && I2C
420 ---help---
421 Support for the Philips SAA7171/3/4 audio/video decoders.
422
423 To compile this driver as a module, choose M here: the
424 module will be called saa717x.
425
426source "drivers/media/i2c/cx25840/Kconfig"
427
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300428comment "Video encoders"
429
430config VIDEO_SAA7127
431 tristate "Philips SAA7127/9 digital video encoders"
432 depends on VIDEO_V4L2 && I2C
433 ---help---
434 Support for the Philips SAA7127/9 digital video encoders.
435
436 To compile this driver as a module, choose M here: the
437 module will be called saa7127.
438
439config VIDEO_SAA7185
440 tristate "Philips SAA7185 video encoder"
441 depends on VIDEO_V4L2 && I2C
442 ---help---
443 Support for the Philips SAA7185 video encoder.
444
445 To compile this driver as a module, choose M here: the
446 module will be called saa7185.
447
448config VIDEO_ADV7170
449 tristate "Analog Devices ADV7170 video encoder"
450 depends on VIDEO_V4L2 && I2C
451 ---help---
452 Support for the Analog Devices ADV7170 video encoder driver
453
454 To compile this driver as a module, choose M here: the
455 module will be called adv7170.
456
457config VIDEO_ADV7175
458 tristate "Analog Devices ADV7175 video encoder"
459 depends on VIDEO_V4L2 && I2C
460 ---help---
461 Support for the Analog Devices ADV7175 video encoder driver
462
463 To compile this driver as a module, choose M here: the
464 module will be called adv7175.
465
466config VIDEO_ADV7343
467 tristate "ADV7343 video encoder"
468 depends on I2C
469 help
470 Support for Analog Devices I2C bus based ADV7343 encoder.
471
472 To compile this driver as a module, choose M here: the
473 module will be called adv7343.
474
475config VIDEO_ADV7393
476 tristate "ADV7393 video encoder"
477 depends on I2C
478 help
479 Support for Analog Devices I2C bus based ADV7393 encoder.
480
481 To compile this driver as a module, choose M here: the
482 module will be called adv7393.
483
Hans Verkuil5a544cc2013-08-23 09:12:36 -0300484config VIDEO_ADV7511
485 tristate "Analog Devices ADV7511 encoder"
Hans Verkuil584ca022014-12-04 06:54:56 -0300486 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
Hans Verkuilb4dbad82015-06-07 07:32:32 -0300487 select HDMI
Hans Verkuil5a544cc2013-08-23 09:12:36 -0300488 ---help---
489 Support for the Analog Devices ADV7511 video encoder.
490
491 This is a Analog Devices HDMI transmitter.
492
493 To compile this driver as a module, choose M here: the
494 module will be called adv7511.
495
Hans Verkuil257d4ea2015-06-29 04:55:35 -0300496config VIDEO_ADV7511_CEC
497 bool "Enable Analog Devices ADV7511 CEC support"
Hans Verkuil9177e512017-05-28 05:48:37 -0300498 depends on VIDEO_ADV7511
499 select CEC_CORE
Hans Verkuil257d4ea2015-06-29 04:55:35 -0300500 ---help---
501 When selected the adv7511 will support the optional
502 HDMI CEC feature.
503
Hans Verkuil117a55b2012-07-18 05:46:46 -0300504config VIDEO_AD9389B
505 tristate "Analog Devices AD9389B encoder"
506 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
507 ---help---
508 Support for the Analog Devices AD9389B video encoder.
509
510 This is a Analog Devices HDMI transmitter.
511
512 To compile this driver as a module, choose M here: the
513 module will be called ad9389b.
514
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300515config VIDEO_AK881X
516 tristate "AK8813/AK8814 video encoders"
517 depends on I2C
518 help
519 Video output driver for AKM AK8813 and AK8814 TV encoders
520
Hans Verkuil14735192013-06-03 13:26:17 -0300521config VIDEO_THS8200
522 tristate "Texas Instruments THS8200 video encoder"
523 depends on VIDEO_V4L2 && I2C
524 ---help---
525 Support for the Texas Instruments THS8200 video encoder.
526
527 To compile this driver as a module, choose M here: the
528 module will be called ths8200.
529
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300530comment "Camera sensor devices"
531
532config VIDEO_APTINA_PLL
533 tristate
534
535config VIDEO_SMIAPP_PLL
536 tristate
537
Hans Verkuil34aa8872016-11-22 14:44:37 -0200538config VIDEO_OV2640
539 tristate "OmniVision OV2640 sensor support"
Mauro Carvalho Chehaba463ea92017-04-19 08:43:49 -0300540 depends on VIDEO_V4L2 && I2C
Hans Verkuil34aa8872016-11-22 14:44:37 -0200541 depends on MEDIA_CAMERA_SUPPORT
542 help
543 This is a Video4Linux2 sensor-level driver for the OmniVision
544 OV2640 camera.
545
546 To compile this driver as a module, choose M here: the
547 module will be called ov2640.
548
Benoit Parrotc4c02832015-03-20 18:03:52 -0300549config VIDEO_OV2659
550 tristate "OmniVision OV2659 sensor support"
551 depends on VIDEO_V4L2 && I2C
552 depends on MEDIA_CAMERA_SUPPORT
Sakari Ailus859969b2016-08-26 20:17:25 -0300553 select V4L2_FWNODE
Benoit Parrotc4c02832015-03-20 18:03:52 -0300554 ---help---
555 This is a Video4Linux2 sensor-level driver for the OmniVision
556 OV2659 camera.
557
558 To compile this driver as a module, choose M here: the
559 module will be called ov2659.
560
Steve Longerbeam19a81c12017-06-07 15:33:56 -0300561config VIDEO_OV5640
562 tristate "OmniVision OV5640 sensor support"
563 depends on OF
564 depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
565 depends on MEDIA_CAMERA_SUPPORT
566 select V4L2_FWNODE
567 ---help---
568 This is a Video4Linux2 sensor-level driver for the Omnivision
569 OV5640 camera sensor with a MIPI CSI-2 interface.
570
Todor Tomov9cae9722017-04-11 08:28:46 -0300571config VIDEO_OV5645
572 tristate "OmniVision OV5645 sensor support"
573 depends on OF
574 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
575 depends on MEDIA_CAMERA_SUPPORT
Sakari Ailus859969b2016-08-26 20:17:25 -0300576 select V4L2_FWNODE
Todor Tomov9cae9722017-04-11 08:28:46 -0300577 ---help---
578 This is a Video4Linux2 sensor-level driver for the OmniVision
579 OV5645 camera.
580
581 To compile this driver as a module, choose M here: the
582 module will be called ov5645.
583
Ramiro Oliveira3c2472a2017-03-22 09:30:27 -0300584config VIDEO_OV5647
585 tristate "OmniVision OV5647 sensor support"
586 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
587 depends on MEDIA_CAMERA_SUPPORT
Sakari Ailus859969b2016-08-26 20:17:25 -0300588 select V4L2_FWNODE
Ramiro Oliveira3c2472a2017-03-22 09:30:27 -0300589 ---help---
590 This is a Video4Linux2 sensor-level driver for the OmniVision
591 OV5647 camera.
592
593 To compile this driver as a module, choose M here: the
594 module will be called ov5647.
595
Hans Verkuilec367c32013-03-09 07:09:18 -0300596config VIDEO_OV7640
597 tristate "OmniVision OV7640 sensor support"
598 depends on I2C && VIDEO_V4L2
599 depends on MEDIA_CAMERA_SUPPORT
600 ---help---
601 This is a Video4Linux2 sensor-level driver for the OmniVision
602 OV7640 camera.
603
604 To compile this driver as a module, choose M here: the
605 module will be called ov7640.
606
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300607config VIDEO_OV7670
608 tristate "OmniVision OV7670 sensor support"
609 depends on I2C && VIDEO_V4L2
610 depends on MEDIA_CAMERA_SUPPORT
611 ---help---
612 This is a Video4Linux2 sensor-level driver for the OmniVision
613 OV7670 VGA camera. It currently only works with the M88ALP01
614 controller.
615
Sylwester Nawrocki84a15de2012-12-26 15:50:03 -0300616config VIDEO_OV9650
617 tristate "OmniVision OV9650/OV9652 sensor support"
618 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
619 ---help---
620 This is a V4L2 sensor-level driver for the Omnivision
621 OV9650 and OV9652 camera sensors.
622
Hyungwoo Yang5fcf0922017-06-13 19:06:16 -0300623config VIDEO_OV13858
624 tristate "OmniVision OV13858 sensor support"
625 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
626 depends on MEDIA_CAMERA_SUPPORT
627 ---help---
628 This is a Video4Linux2 sensor-level driver for the OmniVision
629 OV13858 camera.
630
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300631config VIDEO_VS6624
632 tristate "ST VS6624 sensor support"
633 depends on VIDEO_V4L2 && I2C
634 depends on MEDIA_CAMERA_SUPPORT
635 ---help---
636 This is a Video4Linux2 sensor-level driver for the ST VS6624
637 camera.
638
639 To compile this driver as a module, choose M here: the
640 module will be called vs6624.
641
642config VIDEO_MT9M032
643 tristate "MT9M032 camera sensor support"
644 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
645 depends on MEDIA_CAMERA_SUPPORT
646 select VIDEO_APTINA_PLL
647 ---help---
648 This driver supports MT9M032 camera sensors from Aptina, monochrome
649 models only.
650
Robert Jarzmikc61e74e2016-09-06 06:04:13 -0300651config VIDEO_MT9M111
652 tristate "mt9m111, mt9m112 and mt9m131 support"
653 depends on I2C && VIDEO_V4L2
654 help
655 This driver supports MT9M111, MT9M112 and MT9M131 cameras from
656 Micron/Aptina
657
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300658config VIDEO_MT9P031
659 tristate "Aptina MT9P031 support"
660 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
661 depends on MEDIA_CAMERA_SUPPORT
662 select VIDEO_APTINA_PLL
663 ---help---
664 This is a Video4Linux2 sensor-level driver for the Aptina
665 (Micron) mt9p031 5 Mpixel camera.
666
667config VIDEO_MT9T001
668 tristate "Aptina MT9T001 support"
669 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
670 depends on MEDIA_CAMERA_SUPPORT
671 ---help---
672 This is a Video4Linux2 sensor-level driver for the Aptina
673 (Micron) mt0t001 3 Mpixel camera.
674
675config VIDEO_MT9V011
676 tristate "Micron mt9v011 sensor support"
677 depends on I2C && VIDEO_V4L2
678 depends on MEDIA_CAMERA_SUPPORT
679 ---help---
680 This is a Video4Linux2 sensor-level driver for the Micron
681 mt0v011 1.3 Mpixel camera. It currently only works with the
682 em28xx driver.
683
684config VIDEO_MT9V032
685 tristate "Micron MT9V032 sensor support"
686 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
687 depends on MEDIA_CAMERA_SUPPORT
Philipp Zabel80b44ef2014-06-04 13:57:03 -0300688 select REGMAP_I2C
Sakari Ailus859969b2016-08-26 20:17:25 -0300689 select V4L2_FWNODE
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300690 ---help---
691 This is a Video4Linux2 sensor-level driver for the Micron
692 MT9V032 752x480 CMOS sensor.
693
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300694config VIDEO_SR030PC30
695 tristate "Siliconfile SR030PC30 sensor support"
696 depends on I2C && VIDEO_V4L2
697 depends on MEDIA_CAMERA_SUPPORT
698 ---help---
699 This driver supports SR030PC30 VGA camera from Siliconfile
700
701config VIDEO_NOON010PC30
702 tristate "Siliconfile NOON010PC30 sensor support"
Hans Verkuil2cca7d42012-09-03 10:16:34 -0300703 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300704 depends on MEDIA_CAMERA_SUPPORT
705 ---help---
706 This driver supports NOON010PC30 CIF camera from Siliconfile
707
708source "drivers/media/i2c/m5mols/Kconfig"
709
710config VIDEO_S5K6AA
711 tristate "Samsung S5K6AAFX sensor support"
712 depends on MEDIA_CAMERA_SUPPORT
713 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
714 ---help---
715 This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
716 camera sensor with an embedded SoC image signal processor.
717
Sylwester Nawrocki814b4dd2013-08-09 15:56:00 -0300718config VIDEO_S5K6A3
719 tristate "Samsung S5K6A3 sensor support"
720 depends on MEDIA_CAMERA_SUPPORT
721 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
722 ---help---
723 This is a V4L2 sensor-level driver for Samsung S5K6A3 raw
724 camera sensor.
725
Sangwook Lee8b993122012-09-13 07:02:14 -0300726config VIDEO_S5K4ECGX
727 tristate "Samsung S5K4ECGX sensor support"
728 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Arnd Bergmannc739c0a2016-12-09 09:41:29 -0200729 select CRC32
Sangwook Lee8b993122012-09-13 07:02:14 -0300730 ---help---
731 This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
732 camera sensor with an embedded SoC image signal processor.
733
Andrzej Hajda7d4599372013-12-05 08:38:39 -0300734config VIDEO_S5K5BAF
735 tristate "Samsung S5K5BAF sensor support"
736 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Sakari Ailus859969b2016-08-26 20:17:25 -0300737 select V4L2_FWNODE
Andrzej Hajda7d4599372013-12-05 08:38:39 -0300738 ---help---
739 This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M
740 camera sensor with an embedded SoC image signal processor.
741
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300742source "drivers/media/i2c/smiapp/Kconfig"
Pavel Machekc5254e72016-12-22 08:01:04 -0200743source "drivers/media/i2c/et8ek8/Kconfig"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300744
Andrzej Hajdacac47f12012-11-22 11:39:18 -0300745config VIDEO_S5C73M3
746 tristate "Samsung S5C73M3 sensor support"
747 depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Sakari Ailus859969b2016-08-26 20:17:25 -0300748 select V4L2_FWNODE
Andrzej Hajdacac47f12012-11-22 11:39:18 -0300749 ---help---
Gianluca Gennari4494f0f2013-04-25 10:46:38 -0300750 This is a V4L2 sensor-level driver for Samsung S5C73M3
751 8 Mpixel camera.
Andrzej Hajdacac47f12012-11-22 11:39:18 -0300752
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300753comment "Flash devices"
754
755config VIDEO_ADP1653
756 tristate "ADP1653 flash support"
757 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
758 depends on MEDIA_CAMERA_SUPPORT
759 ---help---
760 This is a driver for the ADP1653 flash controller. It is used for
761 example in Nokia N900.
762
763config VIDEO_AS3645A
764 tristate "AS3645A flash driver support"
765 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
766 depends on MEDIA_CAMERA_SUPPORT
767 ---help---
768 This is a driver for the AS3645A and LM3555 flash controllers. It has
769 build in control for flash, torch and indicator LEDs.
770
Daniel Jeong7f6b11a2013-10-16 04:12:19 -0300771config VIDEO_LM3560
772 tristate "LM3560 dual flash driver support"
773 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
774 depends on MEDIA_CAMERA_SUPPORT
775 select REGMAP_I2C
776 ---help---
777 This is a driver for the lm3560 dual flash controllers. It controls
778 flash, torch LEDs.
779
Daniel Jeongdc76df52014-03-03 06:52:10 -0300780config VIDEO_LM3646
781 tristate "LM3646 dual flash driver support"
782 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
783 depends on MEDIA_CAMERA_SUPPORT
784 select REGMAP_I2C
785 ---help---
786 This is a driver for the lm3646 dual flash controllers. It controls
787 flash, torch LEDs.
788
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300789comment "Video improvement chips"
790
791config VIDEO_UPD64031A
792 tristate "NEC Electronics uPD64031A Ghost Reduction"
793 depends on VIDEO_V4L2 && I2C
794 ---help---
795 Support for the NEC Electronics uPD64031A Ghost Reduction
796 video chip. It is most often found in NTSC TV cards made for
797 Japan and is used to reduce the 'ghosting' effect that can
798 be present in analog TV broadcasts.
799
800 To compile this driver as a module, choose M here: the
801 module will be called upd64031a.
802
803config VIDEO_UPD64083
804 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
805 depends on VIDEO_V4L2 && I2C
806 ---help---
807 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
808 separation video chip. It is used to improve the quality of
809 the colors of a composite signal.
810
811 To compile this driver as a module, choose M here: the
812 module will be called upd64083.
813
Hans Verkuil6052ba32013-12-14 08:28:31 -0300814comment "Audio/Video compression chips"
815
816config VIDEO_SAA6752HS
817 tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
818 depends on VIDEO_V4L2 && I2C
Hans Verkuild984d322014-02-17 06:52:06 -0300819 select CRC32
Hans Verkuil6052ba32013-12-14 08:28:31 -0300820 ---help---
821 Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
822 audio encoder with multiplexer.
823
824 To compile this driver as a module, choose M here: the
825 module will be called saa6752hs.
826
Ramesh Shanmugasundaramb47b79d2017-06-13 09:54:47 -0300827comment "SDR tuner chips"
828
829config SDR_MAX2175
830 tristate "Maxim 2175 RF to Bits tuner"
831 depends on VIDEO_V4L2 && MEDIA_SDR_SUPPORT && I2C
832 ---help---
833 Support for Maxim 2175 tuner. It is an advanced analog/digital
834 radio receiver with RF-to-Bits front-end designed for SDR solutions.
835
836 To compile this driver as a module, choose M here; the
837 module will be called max2175.
838
Masanari Iida8c881262013-09-29 20:54:15 +0900839comment "Miscellaneous helper chips"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300840
841config VIDEO_THS7303
Lad, Prabhakar88da0182013-02-18 07:56:41 -0300842 tristate "THS7303/53 Video Amplifier"
843 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300844 help
Lad, Prabhakar88da0182013-02-18 07:56:41 -0300845 Support for TI THS7303/53 video amplifier
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300846
847 To compile this driver as a module, choose M here: the
848 module will be called ths7303.
849
850config VIDEO_M52790
851 tristate "Mitsubishi M52790 A/V switch"
852 depends on VIDEO_V4L2 && I2C
853 ---help---
854 Support for the Mitsubishi M52790 A/V switch.
855
856 To compile this driver as a module, choose M here: the
857 module will be called m52790.
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300858endmenu
Mauro Carvalho Chehabe9d2f052012-08-21 08:16:28 -0300859
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300860menu "Sensors used on soc_camera driver"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300861
Mauro Carvalho Chehab2a2d1cf2012-08-14 17:15:52 -0300862if SOC_CAMERA
863 source "drivers/media/i2c/soc_camera/Kconfig"
864endif
865
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300866endmenu
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300867
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300868endif