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