blob: bff9d8f51dab72de6125513d3e43e859f41f951f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Multimedia Video device configuration
3#
4
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -03005menu "Video Capture Adapters"
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 depends on VIDEO_DEV
7
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -03008comment "Video Capture Adapters"
Linus Torvalds1da177e2005-04-16 15:20:36 -07009
Mauro Carvalho Chehab21dcd8c2006-01-09 15:25:37 -020010config VIDEO_ADV_DEBUG
11 bool "Enable advanced debug functionality"
12 depends on VIDEO_DEV
13 default n
14 ---help---
15 Say Y here to enable advanced debugging functionality on some
16 V4L devices.
17 In doubt, say N.
18
Manu Abrahamfaecfb12006-03-17 12:07:22 -030019source "drivers/media/video/bt8xx/Kconfig"
Michael Krufky141a8772005-11-08 21:38:13 -080020
Mauro Carvalho Chehab10b89ee2005-09-09 13:04:03 -070021config VIDEO_SAA6588
22 tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030023 depends on I2C && VIDEO_BT848
Mauro Carvalho Chehab10b89ee2005-09-09 13:04:03 -070024
25 help
26 Support for Radio Data System (RDS) decoder. This allows seeing
27 radio station identification transmitted using this standard.
28 Currentlly, it works only with bt8x8 chips.
29
30 To compile this driver as a module, choose M here: the
31 module will be called saa6588.
32
Linus Torvalds1da177e2005-04-16 15:20:36 -070033config VIDEO_PMS
34 tristate "Mediavision Pro Movie Studio Video For Linux"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030035 depends on ISA && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -070036 help
37 Say Y if you have such a thing.
38
39 To compile this driver as a module, choose M here: the
40 module will be called pms.
41
42config VIDEO_PLANB
43 tristate "PlanB Video-In on PowerMac"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030044 depends on PPC_PMAC && VIDEO_V4L1 && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -070045 help
46 PlanB is the V4L driver for the PowerMac 7x00/8x00 series video
47 input hardware. If you want to experiment with this, say Y.
48 Otherwise, or if you don't understand a word, say N. See
49 <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info.
50
51 Saying M will compile this driver as a module (planb).
52
53config VIDEO_BWQCAM
54 tristate "Quickcam BW Video For Linux"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030055 depends on PARPORT && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -070056 help
57 Say Y have if you the black and white version of the QuickCam
58 camera. See the next option for the color version.
59
60 To compile this driver as a module, choose M here: the
61 module will be called bw-qcam.
62
63config VIDEO_CQCAM
64 tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030065 depends on EXPERIMENTAL && PARPORT && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -070066 help
67 This is the video4linux driver for the colour version of the
68 Connectix QuickCam. If you have one of these cameras, say Y here,
69 otherwise say N. This driver does not work with the original
70 monochrome QuickCam, QuickCam VC or QuickClip. It is also available
71 as a module (c-qcam).
72 Read <file:Documentation/video4linux/CQcam.txt> for more information.
73
74config VIDEO_W9966
75 tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030076 depends on PARPORT_1284 && PARPORT && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -070077 help
78 Video4linux driver for Winbond's w9966 based Webcams.
79 Currently tested with the LifeView FlyCam Supra.
80 If you have one of these cameras, say Y here
81 otherwise say N.
82 This driver is also available as a module (w9966).
83
84 Check out <file:Documentation/video4linux/w9966.txt> for more
85 information.
86
87config VIDEO_CPIA
88 tristate "CPiA Video For Linux"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -030089 depends on VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -070090 ---help---
91 This is the video4linux driver for cameras based on Vision's CPiA
92 (Colour Processor Interface ASIC), such as the Creative Labs Video
93 Blaster Webcam II. If you have one of these cameras, say Y here
94 and select parallel port and/or USB lowlevel support below,
95 otherwise say N. This will not work with the Creative Webcam III.
96
97 Please read <file:Documentation/video4linux/README.cpia> for more
98 information.
99
100 This driver is also available as a module (cpia).
101
102config VIDEO_CPIA_PP
103 tristate "CPiA Parallel Port Lowlevel Support"
104 depends on PARPORT_1284 && VIDEO_CPIA && PARPORT
105 help
106 This is the lowlevel parallel port support for cameras based on
107 Vision's CPiA (Colour Processor Interface ASIC), such as the
108 Creative Webcam II. If you have the parallel port version of one
109 of these cameras, say Y here, otherwise say N. It is also available
110 as a module (cpia_pp).
111
112config VIDEO_CPIA_USB
113 tristate "CPiA USB Lowlevel Support"
114 depends on VIDEO_CPIA && USB
115 help
116 This is the lowlevel USB support for cameras based on Vision's CPiA
117 (Colour Processor Interface ASIC), such as the Creative Webcam II.
118 If you have the USB version of one of these cameras, say Y here,
119 otherwise say N. This will not work with the Creative Webcam III.
120 It is also available as a module (cpia_usb).
121
Michael Krufky49444fe2006-03-14 00:52:20 -0300122source "drivers/media/video/cpia2/Kconfig"
Alan Coxab33d502006-02-27 00:09:05 -0300123
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124config VIDEO_SAA5246A
125 tristate "SAA5246A, SAA5281 Teletext processor"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300126 depends on I2C && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127 help
128 Support for I2C bus based teletext using the SAA5246A or SAA5281
129 chip. Useful only if you live in Europe.
130
131 To compile this driver as a module, choose M here: the
132 module will be called saa5246a.
133
134config VIDEO_SAA5249
135 tristate "SAA5249 Teletext processor"
136 depends on VIDEO_DEV && I2C
137 help
138 Support for I2C bus based teletext using the SAA5249 chip. At the
139 moment this is only useful on some European WinTV cards.
140
141 To compile this driver as a module, choose M here: the
142 module will be called saa5249.
143
144config TUNER_3036
145 tristate "SAB3036 tuner"
146 depends on VIDEO_DEV && I2C
147 help
148 Say Y here to include support for Philips SAB3036 compatible tuners.
149 If in doubt, say N.
150
151config VIDEO_VINO
152 tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300153 depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154 select I2C_ALGO_SGI
155 help
156 Say Y here to build in support for the Vino video input system found
157 on SGI Indy machines.
158
159config VIDEO_STRADIS
160 tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300161 depends on EXPERIMENTAL && PCI && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162 help
163 Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
164 driver for PCI. There is a product page at
Jiri Slabyb2a17e42006-01-11 19:41:40 -0200165 <http://www.stradis.com/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166
167config VIDEO_ZORAN
168 tristate "Zoran ZR36057/36067 Video For Linux"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300169 depends on PCI && I2C_ALGOBIT && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170 help
171 Say Y for support for MJPEG capture cards based on the Zoran
172 36057/36067 PCI controller chipset. This includes the Iomega
173 Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is
174 a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
175 more information, check <file:Documentation/video4linux/Zoran>.
176
177 To compile this driver as a module, choose M here: the
178 module will be called zr36067.
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800179
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180config VIDEO_ZORAN_BUZ
181 tristate "Iomega Buz support"
182 depends on VIDEO_ZORAN
183 help
184 Support for the Iomega Buz MJPEG capture/playback card.
185
186config VIDEO_ZORAN_DC10
187 tristate "Pinnacle/Miro DC10(+) support"
188 depends on VIDEO_ZORAN
189 help
190 Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback
191 card.
192
193config VIDEO_ZORAN_DC30
194 tristate "Pinnacle/Miro DC30(+) support"
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800195 depends on VIDEO_ZORAN
196 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197 Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback
198 card. This also supports really old DC10 cards based on the
199 zr36050 MJPEG codec and zr36016 VFE.
200
201config VIDEO_ZORAN_LML33
202 tristate "Linux Media Labs LML33 support"
203 depends on VIDEO_ZORAN
204 help
205 Support for the Linux Media Labs LML33 MJPEG capture/playback
206 card.
207
208config VIDEO_ZORAN_LML33R10
209 tristate "Linux Media Labs LML33R10 support"
210 depends on VIDEO_ZORAN
211 help
212 support for the Linux Media Labs LML33R10 MJPEG capture/playback
213 card.
214
215config VIDEO_ZR36120
216 tristate "Zoran ZR36120/36125 Video For Linux"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300217 depends on PCI && I2C && VIDEO_V4L1 && BROKEN
Linus Torvalds1da177e2005-04-16 15:20:36 -0700218 help
219 Support for ZR36120/ZR36125 based frame grabber/overlay boards.
220 This includes the Victor II, WaveWatcher, Video Wonder, Maxi-TV,
221 and Buster boards. Please read the material in
222 <file:Documentation/video4linux/zr36120.txt> for more information.
223
224 To compile this driver as a module, choose M here: the
225 module will be called zr36120.
226
227config VIDEO_MEYE
228 tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300229 depends on PCI && SONYPI && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230 ---help---
231 This is the video4linux driver for the Motion Eye camera found
232 in the Vaio Picturebook laptops. Please read the material in
233 <file:Documentation/video4linux/meye.txt> for more information.
234
235 If you say Y or M here, you need to say Y or M to "Sony Programmable
236 I/O Control Device" in the character device section.
237
238 To compile this driver as a module, choose M here: the
239 module will be called meye.
240
Michael Krufkyd5f69da2005-11-08 21:38:12 -0800241source "drivers/media/video/saa7134/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242
243config VIDEO_MXB
244 tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300245 depends on PCI && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700246 select VIDEO_SAA7146_VV
247 select VIDEO_TUNER
248 ---help---
249 This is a video4linux driver for the 'Multimedia eXtension Board'
250 TV card by Siemens-Nixdorf.
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800251
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252 To compile this driver as a module, choose M here: the
253 module will be called mxb.
254
255config VIDEO_DPC
256 tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300257 depends on PCI && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258 select VIDEO_SAA7146_VV
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300259 select VIDEO_V4L2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260 ---help---
261 This is a video4linux driver for the 'dpc7146 demonstration
262 board' by Philips-Semiconductors. It's the reference design
263 for SAA7146 bases boards, so if you have some unsupported
264 saa7146 based, analog video card, chances are good that it
265 will work with this skeleton driver.
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800266
Linus Torvalds1da177e2005-04-16 15:20:36 -0700267 To compile this driver as a module, choose M here: the
268 module will be called dpc7146.
269
270config VIDEO_HEXIUM_ORION
271 tristate "Hexium HV-PCI6 and Orion frame grabber"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300272 depends on PCI && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273 select VIDEO_SAA7146_VV
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300274 select VIDEO_V4L2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275 ---help---
276 This is a video4linux driver for the Hexium HV-PCI6 and
277 Orion frame grabber cards by Hexium.
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800278
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279 To compile this driver as a module, choose M here: the
280 module will be called hexium_orion.
281
282config VIDEO_HEXIUM_GEMINI
283 tristate "Hexium Gemini frame grabber"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300284 depends on PCI && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285 select VIDEO_SAA7146_VV
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300286 select VIDEO_V4L2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700287 ---help---
288 This is a video4linux driver for the Hexium Gemini frame
289 grabber card by Hexium. Please note that the Gemini Dual
290 card is *not* fully supported.
Mauro Carvalho Chehab674434c2005-12-12 00:37:28 -0800291
Linus Torvalds1da177e2005-04-16 15:20:36 -0700292 To compile this driver as a module, choose M here: the
293 module will be called hexium_gemini.
294
Michael Krufkyd5f69da2005-11-08 21:38:12 -0800295source "drivers/media/video/cx88/Kconfig"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296
297config VIDEO_OVCAMCHIP
298 tristate "OmniVision Camera Chip support"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300299 depends on I2C && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300 ---help---
301 Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
302 This driver is intended to be used with the ov511 and w9968cf USB
303 camera drivers.
304
305 To compile this driver as a module, choose M here: the
Hans Verkuiladd953c2006-03-29 14:56:17 -0300306 module will be called ovcamchip.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307
308config VIDEO_M32R_AR
309 tristate "AR devices"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300310 depends on M32R && VIDEO_V4L1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311 ---help---
312 This is a video4linux driver for the Renesas AR (Artificial Retina)
313 camera module.
314
315config VIDEO_M32R_AR_M64278
316 tristate "Use Colour AR module M64278(VGA)"
Al Virob545d482005-08-23 22:45:46 +0100317 depends on VIDEO_M32R_AR && PLAT_M32700UT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318 ---help---
319 Say Y here to use the Renesas M64278E-800 camera module,
320 which supports VGA(640x480 pixcels) size of images.
321
Michael Krufkyf8962602006-03-29 15:15:21 -0300322#
323# Encoder / Decoder module configuration
324#
325
326menu "Encoders and Decoders"
327 depends on VIDEO_DEV
328
Michael Krufkycfdd4ad2006-03-13 23:44:31 -0300329config VIDEO_MSP3400
330 tristate "Micronas MSP34xx audio decoders"
331 depends on VIDEO_DEV && I2C
332 ---help---
333 Support for the Micronas MSP34xx series of audio decoders.
334
335 To compile this driver as a module, choose M here: the
Hans Verkuiladd953c2006-03-29 14:56:17 -0300336 module will be called msp3400.
Mauro Carvalho Chehab770599d2005-11-13 16:07:45 -0800337
Michael Krufkye273db72006-03-16 14:48:38 -0300338config VIDEO_CS53L32A
339 tristate "Cirrus Logic CS53L32A audio ADC"
340 depends on VIDEO_DEV && I2C && EXPERIMENTAL
341 ---help---
342 Support for the Cirrus Logic CS53L32A low voltage
343 stereo A/D converter.
344
345 To compile this driver as a module, choose M here: the
Hans Verkuiladd953c2006-03-29 14:56:17 -0300346 module will be called cs53l32a.
Michael Krufkye273db72006-03-16 14:48:38 -0300347
348config VIDEO_WM8775
Hans Verkuil75c45702006-03-28 18:23:48 -0300349 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer"
Michael Krufkye273db72006-03-16 14:48:38 -0300350 depends on VIDEO_DEV && I2C && EXPERIMENTAL
351 ---help---
Hans Verkuil75c45702006-03-28 18:23:48 -0300352 Support for the Wolfson Microelectronics WM8775 high
353 performance stereo A/D Converter with a 4 channel input mixer.
Michael Krufkye273db72006-03-16 14:48:38 -0300354
355 To compile this driver as a module, choose M here: the
Hans Verkuiladd953c2006-03-29 14:56:17 -0300356 module will be called wm8775.
Michael Krufkye273db72006-03-16 14:48:38 -0300357
Hans Verkuil75c45702006-03-28 18:23:48 -0300358config VIDEO_WM8739
359 tristate "Wolfson Microelectronics WM8739 stereo audio ADC"
360 depends on VIDEO_DEV && I2C && EXPERIMENTAL
361 ---help---
362 Support for the Wolfson Microelectronics WM8739
363 stereo A/D Converter.
364
365 To compile this driver as a module, choose M here: the
Hans Verkuiladd953c2006-03-29 14:56:17 -0300366 module will be called wm8739.
Hans Verkuil75c45702006-03-28 18:23:48 -0300367
Michael Krufkyf6fe8c62006-03-14 00:35:07 -0300368source "drivers/media/video/cx25840/Kconfig"
369
Michael Krufkyac9ec932006-03-16 02:53:14 -0300370config VIDEO_SAA711X
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300371 tristate "Philips SAA7113/4/5 video decoders (OBSOLETED)"
372 depends on VIDEO_V4L1 && I2C && EXPERIMENTAL
Michael Krufkyac9ec932006-03-16 02:53:14 -0300373 ---help---
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300374 Old support for the Philips SAA7113/4 video decoders.
Michael Krufkyac9ec932006-03-16 02:53:14 -0300375
376 To compile this driver as a module, choose M here: the
Hans Verkuiladd953c2006-03-29 14:56:17 -0300377 module will be called saa7115.
Michael Krufkyac9ec932006-03-16 02:53:14 -0300378
379config VIDEO_SAA7127
380 tristate "Philips SAA7127/9 digital video encoders"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300381 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
Michael Krufkyac9ec932006-03-16 02:53:14 -0300382 ---help---
383 Support for the Philips SAA7127/9 digital video encoders.
384
385 To compile this driver as a module, choose M here: the
Hans Verkuiladd953c2006-03-29 14:56:17 -0300386 module will be called saa7127.
387
388config VIDEO_UPD64031A
389 tristate "NEC Electronics uPD64031A Ghost Reduction"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300390 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
Hans Verkuiladd953c2006-03-29 14:56:17 -0300391 ---help---
392 Support for the NEC Electronics uPD64031A Ghost Reduction
393 video chip. It is most often found in NTSC TV cards made for
394 Japan and is used to reduce the 'ghosting' effect that can
395 be present in analog TV broadcasts.
396
397 To compile this driver as a module, choose M here: the
398 module will be called upd64031a.
399
400config VIDEO_UPD64083
401 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300402 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
Hans Verkuiladd953c2006-03-29 14:56:17 -0300403 ---help---
404 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
405 separation video chip. It is used to improve the quality of
406 the colors of a composite signal.
407
408 To compile this driver as a module, choose M here: the
409 module will be called upd64083.
Michael Krufkyac9ec932006-03-16 02:53:14 -0300410
Michael Krufkyf8962602006-03-29 15:15:21 -0300411endmenu # encoder / decoder chips
412
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300413#
414# USB Multimedia device configuration
415#
416
417menu "V4L USB devices"
Mauro Carvalho Chehabd56410e2006-03-25 09:19:53 -0300418 depends on USB && VIDEO_DEV
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300419
420source "drivers/media/video/em28xx/Kconfig"
421
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300422config USB_DSBR
423 tristate "D-Link USB FM radio support (EXPERIMENTAL)"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300424 depends on USB && VIDEO_V4L1 && EXPERIMENTAL
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300425 ---help---
426 Say Y here if you want to connect this type of radio to your
427 computer's USB port. Note that the audio is not digital, and
428 you must connect the line out connector to a sound card or a
429 set of speakers.
430
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300431 To compile this driver as a module, choose M here: the
432 module will be called dsbr100.
433
Michael Krufky26ffb952006-03-29 15:15:21 -0300434source "drivers/media/video/usbvideo/Kconfig"
435
Michael Krufkye4a25ed2006-03-29 15:09:42 -0300436source "drivers/media/video/et61x251/Kconfig"
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300437
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300438config USB_OV511
439 tristate "USB OV511 Camera support"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300440 depends on USB && VIDEO_V4L1
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300441 ---help---
442 Say Y here if you want to connect this type of camera to your
Michael Krufky1864cfb2006-04-02 03:14:11 -0300443 computer's USB port. See <file:Documentation/video4linux/ov511.txt>
444 for more information and for a list of supported cameras.
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300445
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300446 To compile this driver as a module, choose M here: the
447 module will be called ov511.
448
449config USB_SE401
450 tristate "USB SE401 Camera support"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300451 depends on USB && VIDEO_V4L1
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300452 ---help---
453 Say Y here if you want to connect this type of camera to your
Michael Krufky1864cfb2006-04-02 03:14:11 -0300454 computer's USB port. See <file:Documentation/video4linux/se401.txt>
455 for more information and for a list of supported cameras.
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300456
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300457 To compile this driver as a module, choose M here: the
458 module will be called se401.
459
Michael Krufkyfcc99652006-03-29 15:10:02 -0300460source "drivers/media/video/sn9c102/Kconfig"
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300461
462config USB_STV680
463 tristate "USB STV680 (Pencam) Camera support"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300464 depends on USB && VIDEO_V4L1
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300465 ---help---
466 Say Y here if you want to connect this type of camera to your
467 computer's USB port. This includes the Pencam line of cameras.
Michael Krufky1864cfb2006-04-02 03:14:11 -0300468 See <file:Documentation/video4linux/stv680.txt> for more information
469 and for a list of supported cameras.
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300470
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300471 To compile this driver as a module, choose M here: the
472 module will be called stv680.
473
474config USB_W9968CF
475 tristate "USB W996[87]CF JPEG Dual Mode Camera support"
Mauro Carvalho Chehabcd41e282006-04-09 15:43:41 -0300476 depends on USB && VIDEO_V4L1 && I2C
Michael Krufky328caac2006-03-29 15:09:27 -0300477 select VIDEO_OVCAMCHIP
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300478 ---help---
479 Say Y here if you want support for cameras based on OV681 or
480 Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips.
Mauro Carvalho Chehabd56410e2006-03-25 09:19:53 -0300481
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300482 This driver has an optional plugin, which is distributed as a
Mauro Carvalho Chehabd56410e2006-03-25 09:19:53 -0300483 separate module only (released under GPL). It allows to use higher
484 resolutions and framerates, but cannot be included in the official
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300485 Linux kernel for performance purposes.
486
Michael Krufky1864cfb2006-04-02 03:14:11 -0300487 See <file:Documentation/video4linux/w9968cf.txt> for more info.
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300488
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300489 To compile this driver as a module, choose M here: the
490 module will be called w9968cf.
491
Michael Krufky11bbb512006-03-29 15:09:53 -0300492source "drivers/media/video/zc0301/Kconfig"
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300493
Michael Krufky43381ea2006-03-29 15:15:17 -0300494source "drivers/media/video/pwc/Kconfig"
Mauro Carvalho Chehab9f6933b2006-03-25 09:05:39 -0300495
496endmenu # V4L USB devices
497
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498endmenu