Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | To compile this driver as a module, choose M here: the |
| 26 | module will be called bttv. |
| 27 | |
| 28 | config VIDEO_PMS |
| 29 | tristate "Mediavision Pro Movie Studio Video For Linux" |
| 30 | depends on VIDEO_DEV && ISA |
| 31 | help |
| 32 | Say Y if you have such a thing. |
| 33 | |
| 34 | To compile this driver as a module, choose M here: the |
| 35 | module will be called pms. |
| 36 | |
| 37 | config VIDEO_PLANB |
| 38 | tristate "PlanB Video-In on PowerMac" |
| 39 | depends on PPC_PMAC && VIDEO_DEV && BROKEN |
| 40 | help |
| 41 | PlanB is the V4L driver for the PowerMac 7x00/8x00 series video |
| 42 | input hardware. If you want to experiment with this, say Y. |
| 43 | Otherwise, or if you don't understand a word, say N. See |
| 44 | <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info. |
| 45 | |
| 46 | Saying M will compile this driver as a module (planb). |
| 47 | |
| 48 | config VIDEO_BWQCAM |
| 49 | tristate "Quickcam BW Video For Linux" |
| 50 | depends on VIDEO_DEV && PARPORT |
| 51 | help |
| 52 | Say Y have if you the black and white version of the QuickCam |
| 53 | camera. See the next option for the color version. |
| 54 | |
| 55 | To compile this driver as a module, choose M here: the |
| 56 | module will be called bw-qcam. |
| 57 | |
| 58 | config VIDEO_CQCAM |
| 59 | tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)" |
| 60 | depends on EXPERIMENTAL && VIDEO_DEV && PARPORT |
| 61 | help |
| 62 | This is the video4linux driver for the colour version of the |
| 63 | Connectix QuickCam. If you have one of these cameras, say Y here, |
| 64 | otherwise say N. This driver does not work with the original |
| 65 | monochrome QuickCam, QuickCam VC or QuickClip. It is also available |
| 66 | as a module (c-qcam). |
| 67 | Read <file:Documentation/video4linux/CQcam.txt> for more information. |
| 68 | |
| 69 | config VIDEO_W9966 |
| 70 | tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux" |
| 71 | depends on PARPORT_1284 && VIDEO_DEV && PARPORT |
| 72 | help |
| 73 | Video4linux driver for Winbond's w9966 based Webcams. |
| 74 | Currently tested with the LifeView FlyCam Supra. |
| 75 | If you have one of these cameras, say Y here |
| 76 | otherwise say N. |
| 77 | This driver is also available as a module (w9966). |
| 78 | |
| 79 | Check out <file:Documentation/video4linux/w9966.txt> for more |
| 80 | information. |
| 81 | |
| 82 | config VIDEO_CPIA |
| 83 | tristate "CPiA Video For Linux" |
| 84 | depends on VIDEO_DEV |
| 85 | ---help--- |
| 86 | This is the video4linux driver for cameras based on Vision's CPiA |
| 87 | (Colour Processor Interface ASIC), such as the Creative Labs Video |
| 88 | Blaster Webcam II. If you have one of these cameras, say Y here |
| 89 | and select parallel port and/or USB lowlevel support below, |
| 90 | otherwise say N. This will not work with the Creative Webcam III. |
| 91 | |
| 92 | Please read <file:Documentation/video4linux/README.cpia> for more |
| 93 | information. |
| 94 | |
| 95 | This driver is also available as a module (cpia). |
| 96 | |
| 97 | config VIDEO_CPIA_PP |
| 98 | tristate "CPiA Parallel Port Lowlevel Support" |
| 99 | depends on PARPORT_1284 && VIDEO_CPIA && PARPORT |
| 100 | help |
| 101 | This is the lowlevel parallel port support for cameras based on |
| 102 | Vision's CPiA (Colour Processor Interface ASIC), such as the |
| 103 | Creative Webcam II. If you have the parallel port version of one |
| 104 | of these cameras, say Y here, otherwise say N. It is also available |
| 105 | as a module (cpia_pp). |
| 106 | |
| 107 | config VIDEO_CPIA_USB |
| 108 | tristate "CPiA USB Lowlevel Support" |
| 109 | depends on VIDEO_CPIA && USB |
| 110 | help |
| 111 | This is the lowlevel USB support for cameras based on Vision's CPiA |
| 112 | (Colour Processor Interface ASIC), such as the Creative Webcam II. |
| 113 | If you have the USB version of one of these cameras, say Y here, |
| 114 | otherwise say N. This will not work with the Creative Webcam III. |
| 115 | It is also available as a module (cpia_usb). |
| 116 | |
| 117 | config VIDEO_SAA5246A |
| 118 | tristate "SAA5246A, SAA5281 Teletext processor" |
| 119 | depends on VIDEO_DEV && I2C |
| 120 | help |
| 121 | Support for I2C bus based teletext using the SAA5246A or SAA5281 |
| 122 | chip. Useful only if you live in Europe. |
| 123 | |
| 124 | To compile this driver as a module, choose M here: the |
| 125 | module will be called saa5246a. |
| 126 | |
| 127 | config VIDEO_SAA5249 |
| 128 | tristate "SAA5249 Teletext processor" |
| 129 | depends on VIDEO_DEV && I2C |
| 130 | help |
| 131 | Support for I2C bus based teletext using the SAA5249 chip. At the |
| 132 | moment this is only useful on some European WinTV cards. |
| 133 | |
| 134 | To compile this driver as a module, choose M here: the |
| 135 | module will be called saa5249. |
| 136 | |
| 137 | config TUNER_3036 |
| 138 | tristate "SAB3036 tuner" |
| 139 | depends on VIDEO_DEV && I2C |
| 140 | help |
| 141 | Say Y here to include support for Philips SAB3036 compatible tuners. |
| 142 | If in doubt, say N. |
| 143 | |
| 144 | config VIDEO_VINO |
| 145 | tristate "SGI Vino Video For Linux (EXPERIMENTAL)" |
| 146 | depends on VIDEO_DEV && I2C && SGI_IP22 && EXPERIMENTAL |
| 147 | select I2C_ALGO_SGI |
| 148 | help |
| 149 | Say Y here to build in support for the Vino video input system found |
| 150 | on SGI Indy machines. |
| 151 | |
| 152 | config VIDEO_STRADIS |
| 153 | tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)" |
| 154 | depends on EXPERIMENTAL && VIDEO_DEV && PCI |
| 155 | help |
| 156 | Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video |
| 157 | driver for PCI. There is a product page at |
| 158 | <http://www.stradis.com/decoder.html>. |
| 159 | |
| 160 | config VIDEO_ZORAN |
| 161 | tristate "Zoran ZR36057/36067 Video For Linux" |
| 162 | depends on VIDEO_DEV && PCI && I2C_ALGOBIT |
| 163 | help |
| 164 | Say Y for support for MJPEG capture cards based on the Zoran |
| 165 | 36057/36067 PCI controller chipset. This includes the Iomega |
| 166 | Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is |
| 167 | a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For |
| 168 | more information, check <file:Documentation/video4linux/Zoran>. |
| 169 | |
| 170 | To compile this driver as a module, choose M here: the |
| 171 | module will be called zr36067. |
| 172 | |
| 173 | config VIDEO_ZORAN_BUZ |
| 174 | tristate "Iomega Buz support" |
| 175 | depends on VIDEO_ZORAN |
| 176 | help |
| 177 | Support for the Iomega Buz MJPEG capture/playback card. |
| 178 | |
| 179 | config VIDEO_ZORAN_DC10 |
| 180 | tristate "Pinnacle/Miro DC10(+) support" |
| 181 | depends on VIDEO_ZORAN |
| 182 | help |
| 183 | Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback |
| 184 | card. |
| 185 | |
| 186 | config VIDEO_ZORAN_DC30 |
| 187 | tristate "Pinnacle/Miro DC30(+) support" |
| 188 | depends on VIDEO_ZORAN |
| 189 | help |
| 190 | Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback |
| 191 | card. This also supports really old DC10 cards based on the |
| 192 | zr36050 MJPEG codec and zr36016 VFE. |
| 193 | |
| 194 | config VIDEO_ZORAN_LML33 |
| 195 | tristate "Linux Media Labs LML33 support" |
| 196 | depends on VIDEO_ZORAN |
| 197 | help |
| 198 | Support for the Linux Media Labs LML33 MJPEG capture/playback |
| 199 | card. |
| 200 | |
| 201 | config VIDEO_ZORAN_LML33R10 |
| 202 | tristate "Linux Media Labs LML33R10 support" |
| 203 | depends on VIDEO_ZORAN |
| 204 | help |
| 205 | support for the Linux Media Labs LML33R10 MJPEG capture/playback |
| 206 | card. |
| 207 | |
| 208 | config VIDEO_ZR36120 |
| 209 | tristate "Zoran ZR36120/36125 Video For Linux" |
| 210 | depends on VIDEO_DEV && PCI && I2C && BROKEN |
| 211 | help |
| 212 | Support for ZR36120/ZR36125 based frame grabber/overlay boards. |
| 213 | This includes the Victor II, WaveWatcher, Video Wonder, Maxi-TV, |
| 214 | and Buster boards. Please read the material in |
| 215 | <file:Documentation/video4linux/zr36120.txt> for more information. |
| 216 | |
| 217 | To compile this driver as a module, choose M here: the |
| 218 | module will be called zr36120. |
| 219 | |
| 220 | config VIDEO_MEYE |
| 221 | tristate "Sony Vaio Picturebook Motion Eye Video For Linux" |
| 222 | depends on VIDEO_DEV && PCI && SONYPI |
| 223 | ---help--- |
| 224 | This is the video4linux driver for the Motion Eye camera found |
| 225 | in the Vaio Picturebook laptops. Please read the material in |
| 226 | <file:Documentation/video4linux/meye.txt> for more information. |
| 227 | |
| 228 | If you say Y or M here, you need to say Y or M to "Sony Programmable |
| 229 | I/O Control Device" in the character device section. |
| 230 | |
| 231 | To compile this driver as a module, choose M here: the |
| 232 | module will be called meye. |
| 233 | |
| 234 | config VIDEO_SAA7134 |
| 235 | tristate "Philips SAA7134 support" |
Adrian Bunk | b96d611 | 2005-07-27 11:45:52 -0700 | [diff] [blame] | 236 | depends on VIDEO_DEV && PCI && I2C && SOUND |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 237 | select VIDEO_BUF |
| 238 | select VIDEO_IR |
| 239 | select VIDEO_TUNER |
Dominik Hackl | 631330a | 2005-05-16 21:53:45 -0700 | [diff] [blame] | 240 | select CRC32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 241 | ---help--- |
| 242 | This is a video4linux driver for Philips SAA7130/7134 based |
| 243 | TV cards. |
| 244 | |
| 245 | To compile this driver as a module, choose M here: the |
| 246 | module will be called saa7134. |
| 247 | |
| 248 | config VIDEO_SAA7134_DVB |
| 249 | tristate "DVB Support for saa7134 based TV cards" |
| 250 | depends on VIDEO_SAA7134 && DVB_CORE |
| 251 | select VIDEO_BUF_DVB |
| 252 | select DVB_MT352 |
Gerd Knorr | 9990d74 | 2005-05-01 08:59:20 -0700 | [diff] [blame] | 253 | select DVB_CX22702 |
Michael Krufky | e770e850 | 2005-09-03 15:54:18 -0700 | [diff] [blame] | 254 | select DVB_TDA1004X |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |
Adrian Bunk | d698858 | 2005-06-23 22:04:41 -0700 | [diff] [blame] | 331 | select DVB_CX22702 |
Michael Krufky | 6ddcc91 | 2005-07-27 11:46:00 -0700 | [diff] [blame] | 332 | select DVB_LGDT330X |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 333 | ---help--- |
| 334 | This adds support for DVB/ATSC cards based on the |
| 335 | Connexant 2388x chip. |
| 336 | |
| 337 | config VIDEO_OVCAMCHIP |
| 338 | tristate "OmniVision Camera Chip support" |
| 339 | depends on VIDEO_DEV && I2C |
| 340 | ---help--- |
| 341 | Support for the OmniVision OV6xxx and OV7xxx series of camera chips. |
| 342 | This driver is intended to be used with the ov511 and w9968cf USB |
| 343 | camera drivers. |
| 344 | |
| 345 | To compile this driver as a module, choose M here: the |
| 346 | module will be called ovcamchip |
| 347 | |
| 348 | config VIDEO_M32R_AR |
| 349 | tristate "AR devices" |
| 350 | depends on M32R |
| 351 | ---help--- |
| 352 | This is a video4linux driver for the Renesas AR (Artificial Retina) |
| 353 | camera module. |
| 354 | |
| 355 | config VIDEO_M32R_AR_M64278 |
| 356 | tristate "Use Colour AR module M64278(VGA)" |
Al Viro | b545d48 | 2005-08-23 22:45:46 +0100 | [diff] [blame] | 357 | depends on VIDEO_M32R_AR && PLAT_M32700UT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 358 | ---help--- |
| 359 | Say Y here to use the Renesas M64278E-800 camera module, |
| 360 | which supports VGA(640x480 pixcels) size of images. |
| 361 | |
| 362 | endmenu |