]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/media/video/Kconfig
[media] i.MX: coda: Add platform support for coda in i.MX27
[mirror_ubuntu-artful-kernel.git] / drivers / media / video / Kconfig
CommitLineData
7c91f062
MCC
1#
2# Generic video config states
3#
4
5config VIDEO_V4L2
6 tristate
7 depends on VIDEO_DEV && VIDEO_V4L2_COMMON
724f4a32 8 default y
7c91f062 9
7c91f062
MCC
10config VIDEOBUF_GEN
11 tristate
12
13config VIDEOBUF_DMA_SG
14 depends on HAS_DMA
15 select VIDEOBUF_GEN
16 tristate
17
18config VIDEOBUF_VMALLOC
19 select VIDEOBUF_GEN
20 tristate
21
2cc45cf2
MD
22config VIDEOBUF_DMA_CONTIG
23 depends on HAS_DMA
24 select VIDEOBUF_GEN
25 tristate
26
7c91f062
MCC
27config VIDEOBUF_DVB
28 tristate
29 select VIDEOBUF_GEN
7c91f062
MCC
30
31config VIDEO_BTCX
ad4eada7 32 depends on PCI
7c91f062
MCC
33 tristate
34
7c91f062
MCC
35config VIDEO_TVEEPROM
36 tristate
37 depends on I2C
38
fdbbfb09
MCC
39config VIDEO_TUNER
40 tristate
41 depends on MEDIA_TUNER
42
7f98639d
PO
43config V4L2_MEM2MEM_DEV
44 tristate
908a0d7c 45 depends on VIDEOBUF2_CORE
7f98639d 46
e23ccc0a
PO
47config VIDEOBUF2_CORE
48 tristate
49
004cc378
MS
50config VIDEOBUF2_MEMOPS
51 tristate
52
1a758d4e
PO
53config VIDEOBUF2_DMA_CONTIG
54 select VIDEOBUF2_CORE
55 select VIDEOBUF2_MEMOPS
56 tristate
57
3c18ff06
PO
58config VIDEOBUF2_VMALLOC
59 select VIDEOBUF2_CORE
60 select VIDEOBUF2_MEMOPS
61 tristate
62
5ba3f757
AP
63
64config VIDEOBUF2_DMA_SG
65 #depends on HAS_DMA
66 select VIDEOBUF2_CORE
67 select VIDEOBUF2_MEMOPS
68 tristate
1da177e4
LT
69#
70# Multimedia Video device configuration
71#
72
c5da5afb
JE
73menuconfig VIDEO_CAPTURE_DRIVERS
74 bool "Video capture adapters"
057596ee 75 depends on VIDEO_V4L2
724f4a32 76 depends on MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT
c5da5afb 77 default y
ff01652c
MCC
78 ---help---
79 Say Y here to enable selecting the video adapters for
80 webcams, analog TV, and hybrid analog/digital TV.
81 Some of those devices also supports FM radio.
1da177e4 82
057596ee 83if VIDEO_CAPTURE_DRIVERS && VIDEO_V4L2
1da177e4 84
21dcd8cc
MCC
85config VIDEO_ADV_DEBUG
86 bool "Enable advanced debug functionality"
21dcd8cc
MCC
87 default n
88 ---help---
89 Say Y here to enable advanced debugging functionality on some
90 V4L devices.
91 In doubt, say N.
dd89601d
HV
92
93config VIDEO_FIXED_MINOR_RANGES
94 bool "Enable old-style fixed minor ranges for video devices"
95 default n
96 ---help---
97 Say Y here to enable the old-style fixed-range minor assignments.
98 Only useful if you rely on the old behavior and use mknod instead of udev.
99
100 When in doubt, say N.
21dcd8cc 101
1450e6be
MCC
102config VIDEO_HELPER_CHIPS_AUTO
103 bool "Autoselect pertinent encoders/decoders and other helper chips"
6a108a14 104 default y if !EXPERT
c1d1ea9e 105 ---help---
1450e6be
MCC
106 Most video cards may require additional modules to encode or
107 decode audio/video standards. This option will autoselect
108 all pertinent modules to each selected video module.
141a8779 109
3cb2fccc 110 Unselect this only if you know exactly what you are doing, since
1450e6be 111 it may break support on some boards.
10b89ee3 112
1450e6be 113 In doubt, say Y.
10b89ee3 114
367394ac
MCC
115config VIDEO_IR_I2C
116 tristate "I2C module for IR" if !VIDEO_HELPER_CHIPS_AUTO
6bda9644 117 depends on I2C && RC_CORE
367394ac
MCC
118 default y
119 ---help---
120 Most boards have an IR chip directly connected via GPIO. However,
121 some video boards have the IR connected via I2C bus.
122
123 If your board doesn't have an I2C IR chip, you may disable this
124 option.
125
126 In doubt, say Y.
127
1450e6be
MCC
128#
129# Encoder / Decoder module configuration
130#
1da177e4 131
81f2030a 132menu "Encoders, decoders, sensors and other helper chips"
37e3273e 133 visible if !VIDEO_HELPER_CHIPS_AUTO
1da177e4 134
81f2030a 135comment "Audio decoders, processors and mixers"
1da177e4 136
1450e6be
MCC
137config VIDEO_TVAUDIO
138 tristate "Simple audio decoder chips"
07533b6a 139 depends on VIDEO_V4L2 && I2C
1450e6be
MCC
140 ---help---
141 Support for several audio decoder chips found on some bt8xx boards:
142 Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
143 tea6320, tea6420, tda8425, ta8874z.
144 Microchip: pic16c54 based design on ProVideo PV951 board.
1da177e4
LT
145
146 To compile this driver as a module, choose M here: the
1450e6be 147 module will be called tvaudio.
1da177e4 148
1450e6be 149config VIDEO_TDA7432
06afc0ff 150 tristate "Philips TDA7432 audio processor"
07533b6a 151 depends on VIDEO_V4L2 && I2C
1450e6be
MCC
152 ---help---
153 Support for tda7432 audio decoder chip found on some bt8xx boards.
1da177e4 154
1450e6be
MCC
155 To compile this driver as a module, choose M here: the
156 module will be called tda7432.
1da177e4 157
1450e6be 158config VIDEO_TDA9840
06afc0ff 159 tristate "Philips TDA9840 audio processor"
c5da5afb 160 depends on I2C
1da177e4 161 ---help---
1450e6be 162 Support for tda9840 audio decoder chip found on some Zoran boards.
1da177e4 163
1450e6be
MCC
164 To compile this driver as a module, choose M here: the
165 module will be called tda9840.
1da177e4 166
1450e6be 167config VIDEO_TEA6415C
06afc0ff 168 tristate "Philips TEA6415C audio processor"
c5da5afb 169 depends on I2C
1450e6be
MCC
170 ---help---
171 Support for tea6415c audio decoder chip found on some bt8xx boards.
1da177e4 172
1450e6be
MCC
173 To compile this driver as a module, choose M here: the
174 module will be called tea6415c.
ab33d507 175
1450e6be 176config VIDEO_TEA6420
06afc0ff 177 tristate "Philips TEA6420 audio processor"
c5da5afb 178 depends on I2C
1450e6be
MCC
179 ---help---
180 Support for tea6420 audio decoder chip found on some bt8xx boards.
1da177e4
LT
181
182 To compile this driver as a module, choose M here: the
1450e6be 183 module will be called tea6420.
1da177e4 184
1450e6be
MCC
185config VIDEO_MSP3400
186 tristate "Micronas MSP34xx audio decoders"
187 depends on VIDEO_V4L2 && I2C
188 ---help---
189 Support for the Micronas MSP34xx series of audio decoders.
1da177e4
LT
190
191 To compile this driver as a module, choose M here: the
1450e6be 192 module will be called msp3400.
1da177e4 193
6fb377f8
HV
194config VIDEO_CS5345
195 tristate "Cirrus Logic CS5345 audio ADC"
91121d9c 196 depends on VIDEO_V4L2 && I2C
6fb377f8
HV
197 ---help---
198 Support for the Cirrus Logic CS5345 24-bit, 192 kHz
199 stereo A/D converter.
200
201 To compile this driver as a module, choose M here: the
202 module will be called cs5345.
203
1450e6be
MCC
204config VIDEO_CS53L32A
205 tristate "Cirrus Logic CS53L32A audio ADC"
7a06f3f2 206 depends on VIDEO_V4L2 && I2C
1450e6be
MCC
207 ---help---
208 Support for the Cirrus Logic CS53L32A low voltage
209 stereo A/D converter.
1da177e4 210
1450e6be
MCC
211 To compile this driver as a module, choose M here: the
212 module will be called cs53l32a.
1da177e4 213
1450e6be
MCC
214config VIDEO_TLV320AIC23B
215 tristate "Texas Instruments TLV320AIC23B audio codec"
216 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
217 ---help---
218 Support for the Texas Instruments TLV320AIC23B audio codec.
1da177e4 219
1450e6be
MCC
220 To compile this driver as a module, choose M here: the
221 module will be called tlv320aic23b.
faa1cb20 222
1450e6be
MCC
223config VIDEO_WM8775
224 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
7a06f3f2 225 depends on VIDEO_V4L2 && I2C
1450e6be
MCC
226 ---help---
227 Support for the Wolfson Microelectronics WM8775 high
228 performance stereo A/D Converter with a 4 channel input mixer.
1da177e4
LT
229
230 To compile this driver as a module, choose M here: the
1450e6be 231 module will be called wm8775.
674434c6 232
1450e6be
MCC
233config VIDEO_WM8739
234 tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
7a06f3f2 235 depends on VIDEO_V4L2 && I2C
1450e6be
MCC
236 ---help---
237 Support for the Wolfson Microelectronics WM8739
238 stereo A/D Converter.
1da177e4 239
1450e6be
MCC
240 To compile this driver as a module, choose M here: the
241 module will be called wm8739.
1da177e4 242
ac247433
HV
243config VIDEO_VP27SMPX
244 tristate "Panasonic VP27s internal MPX"
91121d9c 245 depends on VIDEO_V4L2 && I2C
ac247433
HV
246 ---help---
247 Support for the internal MPX of the Panasonic VP27s tuner.
248
249 To compile this driver as a module, choose M here: the
250 module will be called vp27smpx.
251
ffe84b7a
HV
252comment "RDS decoders"
253
254config VIDEO_SAA6588
255 tristate "SAA6588 Radio Chip RDS decoder support"
256 depends on VIDEO_V4L2 && I2C
257
258 help
259 Support for this Radio Data System (RDS) decoder. This allows
260 seeing radio station identification transmitted using this
261 standard.
262
263 To compile this driver as a module, choose M here: the
264 module will be called saa6588.
265
1450e6be
MCC
266comment "Video decoders"
267
6789cb52
RR
268config VIDEO_ADV7180
269 tristate "Analog Devices ADV7180 decoder"
270 depends on VIDEO_V4L2 && I2C
271 ---help---
272 Support for the Analog Devices ADV7180 video decoder.
273
274 To compile this driver as a module, choose M here: the
275 module will be called adv7180.
276
202ea1f0
SJ
277config VIDEO_ADV7183
278 tristate "Analog Devices ADV7183 decoder"
279 depends on VIDEO_V4L2 && I2C
280 ---help---
281 V4l2 subdevice driver for the Analog Devices
282 ADV7183 video decoder.
283
284 To compile this driver as a module, choose M here: the
285 module will be called adv7183.
286
1450e6be 287config VIDEO_BT819
06afc0ff 288 tristate "BT819A VideoStream decoder"
85f8841e 289 depends on VIDEO_V4L2 && I2C
1da177e4 290 ---help---
1450e6be 291 Support for BT819A video decoder.
674434c6 292
1da177e4 293 To compile this driver as a module, choose M here: the
1450e6be 294 module will be called bt819.
1da177e4 295
1450e6be 296config VIDEO_BT856
06afc0ff 297 tristate "BT856 VideoStream decoder"
85f8841e 298 depends on VIDEO_V4L2 && I2C
1da177e4 299 ---help---
1450e6be 300 Support for BT856 video decoder.
1da177e4 301
1450e6be
MCC
302 To compile this driver as a module, choose M here: the
303 module will be called bt856.
304
305config VIDEO_BT866
06afc0ff 306 tristate "BT866 VideoStream decoder"
85f8841e 307 depends on VIDEO_V4L2 && I2C
1da177e4 308 ---help---
1450e6be 309 Support for BT866 video decoder.
0518999c
MCC
310
311 To compile this driver as a module, choose M here: the
1450e6be 312 module will be called bt866.
1da177e4 313
1450e6be
MCC
314config VIDEO_KS0127
315 tristate "KS0127 video decoder"
85f8841e 316 depends on VIDEO_V4L2 && I2C
1450e6be
MCC
317 ---help---
318 Support for KS0127 video decoder.
f8962605 319
1450e6be
MCC
320 This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
321 cards.
f8962605 322
1450e6be
MCC
323 To compile this driver as a module, choose M here: the
324 module will be called ks0127.
b961b9c5 325
1450e6be
MCC
326config VIDEO_SAA7110
327 tristate "Philips SAA7110 video decoder"
107063c6 328 depends on VIDEO_V4L2 && I2C
897ea130 329 ---help---
1450e6be 330 Support for the Philips SAA7110 video decoders.
897ea130
MCC
331
332 To compile this driver as a module, choose M here: the
1450e6be 333 module will be called saa7110.
897ea130 334
1450e6be 335config VIDEO_SAA711X
107063c6 336 tristate "Philips SAA7111/3/4/5 video decoders"
7a06f3f2 337 depends on VIDEO_V4L2 && I2C
897ea130 338 ---help---
107063c6 339 Support for the Philips SAA7111/3/4/5 video decoders.
897ea130
MCC
340
341 To compile this driver as a module, choose M here: the
1450e6be 342 module will be called saa7115.
897ea130 343
1450e6be
MCC
344config VIDEO_SAA7191
345 tristate "Philips SAA7191 video decoder"
d2f2d6d0 346 depends on VIDEO_V4L2 && I2C
faa1cb20 347 ---help---
1450e6be 348 Support for the Philips SAA7191 video decoder.
faa1cb20
MCC
349
350 To compile this driver as a module, choose M here: the
1450e6be 351 module will be called saa7191.
faa1cb20 352
07b1747c
VH
353config VIDEO_TVP514X
354 tristate "Texas Instruments TVP514x video decoder"
355 depends on VIDEO_V4L2 && I2C
356 ---help---
357 This is a Video4Linux2 sensor-level driver for the TI TVP5146/47
358 decoder. It is currently working with the TI OMAP3 camera
359 controller.
360
361 To compile this driver as a module, choose M here: the
362 module will be called tvp514x.
363
1450e6be
MCC
364config VIDEO_TVP5150
365 tristate "Texas Instruments TVP5150 video decoder"
366 depends on VIDEO_V4L2 && I2C
faa1cb20 367 ---help---
1450e6be 368 Support for the Texas Instruments TVP5150 video decoder.
faa1cb20
MCC
369
370 To compile this driver as a module, choose M here: the
1450e6be 371 module will be called tvp5150.
faa1cb20 372
1952c9bd
SNC
373config VIDEO_TVP7002
374 tristate "Texas Instruments TVP7002 video decoder"
375 depends on VIDEO_V4L2 && I2C
376 ---help---
377 Support for the Texas Instruments TVP7002 video decoder.
378
379 To compile this driver as a module, choose M here: the
380 module will be called tvp7002.
381
1450e6be 382config VIDEO_VPX3220
06afc0ff 383 tristate "vpx3220a, vpx3216b & vpx3214c video decoders"
85f8841e 384 depends on VIDEO_V4L2 && I2C
cfdd4ad0 385 ---help---
1450e6be 386 Support for VPX322x video decoders.
cfdd4ad0
MK
387
388 To compile this driver as a module, choose M here: the
1450e6be 389 module will be called vpx3220.
770599d0 390
06afc0ff
MCC
391comment "Video and audio decoders"
392
81f2030a
MCC
393config VIDEO_SAA717X
394 tristate "Philips SAA7171/3/4 audio/video decoders"
395 depends on VIDEO_V4L2 && I2C
396 ---help---
397 Support for the Philips SAA7171/3/4 audio/video decoders.
398
399 To compile this driver as a module, choose M here: the
400 module will be called saa717x.
401
06afc0ff
MCC
402source "drivers/media/video/cx25840/Kconfig"
403
404comment "MPEG video encoders"
405
406config VIDEO_CX2341X
407 tristate "Conexant CX2341x MPEG encoders"
91121d9c 408 depends on VIDEO_V4L2 && VIDEO_V4L2_COMMON
06afc0ff
MCC
409 ---help---
410 Support for the Conexant CX23416 MPEG encoders
411 and CX23415 MPEG encoder/decoders.
412
413 This module currently supports the encoding functions only.
414
415 To compile this driver as a module, choose M here: the
416 module will be called cx2341x.
417
418comment "Video encoders"
419
420config VIDEO_SAA7127
421 tristate "Philips SAA7127/9 digital video encoders"
7a06f3f2 422 depends on VIDEO_V4L2 && I2C
06afc0ff
MCC
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"
85f8841e 431 depends on VIDEO_V4L2 && I2C
06afc0ff
MCC
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"
85f8841e 440 depends on VIDEO_V4L2 && I2C
06afc0ff
MCC
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"
85f8841e 449 depends on VIDEO_V4L2 && I2C
06afc0ff
MCC
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
06e61f8d
C
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
ebc04047
BT
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
aec11e5d
GL
474config VIDEO_AK881X
475 tristate "AK8813/AK8814 video encoders"
476 depends on I2C
477 help
478 Video output driver for AKM AK8813 and AK8814 TV encoders
479
81f2030a
MCC
480comment "Camera sensor devices"
481
0b27c81b
LP
482config VIDEO_APTINA_PLL
483 tristate
484
cf1c5fae
SA
485config VIDEO_SMIAPP_PLL
486 tristate
487
81f2030a
MCC
488config VIDEO_OV7670
489 tristate "OmniVision OV7670 sensor support"
490 depends on I2C && VIDEO_V4L2
724f4a32 491 depends on MEDIA_CAMERA_SUPPORT
81f2030a
MCC
492 ---help---
493 This is a Video4Linux2 sensor-level driver for the OmniVision
494 OV7670 VGA camera. It currently only works with the M88ALP01
495 controller.
496
f877ed97
SJ
497config VIDEO_VS6624
498 tristate "ST VS6624 sensor support"
499 depends on VIDEO_V4L2 && I2C
724f4a32 500 depends on MEDIA_CAMERA_SUPPORT
f877ed97
SJ
501 ---help---
502 This is a Video4Linux2 sensor-level driver for the ST VS6624
503 camera.
504
505 To compile this driver as a module, choose M here: the
506 module will be called vs6624.
507
251cb88e
MH
508config VIDEO_MT9M032
509 tristate "MT9M032 camera sensor support"
5bfa474b 510 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
724f4a32 511 depends on MEDIA_CAMERA_SUPPORT
251cb88e
MH
512 select VIDEO_APTINA_PLL
513 ---help---
514 This driver supports MT9M032 camera sensors from Aptina, monochrome
515 models only.
516
418d93ac
JM
517config VIDEO_MT9P031
518 tristate "Aptina MT9P031 support"
86caf811 519 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
724f4a32 520 depends on MEDIA_CAMERA_SUPPORT
08cd43cc 521 select VIDEO_APTINA_PLL
418d93ac
JM
522 ---help---
523 This is a Video4Linux2 sensor-level driver for the Aptina
524 (Micron) mt9p031 5 Mpixel camera.
525
0a54b86a
LP
526config VIDEO_MT9T001
527 tristate "Aptina MT9T001 support"
86caf811 528 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
724f4a32 529 depends on MEDIA_CAMERA_SUPPORT
0a54b86a
LP
530 ---help---
531 This is a Video4Linux2 sensor-level driver for the Aptina
532 (Micron) mt0t001 3 Mpixel camera.
533
81f2030a
MCC
534config VIDEO_MT9V011
535 tristate "Micron mt9v011 sensor support"
536 depends on I2C && VIDEO_V4L2
724f4a32 537 depends on MEDIA_CAMERA_SUPPORT
81f2030a
MCC
538 ---help---
539 This is a Video4Linux2 sensor-level driver for the Micron
540 mt0v011 1.3 Mpixel camera. It currently only works with the
541 em28xx driver.
542
543config VIDEO_MT9V032
544 tristate "Micron MT9V032 sensor support"
545 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
724f4a32 546 depends on MEDIA_CAMERA_SUPPORT
81f2030a
MCC
547 ---help---
548 This is a Video4Linux2 sensor-level driver for the Micron
549 MT9V032 752x480 CMOS sensor.
550
551config VIDEO_TCM825X
552 tristate "TCM825x camera sensor support"
553 depends on I2C && VIDEO_V4L2
724f4a32 554 depends on MEDIA_CAMERA_SUPPORT
81f2030a
MCC
555 ---help---
556 This is a driver for the Toshiba TCM825x VGA camera sensor.
557 It is used for example in Nokia N800.
558
3accb18c
SN
559config VIDEO_SR030PC30
560 tristate "Siliconfile SR030PC30 sensor support"
561 depends on I2C && VIDEO_V4L2
724f4a32 562 depends on MEDIA_CAMERA_SUPPORT
3accb18c
SN
563 ---help---
564 This driver supports SR030PC30 VGA camera from Siliconfile
565
566config VIDEO_NOON010PC30
567 tristate "Siliconfile NOON010PC30 sensor support"
568 depends on I2C && VIDEO_V4L2 && EXPERIMENTAL && VIDEO_V4L2_SUBDEV_API
724f4a32 569 depends on MEDIA_CAMERA_SUPPORT
3accb18c
SN
570 ---help---
571 This driver supports NOON010PC30 CIF camera from Siliconfile
572
573source "drivers/media/video/m5mols/Kconfig"
574
bfa8dd3a
SN
575config VIDEO_S5K6AA
576 tristate "Samsung S5K6AAFX sensor support"
724f4a32 577 depends on MEDIA_CAMERA_SUPPORT
bfa8dd3a
SN
578 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
579 ---help---
580 This is a V4L2 sensor-level driver for Samsung S5K6AA(FX) 1.3M
581 camera sensor with an embedded SoC image signal processor.
582
ccfc97bd
SA
583source "drivers/media/video/smiapp/Kconfig"
584
13abadad
SA
585comment "Flash devices"
586
587config VIDEO_ADP1653
588 tristate "ADP1653 flash support"
589 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
724f4a32 590 depends on MEDIA_CAMERA_SUPPORT
13abadad
SA
591 ---help---
592 This is a driver for the ADP1653 flash controller. It is used for
593 example in Nokia N900.
594
22db44cb
LP
595config VIDEO_AS3645A
596 tristate "AS3645A flash driver support"
597 depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
724f4a32 598 depends on MEDIA_CAMERA_SUPPORT
22db44cb
LP
599 ---help---
600 This is a driver for the AS3645A and LM3555 flash controllers. It has
601 build in control for flash, torch and indicator LEDs.
602
1450e6be
MCC
603comment "Video improvement chips"
604
605config VIDEO_UPD64031A
606 tristate "NEC Electronics uPD64031A Ghost Reduction"
7a06f3f2 607 depends on VIDEO_V4L2 && I2C
e273db7a 608 ---help---
1450e6be
MCC
609 Support for the NEC Electronics uPD64031A Ghost Reduction
610 video chip. It is most often found in NTSC TV cards made for
611 Japan and is used to reduce the 'ghosting' effect that can
612 be present in analog TV broadcasts.
e273db7a
MK
613
614 To compile this driver as a module, choose M here: the
1450e6be 615 module will be called upd64031a.
e273db7a 616
1450e6be
MCC
617config VIDEO_UPD64083
618 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
7a06f3f2 619 depends on VIDEO_V4L2 && I2C
88ca8ed0 620 ---help---
1450e6be
MCC
621 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
622 separation video chip. It is used to improve the quality of
623 the colors of a composite signal.
88ca8ed0
SA
624
625 To compile this driver as a module, choose M here: the
1450e6be 626 module will be called upd64083.
88ca8ed0 627
81f2030a
MCC
628comment "Miscelaneous helper chips"
629
630config VIDEO_THS7303
631 tristate "THS7303 Video Amplifier"
632 depends on I2C
633 help
634 Support for TI THS7303 video amplifier
635
636 To compile this driver as a module, choose M here: the
637 module will be called ths7303.
638
639config VIDEO_M52790
640 tristate "Mitsubishi M52790 A/V switch"
641 depends on VIDEO_V4L2 && I2C
642 ---help---
643 Support for the Mitsubishi M52790 A/V switch.
644
645 To compile this driver as a module, choose M here: the
646 module will be called m52790.
647
1450e6be
MCC
648endmenu # encoder / decoder chips
649
486eeb56
HV
650config VIDEO_VIVI
651 tristate "Virtual Video Driver"
652 depends on VIDEO_DEV && VIDEO_V4L2 && !SPARC32 && !SPARC64
653 depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE
654 select FONT_8x16
655 select VIDEOBUF2_VMALLOC
656 default n
657 ---help---
658 Enables a virtual video driver. This device shows a color bar
659 and a timestamp, as a real device would generate by using V4L2
660 api.
661 Say Y here if you want to test video apps or debug V4L devices.
662 In doubt, say N.
663
044ab153
HV
664#
665# USB Multimedia device configuration
666#
667
668menuconfig V4L_USB_DRIVERS
669 bool "V4L USB devices"
670 depends on USB
671 default y
672
724f4a32 673if V4L_USB_DRIVERS && MEDIA_CAMERA_SUPPORT
044ab153 674
724f4a32 675 comment "Webcam devices"
711e1bfb 676
044ab153
HV
677source "drivers/media/video/uvc/Kconfig"
678
679source "drivers/media/video/gspca/Kconfig"
680
044ab153
HV
681source "drivers/media/video/pwc/Kconfig"
682
486eeb56
HV
683source "drivers/media/video/cpia2/Kconfig"
684
044ab153
HV
685config USB_ZR364XX
686 tristate "USB ZR364XX Camera support"
687 depends on VIDEO_V4L2
688 select VIDEOBUF_GEN
689 select VIDEOBUF_VMALLOC
690 ---help---
691 Say Y here if you want to connect this type of camera to your
692 computer's USB port.
693 See <file:Documentation/video4linux/zr364xx.txt> for more info
694 and list of supported cameras.
695
696 To compile this driver as a module, choose M here: the
697 module will be called zr364xx.
698
699config USB_STKWEBCAM
700 tristate "USB Syntek DC1125 Camera support"
701 depends on VIDEO_V4L2 && EXPERIMENTAL
702 ---help---
703 Say Y here if you want to use this type of camera.
704 Supported devices are typically found in some Asus laptops,
705 with USB id 174f:a311 and 05e1:0501. Other Syntek cameras
706 may be supported by the stk11xx driver, from which this is
707 derived, see <http://sourceforge.net/projects/syntekdriver/>
708
709 To compile this driver as a module, choose M here: the
710 module will be called stkwebcam.
711
712config USB_S2255
713 tristate "USB Sensoray 2255 video capture device"
714 depends on VIDEO_V4L2
715 select VIDEOBUF_VMALLOC
716 default n
717 help
718 Say Y here if you want support for the Sensoray 2255 USB device.
719 This driver can be compiled as a module, called s2255drv.
720
724f4a32
MCC
721source "drivers/media/video/sn9c102/Kconfig"
722
723endif # V4L_USB_DRIVERS && MEDIA_CAMERA_SUPPORT
724
725if V4L_USB_DRIVERS
726
727 comment "Webcam and/or TV USB devices"
728
729source "drivers/media/video/em28xx/Kconfig"
730
731endif
732
733if V4L_USB_DRIVERS && MEDIA_ANALOG_TV_SUPPORT
734
735 comment "TV USB devices"
736
737source "drivers/media/video/au0828/Kconfig"
738
739source "drivers/media/video/pvrusb2/Kconfig"
740
741source "drivers/media/video/hdpvr/Kconfig"
742
743source "drivers/media/video/tlg2300/Kconfig"
744
745source "drivers/media/video/cx231xx/Kconfig"
746
747source "drivers/media/video/tm6000/Kconfig"
748
749source "drivers/media/video/usbvision/Kconfig"
750
044ab153
HV
751endif # V4L_USB_DRIVERS
752
486eeb56 753#
724f4a32 754# PCI drivers configuration - No devices here are for webcams
486eeb56
HV
755#
756
757menuconfig V4L_PCI_DRIVERS
758 bool "V4L PCI(e) devices"
759 depends on PCI
724f4a32 760 depends on MEDIA_ANALOG_TV_SUPPORT
486eeb56 761 default y
e273db7a 762 ---help---
486eeb56
HV
763 Say Y here to enable support for these PCI(e) drivers.
764
765if V4L_PCI_DRIVERS
766
1450e6be
MCC
767source "drivers/media/video/bt8xx/Kconfig"
768
486eeb56 769source "drivers/media/video/cx18/Kconfig"
1450e6be 770
486eeb56
HV
771source "drivers/media/video/cx23885/Kconfig"
772
773source "drivers/media/video/cx25821/Kconfig"
774
775source "drivers/media/video/cx88/Kconfig"
776
777config VIDEO_HEXIUM_GEMINI
778 tristate "Hexium Gemini frame grabber"
779 depends on PCI && VIDEO_V4L2 && I2C
780 select VIDEO_SAA7146_VV
781 ---help---
782 This is a video4linux driver for the Hexium Gemini frame
783 grabber card by Hexium. Please note that the Gemini Dual
784 card is *not* fully supported.
785
786 To compile this driver as a module, choose M here: the
787 module will be called hexium_gemini.
788
789config VIDEO_HEXIUM_ORION
790 tristate "Hexium HV-PCI6 and Orion frame grabber"
791 depends on PCI && VIDEO_V4L2 && I2C
792 select VIDEO_SAA7146_VV
793 ---help---
794 This is a video4linux driver for the Hexium HV-PCI6 and
795 Orion frame grabber cards by Hexium.
796
797 To compile this driver as a module, choose M here: the
798 module will be called hexium_orion.
799
800source "drivers/media/video/ivtv/Kconfig"
faa1cb20 801
1450e6be
MCC
802config VIDEO_MEYE
803 tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
51270617 804 depends on PCI && SONY_LAPTOP && VIDEO_V4L2
faa1cb20 805 ---help---
1450e6be
MCC
806 This is the video4linux driver for the Motion Eye camera found
807 in the Vaio Picturebook laptops. Please read the material in
808 <file:Documentation/video4linux/meye.txt> for more information.
809
cbefb762 810 If you say Y or M here, you need to say Y or M to "Sony Laptop
811 Extras" in the misc device section.
faa1cb20
MCC
812
813 To compile this driver as a module, choose M here: the
1450e6be 814 module will be called meye.
faa1cb20 815
1450e6be
MCC
816config VIDEO_MXB
817 tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
d2f2d6d0 818 depends on PCI && VIDEO_V4L2 && I2C
1450e6be 819 select VIDEO_SAA7146_VV
fdbbfb09 820 select VIDEO_TUNER
107063c6 821 select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO
1450e6be
MCC
822 select VIDEO_TDA9840 if VIDEO_HELPER_CHIPS_AUTO
823 select VIDEO_TEA6415C if VIDEO_HELPER_CHIPS_AUTO
824 select VIDEO_TEA6420 if VIDEO_HELPER_CHIPS_AUTO
ac9ec935 825 ---help---
1450e6be
MCC
826 This is a video4linux driver for the 'Multimedia eXtension Board'
827 TV card by Siemens-Nixdorf.
ac9ec935
MK
828
829 To compile this driver as a module, choose M here: the
1450e6be 830 module will be called mxb.
ac9ec935 831
486eeb56 832source "drivers/media/video/saa7134/Kconfig"
265a6510 833
486eeb56 834source "drivers/media/video/saa7164/Kconfig"
1a0adaf3 835
486eeb56 836source "drivers/media/video/zoran/Kconfig"
1c1e45d1 837
efeb98b4
FV
838config STA2X11_VIP
839 tristate "STA2X11 VIP Video For Linux"
840 depends on STA2X11
841 select VIDEO_ADV7180 if VIDEO_HELPER_CHIPS_AUTO
842 select VIDEOBUF_DMA_CONTIG
843 depends on PCI && VIDEO_V4L2 && VIRT_TO_BUS
844 help
845 Say Y for support for STA2X11 VIP (Video Input Port) capture
846 device.
847
848 To compile this driver as a module, choose M here: the
849 module will be called sta2x11_vip.
850
486eeb56 851endif # V4L_PCI_DRIVERS
443c1228 852
a3c581be
HV
853#
854# ISA & parallel port drivers configuration
724f4a32 855# All devices here are webcam or grabber devices
a3c581be
HV
856#
857
858menuconfig V4L_ISA_PARPORT_DRIVERS
859 bool "V4L ISA and parallel port devices"
860 depends on ISA || PARPORT
724f4a32 861 depends on MEDIA_CAMERA_SUPPORT
a3c581be
HV
862 default n
863 ---help---
864 Say Y here to enable support for these ISA and parallel port drivers.
865
866if V4L_ISA_PARPORT_DRIVERS
867
868config VIDEO_BWQCAM
869 tristate "Quickcam BW Video For Linux"
870 depends on PARPORT && VIDEO_V4L2
871 help
872 Say Y have if you the black and white version of the QuickCam
873 camera. See the next option for the color version.
874
875 To compile this driver as a module, choose M here: the
876 module will be called bw-qcam.
877
878config VIDEO_CQCAM
053fed7e
HV
879 tristate "QuickCam Colour Video For Linux"
880 depends on PARPORT && VIDEO_V4L2
a3c581be
HV
881 help
882 This is the video4linux driver for the colour version of the
883 Connectix QuickCam. If you have one of these cameras, say Y here,
884 otherwise say N. This driver does not work with the original
885 monochrome QuickCam, QuickCam VC or QuickClip. It is also available
886 as a module (c-qcam).
887 Read <file:Documentation/video4linux/CQcam.txt> for more information.
888
889config VIDEO_PMS
890 tristate "Mediavision Pro Movie Studio Video For Linux"
891 depends on ISA && VIDEO_V4L2
892 help
893 Say Y if you have the ISA Mediavision Pro Movie Studio
894 capture card.
895
896 To compile this driver as a module, choose M here: the
897 module will be called pms.
898
899config VIDEO_W9966
900 tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
901 depends on PARPORT_1284 && PARPORT && VIDEO_V4L2
902 help
903 Video4linux driver for Winbond's w9966 based Webcams.
904 Currently tested with the LifeView FlyCam Supra.
905 If you have one of these cameras, say Y here
906 otherwise say N.
907 This driver is also available as a module (w9966).
908
909 Check out <file:Documentation/video4linux/w9966.txt> for more
910 information.
911
912endif # V4L_ISA_PARPORT_DRIVERS
913
724f4a32
MCC
914#
915# Platform drivers
916# All drivers here are currently for webcam support
917
e9eb0dad
HV
918menuconfig V4L_PLATFORM_DRIVERS
919 bool "V4L platform devices"
724f4a32 920 depends on MEDIA_CAMERA_SUPPORT
e9eb0dad
HV
921 default n
922 ---help---
923 Say Y here to enable support for platform-specific V4L drivers.
924
925if V4L_PLATFORM_DRIVERS
926
f8fc7298
JC
927source "drivers/media/video/marvell-ccic/Kconfig"
928
9fa0b852
HV
929config VIDEO_VIA_CAMERA
930 tristate "VIAFB camera controller support"
931 depends on FB_VIA
932 select VIDEOBUF_DMA_SG
933 select VIDEO_OV7670
934 help
935 Driver support for the integrated camera controller in VIA
936 Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems
937 with ov7670 sensors.
938
939#
940# Platform multimedia device configuration
941#
942
943source "drivers/media/video/davinci/Kconfig"
944
945source "drivers/media/video/omap/Kconfig"
946
63b1a90d
SJ
947source "drivers/media/video/blackfin/Kconfig"
948
9fa0b852
HV
949config VIDEO_SH_VOU
950 tristate "SuperH VOU video output driver"
951 depends on VIDEO_DEV && ARCH_SHMOBILE
952 select VIDEOBUF_DMA_CONTIG
953 help
954 Support for the Video Output Unit (VOU) on SuperH SoCs.
955
956config VIDEO_VIU
957 tristate "Freescale VIU Video Driver"
958 depends on VIDEO_V4L2 && PPC_MPC512x
959 select VIDEOBUF_DMA_CONTIG
960 default y
961 ---help---
962 Support for Freescale VIU video driver. This device captures
963 video data, or overlays video on DIU frame buffer.
964
965 Say Y here if you want to enable VIU device on MPC5121e Rev2+.
966 In doubt, say N.
967
968config VIDEO_TIMBERDALE
969 tristate "Support for timberdale Video In/LogiWIN"
970 depends on VIDEO_V4L2 && I2C && DMADEVICES
971 select DMA_ENGINE
972 select TIMB_DMA
973 select VIDEO_ADV7180
974 select VIDEOBUF_DMA_CONTIG
975 ---help---
976 Add support for the Video In peripherial of the timberdale FPGA.
977
978config VIDEO_VINO
979 tristate "SGI Vino Video For Linux"
980 depends on I2C && SGI_IP22 && VIDEO_V4L2
981 select VIDEO_SAA7191 if VIDEO_HELPER_CHIPS_AUTO
982 help
983 Say Y here to build in support for the Vino video input system found
984 on SGI Indy machines.
985
1450e6be
MCC
986config VIDEO_M32R_AR
987 tristate "AR devices"
b8e56b6f 988 depends on M32R && VIDEO_V4L2
add953ce 989 ---help---
1450e6be
MCC
990 This is a video4linux driver for the Renesas AR (Artificial Retina)
991 camera module.
add953ce 992
1450e6be
MCC
993config VIDEO_M32R_AR_M64278
994 tristate "AR device with color module M64278(VGA)"
995 depends on PLAT_M32700UT
996 select VIDEO_M32R_AR
add953ce 997 ---help---
1450e6be
MCC
998 This is a video4linux driver for the Renesas AR (Artificial
999 Retina) with M64278E-800 camera module.
1000 This module supports VGA(640x480 pixels) resolutions.
add953ce
HV
1001
1002 To compile this driver as a module, choose M here: the
1450e6be 1003 module will be called arv.
f8962605 1004
7e8970e1
LP
1005config VIDEO_OMAP3
1006 tristate "OMAP 3 Camera support (EXPERIMENTAL)"
7b6d45f1 1007 depends on OMAP_IOVMM && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API && ARCH_OMAP3 && EXPERIMENTAL
7e8970e1
LP
1008 ---help---
1009 Driver for an OMAP 3 camera controller.
1010
1011config VIDEO_OMAP3_DEBUG
1012 bool "OMAP 3 Camera debug messages"
1013 depends on VIDEO_OMAP3
1014 ---help---
1015 Enable debug messages on OMAP 3 camera controller driver.
1016
96f1e404
MCC
1017config SOC_CAMERA
1018 tristate "SoC camera support"
9d6f7f60 1019 depends on VIDEO_V4L2 && HAS_DMA && I2C
96f1e404 1020 select VIDEOBUF_GEN
592c2aba 1021 select VIDEOBUF2_CORE
96f1e404
MCC
1022 help
1023 SoC Camera is a common API to several cameras, not connecting
1024 over a bus like PCI or USB. For example some i2c camera connected
1025 directly to the data bus of an SoC.
1026
67826235
GL
1027config SOC_CAMERA_IMX074
1028 tristate "imx074 support"
1029 depends on SOC_CAMERA && I2C
1030 help
1031 This driver supports IMX074 cameras from Sony
1032
96f1e404
MCC
1033config SOC_CAMERA_MT9M001
1034 tristate "mt9m001 support"
1035 depends on SOC_CAMERA && I2C
1036 select GPIO_PCA953X if MT9M001_PCA9536_SWITCH
1037 help
1038 This driver supports MT9M001 cameras from Micron, monochrome
1039 and colour models.
1040
77110abb 1041config SOC_CAMERA_MT9M111
c8cf078e 1042 tristate "mt9m111, mt9m112 and mt9m131 support"
77110abb
RJ
1043 depends on SOC_CAMERA && I2C
1044 help
c8cf078e
PW
1045 This driver supports MT9M111, MT9M112 and MT9M131 cameras from
1046 Micron/Aptina
77110abb 1047
4e96fd08
GL
1048config SOC_CAMERA_MT9T031
1049 tristate "mt9t031 support"
1050 depends on SOC_CAMERA && I2C
1051 help
1052 This driver supports MT9T031 cameras from Micron.
1053
858424b9
KM
1054config SOC_CAMERA_MT9T112
1055 tristate "mt9t112 support"
1056 depends on SOC_CAMERA && I2C
1057 help
1058 This driver supports MT9T112 cameras from Aptina.
1059
96f1e404
MCC
1060config SOC_CAMERA_MT9V022
1061 tristate "mt9v022 support"
1062 depends on SOC_CAMERA && I2C
1063 select GPIO_PCA953X if MT9V022_PCA9536_SWITCH
1064 help
1065 This driver supports MT9V022 cameras from Micron
1066
8f37cf25
GL
1067config SOC_CAMERA_RJ54N1
1068 tristate "rj54n1cb0c support"
1069 depends on SOC_CAMERA && I2C
1070 help
1071 This is a rj54n1cb0c video driver
1072
ed922a89
KM
1073config SOC_CAMERA_TW9910
1074 tristate "tw9910 support"
1075 depends on SOC_CAMERA && I2C
1076 help
1077 This is a tw9910 video driver
1078
96f1e404
MCC
1079config SOC_CAMERA_PLATFORM
1080 tristate "platform camera support"
1081 depends on SOC_CAMERA
1082 help
1083 This is a generic SoC camera platform driver, useful for testing
1084
3153ac9c
AP
1085config SOC_CAMERA_OV2640
1086 tristate "ov2640 camera support"
1087 depends on SOC_CAMERA && I2C
1088 help
1089 This is a ov2640 camera driver
1090
b52a851d
BH
1091config SOC_CAMERA_OV5642
1092 tristate "ov5642 camera support"
1093 depends on SOC_CAMERA && I2C
1094 help
1095 This is a V4L2 camera driver for the OmniVision OV5642 sensor
1096
2f6e2404
JK
1097config SOC_CAMERA_OV6650
1098 tristate "ov6650 sensor support"
1099 depends on SOC_CAMERA && I2C
1100 ---help---
1101 This is a V4L2 SoC camera driver for the OmniVision OV6650 sensor
1102
08a66aea
KM
1103config SOC_CAMERA_OV772X
1104 tristate "ov772x camera support"
1105 depends on SOC_CAMERA && I2C
1106 help
1107 This is a ov772x camera driver
1108
8d648271
MV
1109config SOC_CAMERA_OV9640
1110 tristate "ov9640 camera support"
1111 depends on SOC_CAMERA && I2C
1112 help
1113 This is a ov9640 camera driver
1114
9bd060e4
AC
1115config SOC_CAMERA_OV9740
1116 tristate "ov9740 camera support"
1117 depends on SOC_CAMERA && I2C
1118 help
1119 This is a ov9740 camera driver
1120
6acc81c3
PZ
1121config MX1_VIDEO
1122 bool
1123
1124config VIDEO_MX1
1125 tristate "i.MX1/i.MXL CMOS Sensor Interface driver"
1126 depends on VIDEO_DEV && ARCH_MX1 && SOC_CAMERA
1127 select FIQ
1128 select VIDEOBUF_DMA_CONTIG
1129 select MX1_VIDEO
1130 ---help---
1131 This is a v4l2 driver for the i.MX1/i.MXL CMOS Sensor Interface
1132
c2e5307b
VL
1133config MX3_VIDEO
1134 bool
1135
4f67130a
GL
1136config VIDEO_MX3
1137 tristate "i.MX3x Camera Sensor Interface driver"
1138 depends on VIDEO_DEV && MX3_IPU && SOC_CAMERA
122af366 1139 select VIDEOBUF2_DMA_CONTIG
c2e5307b 1140 select MX3_VIDEO
4f67130a
GL
1141 ---help---
1142 This is a v4l2 driver for the i.MX3x Camera Sensor Interface
1143
96f1e404
MCC
1144config VIDEO_PXA27x
1145 tristate "PXA27x Quick Capture Interface driver"
1146 depends on VIDEO_DEV && PXA27x && SOC_CAMERA
1147 select VIDEOBUF_DMA_SG
1148 ---help---
1149 This is a v4l2 driver for the PXA27x Quick Capture Interface
1150
077e2c10
GL
1151config VIDEO_SH_MOBILE_CSI2
1152 tristate "SuperH Mobile MIPI CSI-2 Interface driver"
1153 depends on VIDEO_DEV && SOC_CAMERA && HAVE_CLK
1154 ---help---
1155 This is a v4l2 driver for the SuperH MIPI CSI-2 Interface
1156
96f1e404
MCC
1157config VIDEO_SH_MOBILE_CEU
1158 tristate "SuperH Mobile CEU Interface driver"
af505b1e 1159 depends on VIDEO_DEV && SOC_CAMERA && HAS_DMA && HAVE_CLK
a616898d 1160 select VIDEOBUF2_DMA_CONTIG
96f1e404
MCC
1161 ---help---
1162 This is a v4l2 driver for the SuperH Mobile CEU Interface
1163
bdc621fc
JK
1164config VIDEO_OMAP1
1165 tristate "OMAP1 Camera Interface driver"
1166 depends on VIDEO_DEV && ARCH_OMAP1 && SOC_CAMERA
1167 select VIDEOBUF_DMA_CONTIG
1168 select VIDEOBUF_DMA_SG
1169 ---help---
1170 This is a v4l2 driver for the TI OMAP1 camera interface
1171
39aee69a
SA
1172config VIDEO_OMAP2
1173 tristate "OMAP2 Camera Capture Interface driver"
1174 depends on VIDEO_DEV && ARCH_OMAP2
1175 select VIDEOBUF_DMA_SG
1176 ---help---
1177 This is a v4l2 driver for the TI OMAP2 camera capture interface
1178
2066930d 1179config VIDEO_MX2_HOSTSUPPORT
81f2030a 1180 bool
2066930d
BS
1181
1182config VIDEO_MX2
1183 tristate "i.MX27/i.MX25 Camera Sensor Interface driver"
1184 depends on VIDEO_DEV && SOC_CAMERA && (MACH_MX27 || ARCH_MX25)
0c22affe 1185 select VIDEOBUF2_DMA_CONTIG
2066930d
BS
1186 select VIDEO_MX2_HOSTSUPPORT
1187 ---help---
1188 This is a v4l2 driver for the i.MX27 and the i.MX25 Camera Sensor
1189 Interface
1190
195ebc43
JW
1191config VIDEO_ATMEL_ISI
1192 tristate "ATMEL Image Sensor Interface (ISI) support"
1193 depends on VIDEO_DEV && SOC_CAMERA && ARCH_AT91
1194 select VIDEOBUF2_DMA_CONTIG
1195 ---help---
1196 This module makes the ATMEL Image Sensor Interface available
1197 as a v4l2 device.
1198
4af81310 1199source "drivers/media/video/s5p-fimc/Kconfig"
a52074ee
TS
1200source "drivers/media/video/s5p-tv/Kconfig"
1201
e9eb0dad 1202endif # V4L_PLATFORM_DRIVERS
c5da5afb 1203endif # VIDEO_CAPTURE_DRIVERS
7f98639d
PO
1204
1205menuconfig V4L_MEM2MEM_DRIVERS
1206 bool "Memory-to-memory multimedia devices"
1207 depends on VIDEO_V4L2
1208 default n
1209 ---help---
1210 Say Y here to enable selecting drivers for V4L devices that
1211 use system memory for both source and destination buffers, as opposed
1212 to capture and output drivers, which use memory buffers for just
1213 one of those.
96d8eab5
PO
1214
1215if V4L_MEM2MEM_DRIVERS
1216
1217config VIDEO_MEM2MEM_TESTDEV
1218 tristate "Virtual test device for mem2mem framework"
1219 depends on VIDEO_DEV && VIDEO_V4L2
d80ee38c 1220 select VIDEOBUF2_VMALLOC
96d8eab5
PO
1221 select V4L2_MEM2MEM_DEV
1222 default n
1223 ---help---
1224 This is a virtual test device for the memory-to-memory driver
1225 framework.
1226
91884734
KD
1227config VIDEO_SAMSUNG_S5P_G2D
1228 tristate "Samsung S5P and EXYNOS4 G2D 2d graphics accelerator driver"
1229 depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
1230 select VIDEOBUF2_DMA_CONTIG
1231 select V4L2_MEM2MEM_DEV
1232 default n
1233 ---help---
1234 This is a v4l2 driver for Samsung S5P and EXYNOS4 G2D
1235 2d graphics accelerator.
5fd8f738 1236
bb677f3a
AP
1237config VIDEO_SAMSUNG_S5P_JPEG
1238 tristate "Samsung S5P/Exynos4 JPEG codec driver (EXPERIMENTAL)"
1239 depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P && EXPERIMENTAL
1240 select VIDEOBUF2_DMA_CONTIG
1241 select V4L2_MEM2MEM_DEV
1242 ---help---
1243 This is a v4l2 driver for Samsung S5P and EXYNOS4 JPEG codec
1244
af935746
KD
1245config VIDEO_SAMSUNG_S5P_MFC
1246 tristate "Samsung S5P MFC 5.1 Video Codec"
1247 depends on VIDEO_DEV && VIDEO_V4L2 && PLAT_S5P
1248 select VIDEOBUF2_DMA_CONTIG
1249 default n
1250 help
1251 MFC 5.1 driver for V4L2.
1252
8091cb7d
JM
1253config VIDEO_MX2_EMMAPRP
1254 tristate "MX2 eMMa-PrP support"
1255 depends on VIDEO_DEV && VIDEO_V4L2 && SOC_IMX27
1256 select VIDEOBUF2_DMA_CONTIG
1257 select V4L2_MEM2MEM_DEV
1258 help
1259 MX2X chips have a PrP that can be used to process buffers from
1260 memory to memory. Operations include resizing and format
1261 conversion.
1262
96d8eab5 1263endif # V4L_MEM2MEM_DRIVERS