blob: 1b70f8b0feb9fa1f32d10715a657edc114dc73a3 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Multimedia Video device configuration
3#
4
5menu "Video For Linux"
6 depends on VIDEO_DEV
7
8comment "Video Adapters"
9
Dave Jonesa94130e2005-06-27 01:39:28 -040010config TUNER_MULTI_I2C
Mauro Carvalho Chehab391cd722005-06-23 22:02:43 -070011 bool "Enable support for multiple I2C devices on Video Adapters (EXPERIMENTAL)"
12 depends on VIDEO_DEV && EXPERIMENTAL
13 ---help---
14 Some video adapters have more than one tuner inside. This patch
15 enables support for using more than one tuner. This is required
16 for some cards to allow tunning both video and radio.
17 It also improves I2C autodetection for these cards.
18
19 Only few tuners currently is supporting this. More to come.
20
21 It is safe to say 'Y' here even if your card has only one I2C tuner.
22
Linus Torvalds1da177e2005-04-16 15:20:36 -070023config VIDEO_BT848
24 tristate "BT848 Video For Linux"
25 depends on VIDEO_DEV && PCI && I2C
26 select I2C_ALGOBIT
27 select FW_LOADER
28 select VIDEO_BTCX
29 select VIDEO_BUF
30 select VIDEO_IR
31 select VIDEO_TUNER
32 select VIDEO_TVEEPROM
33 ---help---
34 Support for BT848 based frame grabber/overlay boards. This includes
35 the Miro, Hauppauge and STB boards. Please read the material in
36 <file:Documentation/video4linux/bttv/> for more information.
37
38 If you say Y or M here, you need to say Y or M to "I2C support" and
39 "I2C bit-banging interfaces" in the device drivers section.
40
41 To compile this driver as a module, choose M here: the
42 module will be called bttv.
43
44config VIDEO_PMS
45 tristate "Mediavision Pro Movie Studio Video For Linux"
46 depends on VIDEO_DEV && ISA
47 help
48 Say Y if you have such a thing.
49
50 To compile this driver as a module, choose M here: the
51 module will be called pms.
52
53config VIDEO_PLANB
54 tristate "PlanB Video-In on PowerMac"
55 depends on PPC_PMAC && VIDEO_DEV && BROKEN
56 help
57 PlanB is the V4L driver for the PowerMac 7x00/8x00 series video
58 input hardware. If you want to experiment with this, say Y.
59 Otherwise, or if you don't understand a word, say N. See
60 <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info.
61
62 Saying M will compile this driver as a module (planb).
63
64config VIDEO_BWQCAM
65 tristate "Quickcam BW Video For Linux"
66 depends on VIDEO_DEV && PARPORT
67 help
68 Say Y have if you the black and white version of the QuickCam
69 camera. See the next option for the color version.
70
71 To compile this driver as a module, choose M here: the
72 module will be called bw-qcam.
73
74config VIDEO_CQCAM
75 tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
76 depends on EXPERIMENTAL && VIDEO_DEV && PARPORT
77 help
78 This is the video4linux driver for the colour version of the
79 Connectix QuickCam. If you have one of these cameras, say Y here,
80 otherwise say N. This driver does not work with the original
81 monochrome QuickCam, QuickCam VC or QuickClip. It is also available
82 as a module (c-qcam).
83 Read <file:Documentation/video4linux/CQcam.txt> for more information.
84
85config VIDEO_W9966
86 tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
87 depends on PARPORT_1284 && VIDEO_DEV && PARPORT
88 help
89 Video4linux driver for Winbond's w9966 based Webcams.
90 Currently tested with the LifeView FlyCam Supra.
91 If you have one of these cameras, say Y here
92 otherwise say N.
93 This driver is also available as a module (w9966).
94
95 Check out <file:Documentation/video4linux/w9966.txt> for more
96 information.
97
98config VIDEO_CPIA
99 tristate "CPiA Video For Linux"
100 depends on VIDEO_DEV
101 ---help---
102 This is the video4linux driver for cameras based on Vision's CPiA
103 (Colour Processor Interface ASIC), such as the Creative Labs Video
104 Blaster Webcam II. If you have one of these cameras, say Y here
105 and select parallel port and/or USB lowlevel support below,
106 otherwise say N. This will not work with the Creative Webcam III.
107
108 Please read <file:Documentation/video4linux/README.cpia> for more
109 information.
110
111 This driver is also available as a module (cpia).
112
113config VIDEO_CPIA_PP
114 tristate "CPiA Parallel Port Lowlevel Support"
115 depends on PARPORT_1284 && VIDEO_CPIA && PARPORT
116 help
117 This is the lowlevel parallel port support for cameras based on
118 Vision's CPiA (Colour Processor Interface ASIC), such as the
119 Creative Webcam II. If you have the parallel port version of one
120 of these cameras, say Y here, otherwise say N. It is also available
121 as a module (cpia_pp).
122
123config VIDEO_CPIA_USB
124 tristate "CPiA USB Lowlevel Support"
125 depends on VIDEO_CPIA && USB
126 help
127 This is the lowlevel USB support for cameras based on Vision's CPiA
128 (Colour Processor Interface ASIC), such as the Creative Webcam II.
129 If you have the USB version of one of these cameras, say Y here,
130 otherwise say N. This will not work with the Creative Webcam III.
131 It is also available as a module (cpia_usb).
132
133config VIDEO_SAA5246A
134 tristate "SAA5246A, SAA5281 Teletext processor"
135 depends on VIDEO_DEV && I2C
136 help
137 Support for I2C bus based teletext using the SAA5246A or SAA5281
138 chip. Useful only if you live in Europe.
139
140 To compile this driver as a module, choose M here: the
141 module will be called saa5246a.
142
143config VIDEO_SAA5249
144 tristate "SAA5249 Teletext processor"
145 depends on VIDEO_DEV && I2C
146 help
147 Support for I2C bus based teletext using the SAA5249 chip. At the
148 moment this is only useful on some European WinTV cards.
149
150 To compile this driver as a module, choose M here: the
151 module will be called saa5249.
152
153config TUNER_3036
154 tristate "SAB3036 tuner"
155 depends on VIDEO_DEV && I2C
156 help
157 Say Y here to include support for Philips SAB3036 compatible tuners.
158 If in doubt, say N.
159
160config VIDEO_VINO
161 tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
162 depends on VIDEO_DEV && I2C && SGI_IP22 && EXPERIMENTAL
163 select I2C_ALGO_SGI
164 help
165 Say Y here to build in support for the Vino video input system found
166 on SGI Indy machines.
167
168config VIDEO_STRADIS
169 tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
170 depends on EXPERIMENTAL && VIDEO_DEV && PCI
171 help
172 Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
173 driver for PCI. There is a product page at
174 <http://www.stradis.com/decoder.html>.
175
176config VIDEO_ZORAN
177 tristate "Zoran ZR36057/36067 Video For Linux"
178 depends on VIDEO_DEV && PCI && I2C_ALGOBIT
179 help
180 Say Y for support for MJPEG capture cards based on the Zoran
181 36057/36067 PCI controller chipset. This includes the Iomega
182 Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is
183 a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For
184 more information, check <file:Documentation/video4linux/Zoran>.
185
186 To compile this driver as a module, choose M here: the
187 module will be called zr36067.
188
189config VIDEO_ZORAN_BUZ
190 tristate "Iomega Buz support"
191 depends on VIDEO_ZORAN
192 help
193 Support for the Iomega Buz MJPEG capture/playback card.
194
195config VIDEO_ZORAN_DC10
196 tristate "Pinnacle/Miro DC10(+) support"
197 depends on VIDEO_ZORAN
198 help
199 Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback
200 card.
201
202config VIDEO_ZORAN_DC30
203 tristate "Pinnacle/Miro DC30(+) support"
204 depends on VIDEO_ZORAN
205 help
206 Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback
207 card. This also supports really old DC10 cards based on the
208 zr36050 MJPEG codec and zr36016 VFE.
209
210config VIDEO_ZORAN_LML33
211 tristate "Linux Media Labs LML33 support"
212 depends on VIDEO_ZORAN
213 help
214 Support for the Linux Media Labs LML33 MJPEG capture/playback
215 card.
216
217config VIDEO_ZORAN_LML33R10
218 tristate "Linux Media Labs LML33R10 support"
219 depends on VIDEO_ZORAN
220 help
221 support for the Linux Media Labs LML33R10 MJPEG capture/playback
222 card.
223
224config VIDEO_ZR36120
225 tristate "Zoran ZR36120/36125 Video For Linux"
226 depends on VIDEO_DEV && PCI && I2C && BROKEN
227 help
228 Support for ZR36120/ZR36125 based frame grabber/overlay boards.
229 This includes the Victor II, WaveWatcher, Video Wonder, Maxi-TV,
230 and Buster boards. Please read the material in
231 <file:Documentation/video4linux/zr36120.txt> for more information.
232
233 To compile this driver as a module, choose M here: the
234 module will be called zr36120.
235
236config VIDEO_MEYE
237 tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
238 depends on VIDEO_DEV && PCI && SONYPI
239 ---help---
240 This is the video4linux driver for the Motion Eye camera found
241 in the Vaio Picturebook laptops. Please read the material in
242 <file:Documentation/video4linux/meye.txt> for more information.
243
244 If you say Y or M here, you need to say Y or M to "Sony Programmable
245 I/O Control Device" in the character device section.
246
247 To compile this driver as a module, choose M here: the
248 module will be called meye.
249
250config VIDEO_SAA7134
251 tristate "Philips SAA7134 support"
252 depends on VIDEO_DEV && PCI && I2C
253 select VIDEO_BUF
254 select VIDEO_IR
255 select VIDEO_TUNER
Dominik Hackl631330a2005-05-16 21:53:45 -0700256 select CRC32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257 ---help---
258 This is a video4linux driver for Philips SAA7130/7134 based
259 TV cards.
260
261 To compile this driver as a module, choose M here: the
262 module will be called saa7134.
263
264config VIDEO_SAA7134_DVB
265 tristate "DVB Support for saa7134 based TV cards"
266 depends on VIDEO_SAA7134 && DVB_CORE
267 select VIDEO_BUF_DVB
268 select DVB_MT352
Gerd Knorr9990d742005-05-01 08:59:20 -0700269 select DVB_CX22702
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270 ---help---
271 This adds support for DVB cards based on the
272 Philips saa7134 chip.
273
274config VIDEO_MXB
275 tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
276 depends on VIDEO_DEV && PCI
277 select VIDEO_SAA7146_VV
278 select VIDEO_TUNER
279 ---help---
280 This is a video4linux driver for the 'Multimedia eXtension Board'
281 TV card by Siemens-Nixdorf.
282
283 To compile this driver as a module, choose M here: the
284 module will be called mxb.
285
286config VIDEO_DPC
287 tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
288 depends on VIDEO_DEV && PCI
289 select VIDEO_SAA7146_VV
290 ---help---
291 This is a video4linux driver for the 'dpc7146 demonstration
292 board' by Philips-Semiconductors. It's the reference design
293 for SAA7146 bases boards, so if you have some unsupported
294 saa7146 based, analog video card, chances are good that it
295 will work with this skeleton driver.
296
297 To compile this driver as a module, choose M here: the
298 module will be called dpc7146.
299
300config VIDEO_HEXIUM_ORION
301 tristate "Hexium HV-PCI6 and Orion frame grabber"
302 depends on VIDEO_DEV && PCI
303 select VIDEO_SAA7146_VV
304 ---help---
305 This is a video4linux driver for the Hexium HV-PCI6 and
306 Orion frame grabber cards by Hexium.
307
308 To compile this driver as a module, choose M here: the
309 module will be called hexium_orion.
310
311config VIDEO_HEXIUM_GEMINI
312 tristate "Hexium Gemini frame grabber"
313 depends on VIDEO_DEV && PCI
314 select VIDEO_SAA7146_VV
315 ---help---
316 This is a video4linux driver for the Hexium Gemini frame
317 grabber card by Hexium. Please note that the Gemini Dual
318 card is *not* fully supported.
319
320 To compile this driver as a module, choose M here: the
321 module will be called hexium_gemini.
322
323config VIDEO_CX88
324 tristate "Conexant 2388x (bt878 successor) support"
325 depends on VIDEO_DEV && PCI && I2C && EXPERIMENTAL
326 select I2C_ALGOBIT
327 select FW_LOADER
328 select VIDEO_BTCX
329 select VIDEO_BUF
330 select VIDEO_TUNER
331 select VIDEO_TVEEPROM
332 select VIDEO_IR
333 ---help---
334 This is a video4linux driver for Conexant 2388x based
335 TV cards.
336
337 To compile this driver as a module, choose M here: the
338 module will be called cx8800
339
340config VIDEO_CX88_DVB
341 tristate "DVB Support for cx2388x based TV cards"
342 depends on VIDEO_CX88 && DVB_CORE
343 select VIDEO_BUF_DVB
344 select DVB_MT352
345 select DVB_OR51132
Adrian Bunkd6988582005-06-23 22:04:41 -0700346 select DVB_CX22702
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347 ---help---
348 This adds support for DVB/ATSC cards based on the
349 Connexant 2388x chip.
350
351config VIDEO_OVCAMCHIP
352 tristate "OmniVision Camera Chip support"
353 depends on VIDEO_DEV && I2C
354 ---help---
355 Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
356 This driver is intended to be used with the ov511 and w9968cf USB
357 camera drivers.
358
359 To compile this driver as a module, choose M here: the
360 module will be called ovcamchip
361
362config VIDEO_M32R_AR
363 tristate "AR devices"
364 depends on M32R
365 ---help---
366 This is a video4linux driver for the Renesas AR (Artificial Retina)
367 camera module.
368
369config VIDEO_M32R_AR_M64278
370 tristate "Use Colour AR module M64278(VGA)"
371 depends on VIDEO_M32R_AR
372 ---help---
373 Say Y here to use the Renesas M64278E-800 camera module,
374 which supports VGA(640x480 pixcels) size of images.
375
376endmenu