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