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