treewide: Add SPDX license identifier for more missed files
[linux-2.6-block.git] / drivers / media / i2c / Kconfig
CommitLineData
cb7a01ac
MCC
1#
2# Multimedia Video device configuration
3#
4
5if VIDEO_V4L2
6
cb7a01ac 7config VIDEO_IR_I2C
fccea74f 8 tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT
cb7a01ac
MCC
9 depends on I2C && RC_CORE
10 default y
b60a5b8d 11 help
cb7a01ac
MCC
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
8283a092 24menu "I2C Encoders, decoders, sensors and other helper chips"
5cc596c6 25 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
cb7a01ac
MCC
26
27comment "Audio decoders, processors and mixers"
28
29config VIDEO_TVAUDIO
30 tristate "Simple audio decoder chips"
31 depends on VIDEO_V4L2 && I2C
b60a5b8d 32 help
cb7a01ac
MCC
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
b60a5b8d 44 help
cb7a01ac
MCC
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
b60a5b8d 53 help
cb7a01ac
MCC
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
9ac0038d
TH
59config VIDEO_TDA1997X
60 tristate "NXP TDA1997x HDMI receiver"
61 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
15001033 62 depends on SND_SOC
79e89e36 63 select HDMI
5f2efda7
KV
64 select SND_PCM
65 select V4L2_FWNODE
b60a5b8d 66 help
9ac0038d
TH
67 V4L2 subdevice driver for the NXP TDA1997x HDMI receivers.
68
69 To compile this driver as a module, choose M here: the
70 module will be called tda1997x.
71
cb7a01ac
MCC
72config VIDEO_TEA6415C
73 tristate "Philips TEA6415C audio processor"
74 depends on I2C
b60a5b8d 75 help
cb7a01ac
MCC
76 Support for tea6415c audio decoder chip found on some bt8xx boards.
77
78 To compile this driver as a module, choose M here: the
79 module will be called tea6415c.
80
81config VIDEO_TEA6420
82 tristate "Philips TEA6420 audio processor"
83 depends on I2C
b60a5b8d 84 help
cb7a01ac
MCC
85 Support for tea6420 audio decoder chip found on some bt8xx boards.
86
87 To compile this driver as a module, choose M here: the
88 module will be called tea6420.
89
90config VIDEO_MSP3400
91 tristate "Micronas MSP34xx audio decoders"
92 depends on VIDEO_V4L2 && I2C
b60a5b8d 93 help
cb7a01ac
MCC
94 Support for the Micronas MSP34xx series of audio decoders.
95
96 To compile this driver as a module, choose M here: the
97 module will be called msp3400.
98
fc279cc2
HV
99config VIDEO_CS3308
100 tristate "Cirrus Logic CS3308 audio ADC"
101 depends on VIDEO_V4L2 && I2C
b60a5b8d 102 help
fc279cc2
HV
103 Support for the Cirrus Logic CS3308 High Performance 8-Channel
104 Analog Volume Control
105
106 To compile this driver as a module, choose M here: the
107 module will be called cs3308.
108
cb7a01ac
MCC
109config VIDEO_CS5345
110 tristate "Cirrus Logic CS5345 audio ADC"
111 depends on VIDEO_V4L2 && I2C
b60a5b8d 112 help
cb7a01ac
MCC
113 Support for the Cirrus Logic CS5345 24-bit, 192 kHz
114 stereo A/D converter.
115
116 To compile this driver as a module, choose M here: the
117 module will be called cs5345.
118
119config VIDEO_CS53L32A
120 tristate "Cirrus Logic CS53L32A audio ADC"
121 depends on VIDEO_V4L2 && I2C
b60a5b8d 122 help
cb7a01ac
MCC
123 Support for the Cirrus Logic CS53L32A low voltage
124 stereo A/D converter.
125
126 To compile this driver as a module, choose M here: the
127 module will be called cs53l32a.
128
129config VIDEO_TLV320AIC23B
130 tristate "Texas Instruments TLV320AIC23B audio codec"
2cca7d4e 131 depends on VIDEO_V4L2 && I2C
b60a5b8d 132 help
cb7a01ac
MCC
133 Support for the Texas Instruments TLV320AIC23B audio codec.
134
135 To compile this driver as a module, choose M here: the
136 module will be called tlv320aic23b.
137
73d9f979
HV
138config VIDEO_UDA1342
139 tristate "Philips UDA1342 audio codec"
140 depends on VIDEO_V4L2 && I2C
b60a5b8d 141 help
73d9f979
HV
142 Support for the Philips UDA1342 audio codec.
143
144 To compile this driver as a module, choose M here: the
145 module will be called uda1342.
146
cb7a01ac
MCC
147config VIDEO_WM8775
148 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
149 depends on VIDEO_V4L2 && I2C
b60a5b8d 150 help
cb7a01ac
MCC
151 Support for the Wolfson Microelectronics WM8775 high
152 performance stereo A/D Converter with a 4 channel input mixer.
153
154 To compile this driver as a module, choose M here: the
155 module will be called wm8775.
156
157config VIDEO_WM8739
158 tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
159 depends on VIDEO_V4L2 && I2C
b60a5b8d 160 help
cb7a01ac
MCC
161 Support for the Wolfson Microelectronics WM8739
162 stereo A/D Converter.
163
164 To compile this driver as a module, choose M here: the
165 module will be called wm8739.
166
167config VIDEO_VP27SMPX
c7c54a98 168 tristate "Panasonic VP27's internal MPX"
cb7a01ac 169 depends on VIDEO_V4L2 && I2C
b60a5b8d 170 help
cb7a01ac
MCC
171 Support for the internal MPX of the Panasonic VP27s tuner.
172
173 To compile this driver as a module, choose M here: the
174 module will be called vp27smpx.
175
c7c54a98
HV
176config VIDEO_SONY_BTF_MPX
177 tristate "Sony BTF's internal MPX"
178 depends on VIDEO_V4L2 && I2C
179 help
180 Support for the internal MPX of the Sony BTF-PG472Z tuner.
181
182 To compile this driver as a module, choose M here: the
183 module will be called sony-btf-mpx.
184
cb7a01ac
MCC
185comment "RDS decoders"
186
187config VIDEO_SAA6588
188 tristate "SAA6588 Radio Chip RDS decoder support"
189 depends on VIDEO_V4L2 && I2C
190
191 help
192 Support for this Radio Data System (RDS) decoder. This allows
193 seeing radio station identification transmitted using this
194 standard.
195
196 To compile this driver as a module, choose M here: the
197 module will be called saa6588.
198
199comment "Video decoders"
200
201config VIDEO_ADV7180
202 tristate "Analog Devices ADV7180 decoder"
65d9e14a 203 depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
b60a5b8d 204 help
cb7a01ac
MCC
205 Support for the Analog Devices ADV7180 video decoder.
206
207 To compile this driver as a module, choose M here: the
208 module will be called adv7180.
209
210config VIDEO_ADV7183
211 tristate "Analog Devices ADV7183 decoder"
212 depends on VIDEO_V4L2 && I2C
b60a5b8d 213 help
cb7a01ac
MCC
214 V4l2 subdevice driver for the Analog Devices
215 ADV7183 video decoder.
216
217 To compile this driver as a module, choose M here: the
218 module will be called adv7183.
219
3e89586a
KB
220config VIDEO_ADV748X
221 tristate "Analog Devices ADV748x decoder"
222 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
223 depends on OF
224 select REGMAP_I2C
6685d515 225 select V4L2_FWNODE
b60a5b8d 226 help
3e89586a
KB
227 V4L2 subdevice driver for the Analog Devices
228 ADV7481 and ADV7482 HDMI/Analog video decoders.
229
230 To compile this driver as a module, choose M here: the
231 module will be called adv748x.
232
54450f59
HV
233config VIDEO_ADV7604
234 tristate "Analog Devices ADV7604 decoder"
2f8e75d2
GU
235 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
236 depends on GPIOLIB || COMPILE_TEST
516613c1 237 select HDMI
859969b3 238 select V4L2_FWNODE
b60a5b8d 239 help
54450f59
HV
240 Support for the Analog Devices ADV7604 video decoder.
241
242 This is a Analog Devices Component/Graphics Digitizer
243 with 4:1 Multiplexed HDMI Receiver.
244
245 To compile this driver as a module, choose M here: the
246 module will be called adv7604.
247
41a52373
HV
248config VIDEO_ADV7604_CEC
249 bool "Enable Analog Devices ADV7604 CEC support"
9177e51d
HV
250 depends on VIDEO_ADV7604
251 select CEC_CORE
b60a5b8d 252 help
41a52373
HV
253 When selected the adv7604 will support the optional
254 HDMI CEC feature.
255
a89bcd4c
HV
256config VIDEO_ADV7842
257 tristate "Analog Devices ADV7842 decoder"
584ca025 258 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
09f90c53 259 select HDMI
b60a5b8d 260 help
a89bcd4c
HV
261 Support for the Analog Devices ADV7842 video decoder.
262
263 This is a Analog Devices Component/Graphics/SD Digitizer
264 with 2:1 Multiplexed HDMI Receiver.
265
266 To compile this driver as a module, choose M here: the
267 module will be called adv7842.
268
25c84fb1
HV
269config VIDEO_ADV7842_CEC
270 bool "Enable Analog Devices ADV7842 CEC support"
9177e51d
HV
271 depends on VIDEO_ADV7842
272 select CEC_CORE
b60a5b8d 273 help
25c84fb1
HV
274 When selected the adv7842 will support the optional
275 HDMI CEC feature.
276
cb7a01ac
MCC
277config VIDEO_BT819
278 tristate "BT819A VideoStream decoder"
279 depends on VIDEO_V4L2 && I2C
b60a5b8d 280 help
cb7a01ac
MCC
281 Support for BT819A video decoder.
282
283 To compile this driver as a module, choose M here: the
284 module will be called bt819.
285
286config VIDEO_BT856
287 tristate "BT856 VideoStream decoder"
288 depends on VIDEO_V4L2 && I2C
b60a5b8d 289 help
cb7a01ac
MCC
290 Support for BT856 video decoder.
291
292 To compile this driver as a module, choose M here: the
293 module will be called bt856.
294
295config VIDEO_BT866
296 tristate "BT866 VideoStream decoder"
297 depends on VIDEO_V4L2 && I2C
b60a5b8d 298 help
cb7a01ac
MCC
299 Support for BT866 video decoder.
300
301 To compile this driver as a module, choose M here: the
302 module will be called bt866.
303
304config VIDEO_KS0127
305 tristate "KS0127 video decoder"
306 depends on VIDEO_V4L2 && I2C
b60a5b8d 307 help
cb7a01ac
MCC
308 Support for KS0127 video decoder.
309
310 This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
311 cards.
312
313 To compile this driver as a module, choose M here: the
314 module will be called ks0127.
315
ed3e12d2
VB
316config VIDEO_ML86V7667
317 tristate "OKI ML86V7667 video decoder"
318 depends on VIDEO_V4L2 && I2C
b60a5b8d 319 help
ed3e12d2
VB
320 Support for the OKI Semiconductor ML86V7667 video decoder.
321
322 To compile this driver as a module, choose M here: the
323 module will be called ml86v7667.
324
cb7a01ac
MCC
325config VIDEO_SAA7110
326 tristate "Philips SAA7110 video decoder"
327 depends on VIDEO_V4L2 && I2C
b60a5b8d 328 help
cb7a01ac
MCC
329 Support for the Philips SAA7110 video decoders.
330
331 To compile this driver as a module, choose M here: the
332 module will be called saa7110.
333
334config VIDEO_SAA711X
335 tristate "Philips SAA7111/3/4/5 video decoders"
336 depends on VIDEO_V4L2 && I2C
b60a5b8d 337 help
cb7a01ac
MCC
338 Support for the Philips SAA7111/3/4/5 video decoders.
339
340 To compile this driver as a module, choose M here: the
341 module will be called saa7115.
342
d32d9864
MR
343config VIDEO_TC358743
344 tristate "Toshiba TC358743 decoder"
22dbe35a
HV
345 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
346 select HDMI
859969b3 347 select V4L2_FWNODE
b60a5b8d 348 help
d32d9864
MR
349 Support for the Toshiba TC358743 HDMI to MIPI CSI-2 bridge.
350
351 To compile this driver as a module, choose M here: the
352 module will be called tc358743.
353
a0ec8d1d
HV
354config VIDEO_TC358743_CEC
355 bool "Enable Toshiba TC358743 CEC support"
356 depends on VIDEO_TC358743
357 select CEC_CORE
b60a5b8d 358 help
a0ec8d1d
HV
359 When selected the tc358743 will support the optional
360 HDMI CEC feature.
361
cb7a01ac
MCC
362config VIDEO_TVP514X
363 tristate "Texas Instruments TVP514x video decoder"
364 depends on VIDEO_V4L2 && I2C
859969b3 365 select V4L2_FWNODE
b60a5b8d 366 help
be9543ec 367 This is a Video4Linux2 sensor driver for the TI TVP5146/47
cb7a01ac
MCC
368 decoder. It is currently working with the TI OMAP3 camera
369 controller.
370
371 To compile this driver as a module, choose M here: the
372 module will be called tvp514x.
373
374config VIDEO_TVP5150
375 tristate "Texas Instruments TVP5150 video decoder"
376 depends on VIDEO_V4L2 && I2C
859969b3 377 select V4L2_FWNODE
b60a5b8d 378 help
cb7a01ac
MCC
379 Support for the Texas Instruments TVP5150 video decoder.
380
381 To compile this driver as a module, choose M here: the
382 module will be called tvp5150.
383
384config VIDEO_TVP7002
385 tristate "Texas Instruments TVP7002 video decoder"
386 depends on VIDEO_V4L2 && I2C
859969b3 387 select V4L2_FWNODE
b60a5b8d 388 help
cb7a01ac
MCC
389 Support for the Texas Instruments TVP7002 video decoder.
390
391 To compile this driver as a module, choose M here: the
392 module will be called tvp7002.
393
12be52a9
HV
394config VIDEO_TW2804
395 tristate "Techwell TW2804 multiple video decoder"
396 depends on VIDEO_V4L2 && I2C
b60a5b8d 397 help
12be52a9
HV
398 Support for the Techwell tw2804 multiple video decoder.
399
400 To compile this driver as a module, choose M here: the
401 module will be called tw2804.
402
0890ec19
HV
403config VIDEO_TW9903
404 tristate "Techwell TW9903 video decoder"
405 depends on VIDEO_V4L2 && I2C
b60a5b8d 406 help
12be52a9 407 Support for the Techwell tw9903 multi-standard video decoder
0890ec19
HV
408 with high quality down scaler.
409
410 To compile this driver as a module, choose M here: the
411 module will be called tw9903.
412
a000e9a0
HV
413config VIDEO_TW9906
414 tristate "Techwell TW9906 video decoder"
415 depends on VIDEO_V4L2 && I2C
b60a5b8d 416 help
a000e9a0
HV
417 Support for the Techwell tw9906 enhanced multi-standard comb filter
418 video decoder with YCbCr input support.
419
420 To compile this driver as a module, choose M here: the
421 module will be called tw9906.
422
7b20f325
JM
423config VIDEO_TW9910
424 tristate "Techwell TW9910 video decoder"
425 depends on VIDEO_V4L2 && I2C
b60a5b8d 426 help
7b20f325
JM
427 Support for Techwell TW9910 NTSC/PAL/SECAM video decoder.
428
429 To compile this driver as a module, choose M here: the
430 module will be called tw9910.
431
cb7a01ac
MCC
432config VIDEO_VPX3220
433 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
434 depends on VIDEO_V4L2 && I2C
b60a5b8d 435 help
cb7a01ac
MCC
436 Support for VPX322x video decoders.
437
438 To compile this driver as a module, choose M here: the
439 module will be called vpx3220.
440
441comment "Video and audio decoders"
442
443config VIDEO_SAA717X
444 tristate "Philips SAA7171/3/4 audio/video decoders"
445 depends on VIDEO_V4L2 && I2C
b60a5b8d 446 help
cb7a01ac
MCC
447 Support for the Philips SAA7171/3/4 audio/video decoders.
448
449 To compile this driver as a module, choose M here: the
450 module will be called saa717x.
451
452source "drivers/media/i2c/cx25840/Kconfig"
453
cb7a01ac
MCC
454comment "Video encoders"
455
456config VIDEO_SAA7127
457 tristate "Philips SAA7127/9 digital video encoders"
458 depends on VIDEO_V4L2 && I2C
b60a5b8d 459 help
cb7a01ac
MCC
460 Support for the Philips SAA7127/9 digital video encoders.
461
462 To compile this driver as a module, choose M here: the
463 module will be called saa7127.
464
465config VIDEO_SAA7185
466 tristate "Philips SAA7185 video encoder"
467 depends on VIDEO_V4L2 && I2C
b60a5b8d 468 help
cb7a01ac
MCC
469 Support for the Philips SAA7185 video encoder.
470
471 To compile this driver as a module, choose M here: the
472 module will be called saa7185.
473
474config VIDEO_ADV7170
475 tristate "Analog Devices ADV7170 video encoder"
476 depends on VIDEO_V4L2 && I2C
b60a5b8d 477 help
cb7a01ac
MCC
478 Support for the Analog Devices ADV7170 video encoder driver
479
480 To compile this driver as a module, choose M here: the
481 module will be called adv7170.
482
483config VIDEO_ADV7175
484 tristate "Analog Devices ADV7175 video encoder"
485 depends on VIDEO_V4L2 && I2C
b60a5b8d 486 help
cb7a01ac
MCC
487 Support for the Analog Devices ADV7175 video encoder driver
488
489 To compile this driver as a module, choose M here: the
490 module will be called adv7175.
491
492config VIDEO_ADV7343
493 tristate "ADV7343 video encoder"
494 depends on I2C
495 help
496 Support for Analog Devices I2C bus based ADV7343 encoder.
497
498 To compile this driver as a module, choose M here: the
499 module will be called adv7343.
500
501config VIDEO_ADV7393
502 tristate "ADV7393 video encoder"
503 depends on I2C
504 help
505 Support for Analog Devices I2C bus based ADV7393 encoder.
506
507 To compile this driver as a module, choose M here: the
508 module will be called adv7393.
509
5a544cce
HV
510config VIDEO_ADV7511
511 tristate "Analog Devices ADV7511 encoder"
584ca025 512 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
b4dbad8f 513 select HDMI
b60a5b8d 514 help
5a544cce
HV
515 Support for the Analog Devices ADV7511 video encoder.
516
517 This is a Analog Devices HDMI transmitter.
518
519 To compile this driver as a module, choose M here: the
520 module will be called adv7511.
521
257d4eae
HV
522config VIDEO_ADV7511_CEC
523 bool "Enable Analog Devices ADV7511 CEC support"
9177e51d
HV
524 depends on VIDEO_ADV7511
525 select CEC_CORE
b60a5b8d 526 help
257d4eae
HV
527 When selected the adv7511 will support the optional
528 HDMI CEC feature.
529
117a55b6
HV
530config VIDEO_AD9389B
531 tristate "Analog Devices AD9389B encoder"
532 depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
b60a5b8d 533 help
117a55b6
HV
534 Support for the Analog Devices AD9389B video encoder.
535
536 This is a Analog Devices HDMI transmitter.
537
538 To compile this driver as a module, choose M here: the
539 module will be called ad9389b.
540
cb7a01ac
MCC
541config VIDEO_AK881X
542 tristate "AK8813/AK8814 video encoders"
543 depends on I2C
544 help
545 Video output driver for AKM AK8813 and AK8814 TV encoders
546
14735190
HV
547config VIDEO_THS8200
548 tristate "Texas Instruments THS8200 video encoder"
549 depends on VIDEO_V4L2 && I2C
b60a5b8d 550 help
14735190
HV
551 Support for the Texas Instruments THS8200 video encoder.
552
553 To compile this driver as a module, choose M here: the
554 module will be called ths8200.
555
cb7a01ac
MCC
556comment "Camera sensor devices"
557
558config VIDEO_APTINA_PLL
559 tristate
560
561config VIDEO_SMIAPP_PLL
562 tristate
563
43619059
RRD
564config VIDEO_IMX214
565 tristate "Sony IMX214 sensor support"
566 depends on GPIOLIB && I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
567 depends on MEDIA_CAMERA_SUPPORT
568 depends on V4L2_FWNODE
569 help
570 This is a Video4Linux2 sensor driver for the Sony
571 IMX214 camera.
572
573 To compile this driver as a module, choose M here: the
574 module will be called imx214.
575
e4802cb0
JC
576config VIDEO_IMX258
577 tristate "Sony IMX258 sensor support"
578 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
579 depends on MEDIA_CAMERA_SUPPORT
b60a5b8d 580 help
be9543ec 581 This is a Video4Linux2 sensor driver for the Sony
e4802cb0
JC
582 IMX258 camera.
583
584 To compile this driver as a module, choose M here: the
585 module will be called imx258.
586
0985dd30
LL
587config VIDEO_IMX274
588 tristate "Sony IMX274 sensor support"
589 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
590 depends on MEDIA_CAMERA_SUPPORT
4f9d7225 591 select REGMAP_I2C
b60a5b8d 592 help
be9543ec 593 This is a V4L2 sensor driver for the Sony IMX274
0985dd30
LL
594 CMOS image sensor.
595
8a89dc62
BC
596config VIDEO_IMX319
597 tristate "Sony IMX319 sensor support"
598 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
599 depends on MEDIA_CAMERA_SUPPORT
600 help
601 This is a Video4Linux2 sensor driver for the Sony
602 IMX319 camera.
603
604 To compile this driver as a module, choose M here: the
605 module will be called imx319.
606
df0b5c4a
BC
607config VIDEO_IMX355
608 tristate "Sony IMX355 sensor support"
609 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
610 depends on MEDIA_CAMERA_SUPPORT
611 help
612 This is a Video4Linux2 sensor driver for the Sony
613 IMX355 camera.
614
615 To compile this driver as a module, choose M here: the
616 module will be called imx355.
617
34aa8879
HV
618config VIDEO_OV2640
619 tristate "OmniVision OV2640 sensor support"
a463ea99 620 depends on VIDEO_V4L2 && I2C
34aa8879
HV
621 depends on MEDIA_CAMERA_SUPPORT
622 help
be9543ec 623 This is a Video4Linux2 sensor driver for the OmniVision
34aa8879
HV
624 OV2640 camera.
625
626 To compile this driver as a module, choose M here: the
627 module will be called ov2640.
628
c4c0283a
BP
629config VIDEO_OV2659
630 tristate "OmniVision OV2659 sensor support"
631 depends on VIDEO_V4L2 && I2C
632 depends on MEDIA_CAMERA_SUPPORT
859969b3 633 select V4L2_FWNODE
b60a5b8d 634 help
be9543ec 635 This is a Video4Linux2 sensor driver for the OmniVision
c4c0283a
BP
636 OV2659 camera.
637
638 To compile this driver as a module, choose M here: the
639 module will be called ov2659.
640
3ee47cad
RMS
641config VIDEO_OV2680
642 tristate "OmniVision OV2680 sensor support"
643 depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER
644 depends on MEDIA_CAMERA_SUPPORT
645 select V4L2_FWNODE
b60a5b8d 646 help
3ee47cad
RMS
647 This is a Video4Linux2 sensor driver for the OmniVision
648 OV2680 camera.
649
650 To compile this driver as a module, choose M here: the
651 module will be called ov2680.
652
e3861d91
SZ
653config VIDEO_OV2685
654 tristate "OmniVision OV2685 sensor support"
655 depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER
656 depends on MEDIA_CAMERA_SUPPORT
657 select V4L2_FWNODE
b60a5b8d 658 help
be9543ec 659 This is a Video4Linux2 sensor driver for the OmniVision
e3861d91
SZ
660 OV2685 camera.
661
662 To compile this driver as a module, choose M here: the
663 module will be called ov2685.
664
19a81c14
SL
665config VIDEO_OV5640
666 tristate "OmniVision OV5640 sensor support"
667 depends on OF
668 depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
669 depends on MEDIA_CAMERA_SUPPORT
670 select V4L2_FWNODE
b60a5b8d 671 help
be9543ec 672 This is a Video4Linux2 sensor driver for the Omnivision
19a81c14
SL
673 OV5640 camera sensor with a MIPI CSI-2 interface.
674
9cae9722
TT
675config VIDEO_OV5645
676 tristate "OmniVision OV5645 sensor support"
677 depends on OF
678 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
679 depends on MEDIA_CAMERA_SUPPORT
859969b3 680 select V4L2_FWNODE
b60a5b8d 681 help
be9543ec 682 This is a Video4Linux2 sensor driver for the OmniVision
9cae9722
TT
683 OV5645 camera.
684
685 To compile this driver as a module, choose M here: the
686 module will be called ov5645.
687
3c2472a3
RO
688config VIDEO_OV5647
689 tristate "OmniVision OV5647 sensor support"
690 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
691 depends on MEDIA_CAMERA_SUPPORT
859969b3 692 select V4L2_FWNODE
b60a5b8d 693 help
be9543ec 694 This is a Video4Linux2 sensor driver for the OmniVision
3c2472a3
RO
695 OV5647 camera.
696
697 To compile this driver as a module, choose M here: the
698 module will be called ov5647.
699
23a52386
JK
700config VIDEO_OV6650
701 tristate "OmniVision OV6650 sensor support"
702 depends on I2C && VIDEO_V4L2
703 depends on MEDIA_CAMERA_SUPPORT
b60a5b8d 704 help
be9543ec 705 This is a Video4Linux2 sensor driver for the OmniVision
23a52386
JK
706 OV6650 camera.
707
708 To compile this driver as a module, choose M here: the
709 module will be called ov6650.
710
5de35c9b
CR
711config VIDEO_OV5670
712 tristate "OmniVision OV5670 sensor support"
fa31c117 713 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
5de35c9b 714 depends on MEDIA_CAMERA_SUPPORT
fa31c117 715 depends on MEDIA_CONTROLLER
5de35c9b 716 select V4L2_FWNODE
b60a5b8d 717 help
be9543ec 718 This is a Video4Linux2 sensor driver for the OmniVision
5de35c9b
CR
719 OV5670 camera.
720
721 To compile this driver as a module, choose M here: the
722 module will be called ov5670.
723
8a77009b
SZ
724config VIDEO_OV5695
725 tristate "OmniVision OV5695 sensor support"
726 depends on I2C && VIDEO_V4L2
727 depends on MEDIA_CAMERA_SUPPORT
b60a5b8d 728 help
be9543ec 729 This is a Video4Linux2 sensor driver for the OmniVision
8a77009b
SZ
730 OV5695 camera.
731
732 To compile this driver as a module, choose M here: the
733 module will be called ov5695.
734
d30bb512
TT
735config VIDEO_OV7251
736 tristate "OmniVision OV7251 sensor support"
737 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
738 depends on MEDIA_CAMERA_SUPPORT
739 select V4L2_FWNODE
740 help
be9543ec 741 This is a Video4Linux2 sensor driver for the OmniVision
d30bb512
TT
742 OV7251 camera.
743
744 To compile this driver as a module, choose M here: the
745 module will be called ov7251.
746
762c2812
JM
747config VIDEO_OV772X
748 tristate "OmniVision OV772x sensor support"
749 depends on I2C && VIDEO_V4L2
750 depends on MEDIA_CAMERA_SUPPORT
5bbf3221 751 select REGMAP_SCCB
b60a5b8d 752 help
be9543ec 753 This is a Video4Linux2 sensor driver for the OmniVision
762c2812
JM
754 OV772x camera.
755
756 To compile this driver as a module, choose M here: the
757 module will be called ov772x.
758
ec367c3c
HV
759config VIDEO_OV7640
760 tristate "OmniVision OV7640 sensor support"
761 depends on I2C && VIDEO_V4L2
762 depends on MEDIA_CAMERA_SUPPORT
b60a5b8d 763 help
be9543ec 764 This is a Video4Linux2 sensor driver for the OmniVision
ec367c3c
HV
765 OV7640 camera.
766
767 To compile this driver as a module, choose M here: the
768 module will be called ov7640.
769
cb7a01ac
MCC
770config VIDEO_OV7670
771 tristate "OmniVision OV7670 sensor support"
772 depends on I2C && VIDEO_V4L2
773 depends on MEDIA_CAMERA_SUPPORT
01b84448 774 select V4L2_FWNODE
b60a5b8d 775 help
be9543ec 776 This is a Video4Linux2 sensor driver for the OmniVision
cb7a01ac
MCC
777 OV7670 VGA camera. It currently only works with the M88ALP01
778 controller.
779
39c5c447
WY
780config VIDEO_OV7740
781 tristate "OmniVision OV7740 sensor support"
782 depends on I2C && VIDEO_V4L2
783 depends on MEDIA_CAMERA_SUPPORT
b60a5b8d 784 help
be9543ec 785 This is a Video4Linux2 sensor driver for the OmniVision
39c5c447
WY
786 OV7740 VGA camera sensor.
787
879347f0
BK
788config VIDEO_OV8856
789 tristate "OmniVision OV8856 sensor support"
790 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
791 depends on MEDIA_CAMERA_SUPPORT
792 select V4L2_FWNODE
793 help
794 This is a Video4Linux2 sensor driver for the OmniVision
795 OV8856 camera sensor.
796
797 To compile this driver as a module, choose M here: the
798 module will be called ov8856.
799
57b0ad9e
PC
800config VIDEO_OV9640
801 tristate "OmniVision OV9640 sensor support"
802 depends on I2C && VIDEO_V4L2
803 help
804 This is a Video4Linux2 sensor driver for the OmniVision
805 OV9640 camera sensor.
806
84a15ded
SN
807config VIDEO_OV9650
808 tristate "OmniVision OV9650/OV9652 sensor support"
809 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
361f3803 810 select REGMAP_SCCB
b60a5b8d 811 help
be9543ec 812 This is a V4L2 sensor driver for the Omnivision
84a15ded
SN
813 OV9650 and OV9652 camera sensors.
814
5fcf092e
HY
815config VIDEO_OV13858
816 tristate "OmniVision OV13858 sensor support"
817 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
818 depends on MEDIA_CAMERA_SUPPORT
fce8ba67 819 select V4L2_FWNODE
b60a5b8d 820 help
be9543ec 821 This is a Video4Linux2 sensor driver for the OmniVision
5fcf092e
HY
822 OV13858 camera.
823
cb7a01ac
MCC
824config VIDEO_VS6624
825 tristate "ST VS6624 sensor support"
826 depends on VIDEO_V4L2 && I2C
827 depends on MEDIA_CAMERA_SUPPORT
b60a5b8d 828 help
be9543ec 829 This is a Video4Linux2 sensor driver for the ST VS6624
cb7a01ac
MCC
830 camera.
831
832 To compile this driver as a module, choose M here: the
833 module will be called vs6624.
834
f8ce7c35
AM
835config VIDEO_MT9M001
836 tristate "mt9m001 support"
73b33860 837 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
12d85c3e 838 depends on MEDIA_CAMERA_SUPPORT
f8ce7c35
AM
839 help
840 This driver supports MT9M001 cameras from Micron, monochrome
841 and colour models.
842
cb7a01ac
MCC
843config VIDEO_MT9M032
844 tristate "MT9M032 camera sensor support"
845 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
846 depends on MEDIA_CAMERA_SUPPORT
847 select VIDEO_APTINA_PLL
b60a5b8d 848 help
cb7a01ac
MCC
849 This driver supports MT9M032 camera sensors from Aptina, monochrome
850 models only.
851
c61e74e3
RJ
852config VIDEO_MT9M111
853 tristate "mt9m111, mt9m112 and mt9m131 support"
854 depends on I2C && VIDEO_V4L2
98480d65 855 select V4L2_FWNODE
c61e74e3
RJ
856 help
857 This driver supports MT9M111, MT9M112 and MT9M131 cameras from
858 Micron/Aptina
859
cb7a01ac
MCC
860config VIDEO_MT9P031
861 tristate "Aptina MT9P031 support"
862 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
863 depends on MEDIA_CAMERA_SUPPORT
864 select VIDEO_APTINA_PLL
b60a5b8d 865 help
be9543ec 866 This is a Video4Linux2 sensor driver for the Aptina
cb7a01ac
MCC
867 (Micron) mt9p031 5 Mpixel camera.
868
869config VIDEO_MT9T001
870 tristate "Aptina MT9T001 support"
871 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
872 depends on MEDIA_CAMERA_SUPPORT
b60a5b8d 873 help
be9543ec 874 This is a Video4Linux2 sensor driver for the Aptina
cb7a01ac
MCC
875 (Micron) mt0t001 3 Mpixel camera.
876
6a26f141
JM
877config VIDEO_MT9T112
878 tristate "Aptina MT9T111/MT9T112 support"
879 depends on I2C && VIDEO_V4L2
880 depends on MEDIA_CAMERA_SUPPORT
b60a5b8d 881 help
be9543ec 882 This is a Video4Linux2 sensor driver for the Aptina
6a26f141
JM
883 (Micron) MT9T111 and MT9T112 3 Mpixel camera.
884
885 To compile this driver as a module, choose M here: the
886 module will be called mt9t112.
887
cb7a01ac
MCC
888config VIDEO_MT9V011
889 tristate "Micron mt9v011 sensor support"
890 depends on I2C && VIDEO_V4L2
891 depends on MEDIA_CAMERA_SUPPORT
b60a5b8d 892 help
be9543ec 893 This is a Video4Linux2 sensor driver for the Micron
cb7a01ac
MCC
894 mt0v011 1.3 Mpixel camera. It currently only works with the
895 em28xx driver.
896
897config VIDEO_MT9V032
898 tristate "Micron MT9V032 sensor support"
899 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
900 depends on MEDIA_CAMERA_SUPPORT
80b44ef2 901 select REGMAP_I2C
859969b3 902 select V4L2_FWNODE
b60a5b8d 903 help
be9543ec 904 This is a Video4Linux2 sensor driver for the Micron
cb7a01ac
MCC
905 MT9V032 752x480 CMOS sensor.
906
aab7ed1c
JM
907config VIDEO_MT9V111
908 tristate "Aptina MT9V111 sensor support"
909 depends on I2C && VIDEO_V4L2
910 depends on MEDIA_CAMERA_SUPPORT
911 help
912 This is a Video4Linux2 sensor driver for the Aptina/Micron
913 MT9V111 sensor.
914
915 To compile this driver as a module, choose M here: the
916 module will be called mt9v111.
917
cb7a01ac
MCC
918config VIDEO_SR030PC30
919 tristate "Siliconfile SR030PC30 sensor support"
920 depends on I2C && VIDEO_V4L2
921 depends on MEDIA_CAMERA_SUPPORT
b60a5b8d 922 help
cb7a01ac
MCC
923 This driver supports SR030PC30 VGA camera from Siliconfile
924
925config VIDEO_NOON010PC30
926 tristate "Siliconfile NOON010PC30 sensor support"
2cca7d4e 927 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
cb7a01ac 928 depends on MEDIA_CAMERA_SUPPORT
b60a5b8d 929 help
cb7a01ac
MCC
930 This driver supports NOON010PC30 CIF camera from Siliconfile
931
932source "drivers/media/i2c/m5mols/Kconfig"
933
8cba1ae6
JM
934config VIDEO_RJ54N1
935 tristate "Sharp RJ54N1CB0C sensor support"
936 depends on I2C && VIDEO_V4L2
937 depends on MEDIA_CAMERA_SUPPORT
938 help
be9543ec 939 This is a V4L2 sensor driver for Sharp RJ54N1CB0C CMOS image
8cba1ae6
JM
940 sensor.
941
942 To compile this driver as a module, choose M here: the
943 module will be called rj54n1.
944
cb7a01ac
MCC
945config VIDEO_S5K6AA
946 tristate "Samsung S5K6AAFX sensor support"
947 depends on MEDIA_CAMERA_SUPPORT
948 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
b60a5b8d 949 help
be9543ec 950 This is a V4L2 sensor driver for Samsung S5K6AA(FX) 1.3M
cb7a01ac
MCC
951 camera sensor with an embedded SoC image signal processor.
952
814b4dd9
SN
953config VIDEO_S5K6A3
954 tristate "Samsung S5K6A3 sensor support"
955 depends on MEDIA_CAMERA_SUPPORT
956 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
b60a5b8d 957 help
be9543ec 958 This is a V4L2 sensor driver for Samsung S5K6A3 raw
814b4dd9
SN
959 camera sensor.
960
8b99312b 961config VIDEO_S5K4ECGX
4a3fad70
MCC
962 tristate "Samsung S5K4ECGX sensor support"
963 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
c739c0a7 964 select CRC32
b60a5b8d 965 help
be9543ec 966 This is a V4L2 sensor driver for Samsung S5K4ECGX 5M
4a3fad70 967 camera sensor with an embedded SoC image signal processor.
8b99312b 968
7d459937
AH
969config VIDEO_S5K5BAF
970 tristate "Samsung S5K5BAF sensor support"
971 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
859969b3 972 select V4L2_FWNODE
b60a5b8d 973 help
be9543ec 974 This is a V4L2 sensor driver for Samsung S5K5BAF 2M
7d459937
AH
975 camera sensor with an embedded SoC image signal processor.
976
cb7a01ac 977source "drivers/media/i2c/smiapp/Kconfig"
c5254e72 978source "drivers/media/i2c/et8ek8/Kconfig"
cb7a01ac 979
cac47f18
AH
980config VIDEO_S5C73M3
981 tristate "Samsung S5C73M3 sensor support"
982 depends on I2C && SPI && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
859969b3 983 select V4L2_FWNODE
b60a5b8d 984 help
be9543ec 985 This is a V4L2 sensor driver for Samsung S5C73M3
4494f0fd 986 8 Mpixel camera.
cac47f18 987
0d0d87fb
SA
988comment "Lens drivers"
989
990config VIDEO_AD5820
991 tristate "AD5820 lens voice coil support"
992 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
b60a5b8d 993 help
0d0d87fb
SA
994 This is a driver for the AD5820 camera lens voice coil.
995 It is used for example in Nokia N900 (RX-51).
996
997config VIDEO_AK7375
998 tristate "AK7375 lens voice coil support"
999 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
1000 depends on VIDEO_V4L2_SUBDEV_API
1001 help
1002 This is a driver for the AK7375 camera lens voice coil.
1003 AK7375 is a 12 bit DAC with 120mA output current sink
1004 capability. This is designed for linear control of
1005 voice coil motors, controlled via I2C serial interface.
1006
1007config VIDEO_DW9714
1008 tristate "DW9714 lens voice coil support"
1009 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
1010 depends on VIDEO_V4L2_SUBDEV_API
b60a5b8d 1011 help
0d0d87fb
SA
1012 This is a driver for the DW9714 camera lens voice coil.
1013 DW9714 is a 10 bit DAC with 120mA output current sink
1014 capability. This is designed for linear control of
1015 voice coil motors, controlled via I2C serial interface.
1016
1017config VIDEO_DW9807_VCM
1018 tristate "DW9807 lens voice coil support"
1019 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
1020 depends on VIDEO_V4L2_SUBDEV_API
b60a5b8d 1021 help
0d0d87fb
SA
1022 This is a driver for the DW9807 camera lens voice coil.
1023 DW9807 is a 10 bit DAC with 100mA output current sink
1024 capability. This is designed for linear control of
1025 voice coil motors, controlled via I2C serial interface.
1026
cb7a01ac
MCC
1027comment "Flash devices"
1028
1029config VIDEO_ADP1653
1030 tristate "ADP1653 flash support"
1031 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
1032 depends on MEDIA_CAMERA_SUPPORT
b60a5b8d 1033 help
cb7a01ac
MCC
1034 This is a driver for the ADP1653 flash controller. It is used for
1035 example in Nokia N900.
1036
7f6b11a1
DJ
1037config VIDEO_LM3560
1038 tristate "LM3560 dual flash driver support"
1039 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
1040 depends on MEDIA_CAMERA_SUPPORT
1041 select REGMAP_I2C
b60a5b8d 1042 help
7f6b11a1
DJ
1043 This is a driver for the lm3560 dual flash controllers. It controls
1044 flash, torch LEDs.
1045
dc76df5d
DJ
1046config VIDEO_LM3646
1047 tristate "LM3646 dual flash driver support"
1048 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
1049 depends on MEDIA_CAMERA_SUPPORT
1050 select REGMAP_I2C
b60a5b8d 1051 help
dc76df5d
DJ
1052 This is a driver for the lm3646 dual flash controllers. It controls
1053 flash, torch LEDs.
1054
cb7a01ac
MCC
1055comment "Video improvement chips"
1056
1057config VIDEO_UPD64031A
1058 tristate "NEC Electronics uPD64031A Ghost Reduction"
1059 depends on VIDEO_V4L2 && I2C
b60a5b8d 1060 help
cb7a01ac
MCC
1061 Support for the NEC Electronics uPD64031A Ghost Reduction
1062 video chip. It is most often found in NTSC TV cards made for
1063 Japan and is used to reduce the 'ghosting' effect that can
1064 be present in analog TV broadcasts.
1065
1066 To compile this driver as a module, choose M here: the
1067 module will be called upd64031a.
1068
1069config VIDEO_UPD64083
1070 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
1071 depends on VIDEO_V4L2 && I2C
b60a5b8d 1072 help
cb7a01ac
MCC
1073 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
1074 separation video chip. It is used to improve the quality of
1075 the colors of a composite signal.
1076
1077 To compile this driver as a module, choose M here: the
1078 module will be called upd64083.
1079
6052ba35
HV
1080comment "Audio/Video compression chips"
1081
1082config VIDEO_SAA6752HS
1083 tristate "Philips SAA6752HS MPEG-2 Audio/Video Encoder"
1084 depends on VIDEO_V4L2 && I2C
d984d325 1085 select CRC32
b60a5b8d 1086 help
6052ba35
HV
1087 Support for the Philips SAA6752HS MPEG-2 video and MPEG-audio/AC-3
1088 audio encoder with multiplexer.
1089
1090 To compile this driver as a module, choose M here: the
1091 module will be called saa6752hs.
1092
b47b79d8
RS
1093comment "SDR tuner chips"
1094
1095config SDR_MAX2175
1096 tristate "Maxim 2175 RF to Bits tuner"
1097 depends on VIDEO_V4L2 && MEDIA_SDR_SUPPORT && I2C
b60a5b8d 1098 help
b47b79d8
RS
1099 Support for Maxim 2175 tuner. It is an advanced analog/digital
1100 radio receiver with RF-to-Bits front-end designed for SDR solutions.
1101
1102 To compile this driver as a module, choose M here; the
1103 module will be called max2175.
1104
8c88126b 1105comment "Miscellaneous helper chips"
cb7a01ac
MCC
1106
1107config VIDEO_THS7303
88da0183
LP
1108 tristate "THS7303/53 Video Amplifier"
1109 depends on VIDEO_V4L2 && I2C
cb7a01ac 1110 help
88da0183 1111 Support for TI THS7303/53 video amplifier
cb7a01ac
MCC
1112
1113 To compile this driver as a module, choose M here: the
1114 module will be called ths7303.
1115
1116config VIDEO_M52790
1117 tristate "Mitsubishi M52790 A/V switch"
1118 depends on VIDEO_V4L2 && I2C
b60a5b8d 1119 help
cb7a01ac
MCC
1120 Support for the Mitsubishi M52790 A/V switch.
1121
1122 To compile this driver as a module, choose M here: the
1123 module will be called m52790.
5cebaac6
MR
1124
1125config VIDEO_I2C
1126 tristate "I2C transport video support"
1127 depends on VIDEO_V4L2 && I2C
1128 select VIDEOBUF2_VMALLOC
acbea679 1129 imply HWMON
b60a5b8d 1130 help
5cebaac6
MR
1131 Enable the I2C transport video support which supports the
1132 following:
1133 * Panasonic AMG88xx Grid-Eye Sensors
8866cfbf 1134 * Melexis MLX90640 Thermal Cameras
5cebaac6
MR
1135
1136 To compile this driver as a module, choose M here: the
1137 module will be called video-i2c
1138
642bb5e8
MG
1139config VIDEO_ST_MIPID02
1140 tristate "STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge"
1141 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
1142 depends on MEDIA_CAMERA_SUPPORT
1143 select V4L2_FWNODE
1144 help
1145 Support for STMicroelectronics MIPID02 CSI-2 to PARALLEL bridge.
1146 It is used to allow usage of CSI-2 sensor with PARALLEL port
1147 controller.
1148
1149 To compile this driver as a module, choose M here: the
1150 module will be called st-mipid02.
1151
fccea74f 1152endmenu
e9d2f057 1153
cb7a01ac 1154endif