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