blob: 338ae6fb35fd14d3115749bd6f77c68e0e3223cd [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
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300306config VIDEO_SAA7110
307 tristate "Philips SAA7110 video decoder"
308 depends on VIDEO_V4L2 && I2C
309 ---help---
310 Support for the Philips SAA7110 video decoders.
311
312 To compile this driver as a module, choose M here: the
313 module will be called saa7110.
314
315config VIDEO_SAA711X
316 tristate "Philips SAA7111/3/4/5 video decoders"
317 depends on VIDEO_V4L2 && I2C
318 ---help---
319 Support for the Philips SAA7111/3/4/5 video decoders.
320
321 To compile this driver as a module, choose M here: the
322 module will be called saa7115.
323
Mats Randgaardd32d9862015-07-09 05:45:47 -0300324config VIDEO_TC358743
325 tristate "Toshiba TC358743 decoder"
Hans Verkuil22dbe352015-08-19 03:27:27 -0300326 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
327 select HDMI
Sakari Ailus859969b2016-08-26 20:17:25 -0300328 select V4L2_FWNODE
Mats Randgaardd32d9862015-07-09 05:45:47 -0300329 ---help---
330 Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
331
332 To compile this driver as a module, choose M here: the
333 module will be called tc358743.
334
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300335config VIDEO_TVP514X
336 tristate "Texas Instruments TVP514x video decoder"
337 depends on VIDEO_V4L2 && I2C
Sakari Ailus859969b2016-08-26 20:17:25 -0300338 select V4L2_FWNODE
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300339 ---help---
340 This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
341 decoder. It is currently working with the TI OMAP3 camera
342 controller.
343
344 To compile this driver as a module, choose M here: the
345 module will be called tvp514x.
346
347config VIDEO_TVP5150
348 tristate "Texas Instruments TVP5150 video decoder"
349 depends on VIDEO_V4L2 && I2C
Sakari Ailus859969b2016-08-26 20:17:25 -0300350 select V4L2_FWNODE
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300351 ---help---
352 Support for the Texas Instruments TVP5150 video decoder.
353
354 To compile this driver as a module, choose M here: the
355 module will be called tvp5150.
356
357config VIDEO_TVP7002
358 tristate "Texas Instruments TVP7002 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 TVP7002 video decoder.
363
364 To compile this driver as a module, choose M here: the
365 module will be called tvp7002.
366
Hans Verkuil12be52a2013-03-09 08:06:07 -0300367config VIDEO_TW2804
368 tristate "Techwell TW2804 multiple video decoder"
369 depends on VIDEO_V4L2 && I2C
370 ---help---
371 Support for the Techwell tw2804 multiple video decoder.
372
373 To compile this driver as a module, choose M here: the
374 module will be called tw2804.
375
Hans Verkuil0890ec12013-03-18 04:10:56 -0300376config VIDEO_TW9903
377 tristate "Techwell TW9903 video decoder"
378 depends on VIDEO_V4L2 && I2C
379 ---help---
Hans Verkuil12be52a2013-03-09 08:06:07 -0300380 Support for the Techwell tw9903 multi-standard video decoder
Hans Verkuil0890ec12013-03-18 04:10:56 -0300381 with high quality down scaler.
382
383 To compile this driver as a module, choose M here: the
384 module will be called tw9903.
385
Hans Verkuila000e9a2013-03-17 09:26:40 -0300386config VIDEO_TW9906
387 tristate "Techwell TW9906 video decoder"
388 depends on VIDEO_V4L2 && I2C
389 ---help---
390 Support for the Techwell tw9906 enhanced multi-standard comb filter
391 video decoder with YCbCr input support.
392
393 To compile this driver as a module, choose M here: the
394 module will be called tw9906.
395
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300396config VIDEO_VPX3220
397 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
398 depends on VIDEO_V4L2 && I2C
399 ---help---
400 Support for VPX322x video decoders.
401
402 To compile this driver as a module, choose M here: the
403 module will be called vpx3220.
404
405comment "Video and audio decoders"
406
407config VIDEO_SAA717X
408 tristate "Philips SAA7171/3/4 audio/video decoders"
409 depends on VIDEO_V4L2 && I2C
410 ---help---
411 Support for the Philips SAA7171/3/4 audio/video decoders.
412
413 To compile this driver as a module, choose M here: the
414 module will be called saa717x.
415
416source "drivers/media/i2c/cx25840/Kconfig"
417
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300418comment "Video encoders"
419
420config VIDEO_SAA7127
421 tristate "Philips SAA7127/9 digital video encoders"
422 depends on VIDEO_V4L2 && I2C
423 ---help---
424 Support for the Philips SAA7127/9 digital video encoders.
425
426 To compile this driver as a module, choose M here: the
427 module will be called saa7127.
428
429config VIDEO_SAA7185
430 tristate "Philips SAA7185 video encoder"
431 depends on VIDEO_V4L2 && I2C
432 ---help---
433 Support for the Philips SAA7185 video encoder.
434
435 To compile this driver as a module, choose M here: the
436 module will be called saa7185.
437
438config VIDEO_ADV7170
439 tristate "Analog Devices ADV7170 video encoder"
440 depends on VIDEO_V4L2 && I2C
441 ---help---
442 Support for the Analog Devices ADV7170 video encoder driver
443
444 To compile this driver as a module, choose M here: the
445 module will be called adv7170.
446
447config VIDEO_ADV7175
448 tristate "Analog Devices ADV7175 video encoder"
449 depends on VIDEO_V4L2 && I2C
450 ---help---
451 Support for the Analog Devices ADV7175 video encoder driver
452
453 To compile this driver as a module, choose M here: the
454 module will be called adv7175.
455
456config VIDEO_ADV7343
457 tristate "ADV7343 video encoder"
458 depends on I2C
459 help
460 Support for Analog Devices I2C bus based ADV7343 encoder.
461
462 To compile this driver as a module, choose M here: the
463 module will be called adv7343.
464
465config VIDEO_ADV7393
466 tristate "ADV7393 video encoder"
467 depends on I2C
468 help
469 Support for Analog Devices I2C bus based ADV7393 encoder.
470
471 To compile this driver as a module, choose M here: the
472 module will be called adv7393.
473
Hans Verkuil5a544cc2013-08-23 09:12:36 -0300474config VIDEO_ADV7511
475 tristate "Analog Devices ADV7511 encoder"
Hans Verkuil584ca022014-12-04 06:54:56 -0300476 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
Hans Verkuilb4dbad82015-06-07 07:32:32 -0300477 select HDMI
Hans Verkuil5a544cc2013-08-23 09:12:36 -0300478 ---help---
479 Support for the Analog Devices ADV7511 video encoder.
480
481 This is a Analog Devices HDMI transmitter.
482
483 To compile this driver as a module, choose M here: the
484 module will be called adv7511.
485
Hans Verkuil257d4ea2015-06-29 04:55:35 -0300486config VIDEO_ADV7511_CEC
487 bool "Enable Analog Devices ADV7511 CEC support"
Hans Verkuil9177e512017-05-28 05:48:37 -0300488 depends on VIDEO_ADV7511
489 select CEC_CORE
Hans Verkuil257d4ea2015-06-29 04:55:35 -0300490 ---help---
491 When selected the adv7511 will support the optional
492 HDMI CEC feature.
493
Hans Verkuil117a55b2012-07-18 05:46:46 -0300494config VIDEO_AD9389B
495 tristate "Analog Devices AD9389B encoder"
496 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
497 ---help---
498 Support for the Analog Devices AD9389B video encoder.
499
500 This is a Analog Devices HDMI transmitter.
501
502 To compile this driver as a module, choose M here: the
503 module will be called ad9389b.
504
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300505config VIDEO_AK881X
506 tristate "AK8813/AK8814 video encoders"
507 depends on I2C
508 help
509 Video output driver for AKM AK8813 and AK8814 TV encoders
510
Hans Verkuil14735192013-06-03 13:26:17 -0300511config VIDEO_THS8200
512 tristate "Texas Instruments THS8200 video encoder"
513 depends on VIDEO_V4L2 && I2C
514 ---help---
515 Support for the Texas Instruments THS8200 video encoder.
516
517 To compile this driver as a module, choose M here: the
518 module will be called ths8200.
519
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300520comment "Camera sensor devices"
521
522config VIDEO_APTINA_PLL
523 tristate
524
525config VIDEO_SMIAPP_PLL
526 tristate
527
Hans Verkuil34aa8872016-11-22 14:44:37 -0200528config VIDEO_OV2640
529 tristate "OmniVision OV2640 sensor support"
Mauro Carvalho Chehaba463ea92017-04-19 08:43:49 -0300530 depends on VIDEO_V4L2 && I2C
Hans Verkuil34aa8872016-11-22 14:44:37 -0200531 depends on MEDIA_CAMERA_SUPPORT
532 help
533 This is a Video4Linux2 sensor-level driver for the OmniVision
534 OV2640 camera.
535
536 To compile this driver as a module, choose M here: the
537 module will be called ov2640.
538
Benoit Parrotc4c02832015-03-20 18:03:52 -0300539config VIDEO_OV2659
540 tristate "OmniVision OV2659 sensor support"
541 depends on VIDEO_V4L2 && I2C
542 depends on MEDIA_CAMERA_SUPPORT
Sakari Ailus859969b2016-08-26 20:17:25 -0300543 select V4L2_FWNODE
Benoit Parrotc4c02832015-03-20 18:03:52 -0300544 ---help---
545 This is a Video4Linux2 sensor-level driver for the OmniVision
546 OV2659 camera.
547
548 To compile this driver as a module, choose M here: the
549 module will be called ov2659.
550
Steve Longerbeam19a81c12017-06-07 15:33:56 -0300551config VIDEO_OV5640
552 tristate "OmniVision OV5640 sensor support"
553 depends on OF
554 depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
555 depends on MEDIA_CAMERA_SUPPORT
556 select V4L2_FWNODE
557 ---help---
558 This is a Video4Linux2 sensor-level driver for the Omnivision
559 OV5640 camera sensor with a MIPI CSI-2 interface.
560
Todor Tomov9cae9722017-04-11 08:28:46 -0300561config VIDEO_OV5645
562 tristate "OmniVision OV5645 sensor support"
563 depends on OF
564 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
565 depends on MEDIA_CAMERA_SUPPORT
Sakari Ailus859969b2016-08-26 20:17:25 -0300566 select V4L2_FWNODE
Todor Tomov9cae9722017-04-11 08:28:46 -0300567 ---help---
568 This is a Video4Linux2 sensor-level driver for the OmniVision
569 OV5645 camera.
570
571 To compile this driver as a module, choose M here: the
572 module will be called ov5645.
573
Ramiro Oliveira3c2472a2017-03-22 09:30:27 -0300574config VIDEO_OV5647
575 tristate "OmniVision OV5647 sensor support"
576 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
577 depends on MEDIA_CAMERA_SUPPORT
Sakari Ailus859969b2016-08-26 20:17:25 -0300578 select V4L2_FWNODE
Ramiro Oliveira3c2472a2017-03-22 09:30:27 -0300579 ---help---
580 This is a Video4Linux2 sensor-level driver for the OmniVision
581 OV5647 camera.
582
583 To compile this driver as a module, choose M here: the
584 module will be called ov5647.
585
Hans Verkuilec367c32013-03-09 07:09:18 -0300586config VIDEO_OV7640
587 tristate "OmniVision OV7640 sensor support"
588 depends on I2C && VIDEO_V4L2
589 depends on MEDIA_CAMERA_SUPPORT
590 ---help---
591 This is a Video4Linux2 sensor-level driver for the OmniVision
592 OV7640 camera.
593
594 To compile this driver as a module, choose M here: the
595 module will be called ov7640.
596
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300597config VIDEO_OV7670
598 tristate "OmniVision OV7670 sensor support"
599 depends on I2C && VIDEO_V4L2
600 depends on MEDIA_CAMERA_SUPPORT
601 ---help---
602 This is a Video4Linux2 sensor-level driver for the OmniVision
603 OV7670 VGA camera. It currently only works with the M88ALP01
604 controller.
605
Sylwester Nawrocki84a15de2012-12-26 15:50:03 -0300606config VIDEO_OV9650
607 tristate "OmniVision OV9650/OV9652 sensor support"
608 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
609 ---help---
610 This is a V4L2 sensor-level driver for the Omnivision
611 OV9650 and OV9652 camera sensors.
612
Hyungwoo Yang5fcf0922017-06-13 19:06:16 -0300613config VIDEO_OV13858
614 tristate "OmniVision OV13858 sensor support"
615 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
616 depends on MEDIA_CAMERA_SUPPORT
617 ---help---
618 This is a Video4Linux2 sensor-level driver for the OmniVision
619 OV13858 camera.
620
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300621config VIDEO_VS6624
622 tristate "ST VS6624 sensor support"
623 depends on VIDEO_V4L2 && I2C
624 depends on MEDIA_CAMERA_SUPPORT
625 ---help---
626 This is a Video4Linux2 sensor-level driver for the ST VS6624
627 camera.
628
629 To compile this driver as a module, choose M here: the
630 module will be called vs6624.
631
632config VIDEO_MT9M032
633 tristate "MT9M032 camera sensor support"
634 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
635 depends on MEDIA_CAMERA_SUPPORT
636 select VIDEO_APTINA_PLL
637 ---help---
638 This driver supports MT9M032 camera sensors from Aptina, monochrome
639 models only.
640
Robert Jarzmikc61e74e2016-09-06 06:04:13 -0300641config VIDEO_MT9M111
642 tristate "mt9m111, mt9m112 and mt9m131 support"
643 depends on I2C && VIDEO_V4L2
644 help
645 This driver supports MT9M111, MT9M112 and MT9M131 cameras from
646 Micron/Aptina
647
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300648config VIDEO_MT9P031
649 tristate "Aptina MT9P031 support"
650 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
651 depends on MEDIA_CAMERA_SUPPORT
652 select VIDEO_APTINA_PLL
653 ---help---
654 This is a Video4Linux2 sensor-level driver for the Aptina
655 (Micron) mt9p031 5 Mpixel camera.
656
657config VIDEO_MT9T001
658 tristate "Aptina MT9T001 support"
659 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
660 depends on MEDIA_CAMERA_SUPPORT
661 ---help---
662 This is a Video4Linux2 sensor-level driver for the Aptina
663 (Micron) mt0t001 3 Mpixel camera.
664
665config VIDEO_MT9V011
666 tristate "Micron mt9v011 sensor support"
667 depends on I2C && VIDEO_V4L2
668 depends on MEDIA_CAMERA_SUPPORT
669 ---help---
670 This is a Video4Linux2 sensor-level driver for the Micron
671 mt0v011 1.3 Mpixel camera. It currently only works with the
672 em28xx driver.
673
674config VIDEO_MT9V032
675 tristate "Micron MT9V032 sensor support"
676 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
677 depends on MEDIA_CAMERA_SUPPORT
Philipp Zabel80b44ef2014-06-04 13:57:03 -0300678 select REGMAP_I2C
Sakari Ailus859969b2016-08-26 20:17:25 -0300679 select V4L2_FWNODE
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300680 ---help---
681 This is a Video4Linux2 sensor-level driver for the Micron
682 MT9V032 752x480 CMOS sensor.
683
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300684config VIDEO_SR030PC30
685 tristate "Siliconfile SR030PC30 sensor support"
686 depends on I2C && VIDEO_V4L2
687 depends on MEDIA_CAMERA_SUPPORT
688 ---help---
689 This driver supports SR030PC30 VGA camera from Siliconfile
690
691config VIDEO_NOON010PC30
692 tristate "Siliconfile NOON010PC30 sensor support"
Hans Verkuil2cca7d42012-09-03 10:16:34 -0300693 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300694 depends on MEDIA_CAMERA_SUPPORT
695 ---help---
696 This driver supports NOON010PC30 CIF camera from Siliconfile
697
698source "drivers/media/i2c/m5mols/Kconfig"
699
700config VIDEO_S5K6AA
701 tristate "Samsung S5K6AAFX sensor support"
702 depends on MEDIA_CAMERA_SUPPORT
703 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
704 ---help---
705 This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
706 camera sensor with an embedded SoC image signal processor.
707
Sylwester Nawrocki814b4dd2013-08-09 15:56:00 -0300708config VIDEO_S5K6A3
709 tristate "Samsung S5K6A3 sensor support"
710 depends on MEDIA_CAMERA_SUPPORT
711 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
712 ---help---
713 This is a V4L2 sensor-level driver for Samsung S5K6A3 raw
714 camera sensor.
715
Sangwook Lee8b993122012-09-13 07:02:14 -0300716config VIDEO_S5K4ECGX
717 tristate "Samsung S5K4ECGX sensor support"
718 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Arnd Bergmannc739c0a2016-12-09 09:41:29 -0200719 select CRC32
Sangwook Lee8b993122012-09-13 07:02:14 -0300720 ---help---
721 This is a V4L2 sensor-level driver for Samsung S5K4ECGX 5M
722 camera sensor with an embedded SoC image signal processor.
723
Andrzej Hajda7d4599372013-12-05 08:38:39 -0300724config VIDEO_S5K5BAF
725 tristate "Samsung S5K5BAF sensor support"
726 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Sakari Ailus859969b2016-08-26 20:17:25 -0300727 select V4L2_FWNODE
Andrzej Hajda7d4599372013-12-05 08:38:39 -0300728 ---help---
729 This is a V4L2 sensor-level driver for Samsung S5K5BAF 2M
730 camera sensor with an embedded SoC image signal processor.
731
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300732source "drivers/media/i2c/smiapp/Kconfig"
Pavel Machekc5254e72016-12-22 08:01:04 -0200733source "drivers/media/i2c/et8ek8/Kconfig"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300734
Andrzej Hajdacac47f12012-11-22 11:39:18 -0300735config VIDEO_S5C73M3
736 tristate "Samsung S5C73M3 sensor support"
737 depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Sakari Ailus859969b2016-08-26 20:17:25 -0300738 select V4L2_FWNODE
Andrzej Hajdacac47f12012-11-22 11:39:18 -0300739 ---help---
Gianluca Gennari4494f0f2013-04-25 10:46:38 -0300740 This is a V4L2 sensor-level driver for Samsung S5C73M3
741 8 Mpixel camera.
Andrzej Hajdacac47f12012-11-22 11:39:18 -0300742
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300743comment "Flash devices"
744
745config VIDEO_ADP1653
746 tristate "ADP1653 flash support"
747 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
748 depends on MEDIA_CAMERA_SUPPORT
749 ---help---
750 This is a driver for the ADP1653 flash controller. It is used for
751 example in Nokia N900.
752
753config VIDEO_AS3645A
754 tristate "AS3645A flash driver support"
755 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
756 depends on MEDIA_CAMERA_SUPPORT
757 ---help---
758 This is a driver for the AS3645A and LM3555 flash controllers. It has
759 build in control for flash, torch and indicator LEDs.
760
Daniel Jeong7f6b11a2013-10-16 04:12:19 -0300761config VIDEO_LM3560
762 tristate "LM3560 dual flash driver support"
763 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
764 depends on MEDIA_CAMERA_SUPPORT
765 select REGMAP_I2C
766 ---help---
767 This is a driver for the lm3560 dual flash controllers. It controls
768 flash, torch LEDs.
769
Daniel Jeongdc76df52014-03-03 06:52:10 -0300770config VIDEO_LM3646
771 tristate "LM3646 dual flash driver support"
772 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
773 depends on MEDIA_CAMERA_SUPPORT
774 select REGMAP_I2C
775 ---help---
776 This is a driver for the lm3646 dual flash controllers. It controls
777 flash, torch LEDs.
778
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300779comment "Video improvement chips"
780
781config VIDEO_UPD64031A
782 tristate "NEC Electronics uPD64031A Ghost Reduction"
783 depends on VIDEO_V4L2 && I2C
784 ---help---
785 Support for the NEC Electronics uPD64031A Ghost Reduction
786 video chip. It is most often found in NTSC TV cards made for
787 Japan and is used to reduce the 'ghosting' effect that can
788 be present in analog TV broadcasts.
789
790 To compile this driver as a module, choose M here: the
791 module will be called upd64031a.
792
793config VIDEO_UPD64083
794 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
795 depends on VIDEO_V4L2 && I2C
796 ---help---
797 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
798 separation video chip. It is used to improve the quality of
799 the colors of a composite signal.
800
801 To compile this driver as a module, choose M here: the
802 module will be called upd64083.
803
Hans Verkuil6052ba32013-12-14 08:28:31 -0300804comment "Audio/Video compression chips"
805
806config VIDEO_SAA6752HS
807 tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
808 depends on VIDEO_V4L2 && I2C
Hans Verkuild984d322014-02-17 06:52:06 -0300809 select CRC32
Hans Verkuil6052ba32013-12-14 08:28:31 -0300810 ---help---
811 Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
812 audio encoder with multiplexer.
813
814 To compile this driver as a module, choose M here: the
815 module will be called saa6752hs.
816
Ramesh Shanmugasundaramb47b79d2017-06-13 09:54:47 -0300817comment "SDR tuner chips"
818
819config SDR_MAX2175
820 tristate "Maxim 2175 RF to Bits tuner"
821 depends on VIDEO_V4L2 && MEDIA_SDR_SUPPORT && I2C
822 ---help---
823 Support for Maxim 2175 tuner. It is an advanced analog/digital
824 radio receiver with RF-to-Bits front-end designed for SDR solutions.
825
826 To compile this driver as a module, choose M here; the
827 module will be called max2175.
828
Masanari Iida8c881262013-09-29 20:54:15 +0900829comment "Miscellaneous helper chips"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300830
831config VIDEO_THS7303
Lad, Prabhakar88da0182013-02-18 07:56:41 -0300832 tristate "THS7303/53 Video Amplifier"
833 depends on VIDEO_V4L2 && I2C
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300834 help
Lad, Prabhakar88da0182013-02-18 07:56:41 -0300835 Support for TI THS7303/53 video amplifier
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300836
837 To compile this driver as a module, choose M here: the
838 module will be called ths7303.
839
840config VIDEO_M52790
841 tristate "Mitsubishi M52790 A/V switch"
842 depends on VIDEO_V4L2 && I2C
843 ---help---
844 Support for the Mitsubishi M52790 A/V switch.
845
846 To compile this driver as a module, choose M here: the
847 module will be called m52790.
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300848endmenu
Mauro Carvalho Chehabe9d2f052012-08-21 08:16:28 -0300849
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300850menu "Sensors used on soc_camera driver"
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300851
Mauro Carvalho Chehab2a2d1cf2012-08-14 17:15:52 -0300852if SOC_CAMERA
853 source "drivers/media/i2c/soc_camera/Kconfig"
854endif
855
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300856endmenu
Mauro Carvalho Chehabfccea742012-08-20 14:48:02 -0300857
Mauro Carvalho Chehabcb7a01a2012-08-14 16:23:43 -0300858endif