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 | |
Mauro Carvalho Chehab | 21dcd8c | 2006-01-09 15:25:37 -0200 | [diff] [blame] | 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 | |
Manu Abraham | faecfb1 | 2006-03-17 12:07:22 -0300 | [diff] [blame] | 19 | source "drivers/media/video/bt8xx/Kconfig" |
Michael Krufky | 141a877 | 2005-11-08 21:38:13 -0800 | [diff] [blame] | 20 | |
Mauro Carvalho Chehab | 10b89ee | 2005-09-09 13:04:03 -0700 | [diff] [blame] | 21 | config VIDEO_SAA6588 |
| 22 | tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards" |
| 23 | depends on VIDEO_DEV && I2C && VIDEO_BT848 |
| 24 | |
| 25 | help |
| 26 | Support for Radio Data System (RDS) decoder. This allows seeing |
| 27 | radio station identification transmitted using this standard. |
| 28 | Currentlly, it works only with bt8x8 chips. |
| 29 | |
| 30 | To compile this driver as a module, choose M here: the |
| 31 | module will be called saa6588. |
| 32 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | config VIDEO_PMS |
| 34 | tristate "Mediavision Pro Movie Studio Video For Linux" |
| 35 | depends on VIDEO_DEV && ISA |
| 36 | help |
| 37 | Say Y if you have such a thing. |
| 38 | |
| 39 | To compile this driver as a module, choose M here: the |
| 40 | module will be called pms. |
| 41 | |
| 42 | config VIDEO_PLANB |
| 43 | tristate "PlanB Video-In on PowerMac" |
| 44 | depends on PPC_PMAC && VIDEO_DEV && BROKEN |
| 45 | help |
| 46 | PlanB is the V4L driver for the PowerMac 7x00/8x00 series video |
| 47 | input hardware. If you want to experiment with this, say Y. |
| 48 | Otherwise, or if you don't understand a word, say N. See |
| 49 | <http://www.cpu.lu/~mlan/linux/dev/planb.html> for more info. |
| 50 | |
| 51 | Saying M will compile this driver as a module (planb). |
| 52 | |
| 53 | config VIDEO_BWQCAM |
| 54 | tristate "Quickcam BW Video For Linux" |
| 55 | depends on VIDEO_DEV && PARPORT |
| 56 | help |
| 57 | Say Y have if you the black and white version of the QuickCam |
| 58 | camera. See the next option for the color version. |
| 59 | |
| 60 | To compile this driver as a module, choose M here: the |
| 61 | module will be called bw-qcam. |
| 62 | |
| 63 | config VIDEO_CQCAM |
| 64 | tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)" |
| 65 | depends on EXPERIMENTAL && VIDEO_DEV && PARPORT |
| 66 | help |
| 67 | This is the video4linux driver for the colour version of the |
| 68 | Connectix QuickCam. If you have one of these cameras, say Y here, |
| 69 | otherwise say N. This driver does not work with the original |
| 70 | monochrome QuickCam, QuickCam VC or QuickClip. It is also available |
| 71 | as a module (c-qcam). |
| 72 | Read <file:Documentation/video4linux/CQcam.txt> for more information. |
| 73 | |
| 74 | config VIDEO_W9966 |
| 75 | tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux" |
| 76 | depends on PARPORT_1284 && VIDEO_DEV && PARPORT |
| 77 | help |
| 78 | Video4linux driver for Winbond's w9966 based Webcams. |
| 79 | Currently tested with the LifeView FlyCam Supra. |
| 80 | If you have one of these cameras, say Y here |
| 81 | otherwise say N. |
| 82 | This driver is also available as a module (w9966). |
| 83 | |
| 84 | Check out <file:Documentation/video4linux/w9966.txt> for more |
| 85 | information. |
| 86 | |
| 87 | config VIDEO_CPIA |
| 88 | tristate "CPiA Video For Linux" |
| 89 | depends on VIDEO_DEV |
| 90 | ---help--- |
| 91 | This is the video4linux driver for cameras based on Vision's CPiA |
| 92 | (Colour Processor Interface ASIC), such as the Creative Labs Video |
| 93 | Blaster Webcam II. If you have one of these cameras, say Y here |
| 94 | and select parallel port and/or USB lowlevel support below, |
| 95 | otherwise say N. This will not work with the Creative Webcam III. |
| 96 | |
| 97 | Please read <file:Documentation/video4linux/README.cpia> for more |
| 98 | information. |
| 99 | |
| 100 | This driver is also available as a module (cpia). |
| 101 | |
| 102 | config VIDEO_CPIA_PP |
| 103 | tristate "CPiA Parallel Port Lowlevel Support" |
| 104 | depends on PARPORT_1284 && VIDEO_CPIA && PARPORT |
| 105 | help |
| 106 | This is the lowlevel parallel port support for cameras based on |
| 107 | Vision's CPiA (Colour Processor Interface ASIC), such as the |
| 108 | Creative Webcam II. If you have the parallel port version of one |
| 109 | of these cameras, say Y here, otherwise say N. It is also available |
| 110 | as a module (cpia_pp). |
| 111 | |
| 112 | config VIDEO_CPIA_USB |
| 113 | tristate "CPiA USB Lowlevel Support" |
| 114 | depends on VIDEO_CPIA && USB |
| 115 | help |
| 116 | This is the lowlevel USB support for cameras based on Vision's CPiA |
| 117 | (Colour Processor Interface ASIC), such as the Creative Webcam II. |
| 118 | If you have the USB version of one of these cameras, say Y here, |
| 119 | otherwise say N. This will not work with the Creative Webcam III. |
| 120 | It is also available as a module (cpia_usb). |
| 121 | |
Michael Krufky | 49444fe | 2006-03-14 00:52:20 -0300 | [diff] [blame] | 122 | source "drivers/media/video/cpia2/Kconfig" |
Alan Cox | ab33d50 | 2006-02-27 00:09:05 -0300 | [diff] [blame] | 123 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 124 | config VIDEO_SAA5246A |
| 125 | tristate "SAA5246A, SAA5281 Teletext processor" |
| 126 | depends on VIDEO_DEV && I2C |
| 127 | help |
| 128 | Support for I2C bus based teletext using the SAA5246A or SAA5281 |
| 129 | chip. Useful only if you live in Europe. |
| 130 | |
| 131 | To compile this driver as a module, choose M here: the |
| 132 | module will be called saa5246a. |
| 133 | |
| 134 | config VIDEO_SAA5249 |
| 135 | tristate "SAA5249 Teletext processor" |
| 136 | depends on VIDEO_DEV && I2C |
| 137 | help |
| 138 | Support for I2C bus based teletext using the SAA5249 chip. At the |
| 139 | moment this is only useful on some European WinTV cards. |
| 140 | |
| 141 | To compile this driver as a module, choose M here: the |
| 142 | module will be called saa5249. |
| 143 | |
| 144 | config TUNER_3036 |
| 145 | tristate "SAB3036 tuner" |
| 146 | depends on VIDEO_DEV && I2C |
| 147 | help |
| 148 | Say Y here to include support for Philips SAB3036 compatible tuners. |
| 149 | If in doubt, say N. |
| 150 | |
| 151 | config VIDEO_VINO |
| 152 | tristate "SGI Vino Video For Linux (EXPERIMENTAL)" |
| 153 | depends on VIDEO_DEV && I2C && SGI_IP22 && EXPERIMENTAL |
| 154 | select I2C_ALGO_SGI |
| 155 | help |
| 156 | Say Y here to build in support for the Vino video input system found |
| 157 | on SGI Indy machines. |
| 158 | |
| 159 | config VIDEO_STRADIS |
| 160 | tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)" |
| 161 | depends on EXPERIMENTAL && VIDEO_DEV && PCI |
| 162 | help |
| 163 | Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video |
| 164 | driver for PCI. There is a product page at |
Jiri Slaby | b2a17e4 | 2006-01-11 19:41:40 -0200 | [diff] [blame] | 165 | <http://www.stradis.com/>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | |
| 167 | config VIDEO_ZORAN |
| 168 | tristate "Zoran ZR36057/36067 Video For Linux" |
| 169 | depends on VIDEO_DEV && PCI && I2C_ALGOBIT |
| 170 | help |
| 171 | Say Y for support for MJPEG capture cards based on the Zoran |
| 172 | 36057/36067 PCI controller chipset. This includes the Iomega |
| 173 | Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is |
| 174 | a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For |
| 175 | more information, check <file:Documentation/video4linux/Zoran>. |
| 176 | |
| 177 | To compile this driver as a module, choose M here: the |
| 178 | module will be called zr36067. |
Mauro Carvalho Chehab | 674434c | 2005-12-12 00:37:28 -0800 | [diff] [blame] | 179 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 180 | config VIDEO_ZORAN_BUZ |
| 181 | tristate "Iomega Buz support" |
| 182 | depends on VIDEO_ZORAN |
| 183 | help |
| 184 | Support for the Iomega Buz MJPEG capture/playback card. |
| 185 | |
| 186 | config VIDEO_ZORAN_DC10 |
| 187 | tristate "Pinnacle/Miro DC10(+) support" |
| 188 | depends on VIDEO_ZORAN |
| 189 | help |
| 190 | Support for the Pinnacle/Miro DC10(+) MJPEG capture/playback |
| 191 | card. |
| 192 | |
| 193 | config VIDEO_ZORAN_DC30 |
| 194 | tristate "Pinnacle/Miro DC30(+) support" |
Mauro Carvalho Chehab | 674434c | 2005-12-12 00:37:28 -0800 | [diff] [blame] | 195 | depends on VIDEO_ZORAN |
| 196 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 197 | Support for the Pinnacle/Miro DC30(+) MJPEG capture/playback |
| 198 | card. This also supports really old DC10 cards based on the |
| 199 | zr36050 MJPEG codec and zr36016 VFE. |
| 200 | |
| 201 | config VIDEO_ZORAN_LML33 |
| 202 | tristate "Linux Media Labs LML33 support" |
| 203 | depends on VIDEO_ZORAN |
| 204 | help |
| 205 | Support for the Linux Media Labs LML33 MJPEG capture/playback |
| 206 | card. |
| 207 | |
| 208 | config VIDEO_ZORAN_LML33R10 |
| 209 | tristate "Linux Media Labs LML33R10 support" |
| 210 | depends on VIDEO_ZORAN |
| 211 | help |
| 212 | support for the Linux Media Labs LML33R10 MJPEG capture/playback |
| 213 | card. |
| 214 | |
| 215 | config VIDEO_ZR36120 |
| 216 | tristate "Zoran ZR36120/36125 Video For Linux" |
| 217 | depends on VIDEO_DEV && PCI && I2C && BROKEN |
| 218 | help |
| 219 | Support for ZR36120/ZR36125 based frame grabber/overlay boards. |
| 220 | This includes the Victor II, WaveWatcher, Video Wonder, Maxi-TV, |
| 221 | and Buster boards. Please read the material in |
| 222 | <file:Documentation/video4linux/zr36120.txt> for more information. |
| 223 | |
| 224 | To compile this driver as a module, choose M here: the |
| 225 | module will be called zr36120. |
| 226 | |
| 227 | config VIDEO_MEYE |
| 228 | tristate "Sony Vaio Picturebook Motion Eye Video For Linux" |
| 229 | depends on VIDEO_DEV && PCI && SONYPI |
| 230 | ---help--- |
| 231 | This is the video4linux driver for the Motion Eye camera found |
| 232 | in the Vaio Picturebook laptops. Please read the material in |
| 233 | <file:Documentation/video4linux/meye.txt> for more information. |
| 234 | |
| 235 | If you say Y or M here, you need to say Y or M to "Sony Programmable |
| 236 | I/O Control Device" in the character device section. |
| 237 | |
| 238 | To compile this driver as a module, choose M here: the |
| 239 | module will be called meye. |
| 240 | |
Michael Krufky | d5f69da | 2005-11-08 21:38:12 -0800 | [diff] [blame] | 241 | source "drivers/media/video/saa7134/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 242 | |
| 243 | config VIDEO_MXB |
| 244 | tristate "Siemens-Nixdorf 'Multimedia eXtension Board'" |
| 245 | depends on VIDEO_DEV && PCI |
| 246 | select VIDEO_SAA7146_VV |
| 247 | select VIDEO_TUNER |
| 248 | ---help--- |
| 249 | This is a video4linux driver for the 'Multimedia eXtension Board' |
| 250 | TV card by Siemens-Nixdorf. |
Mauro Carvalho Chehab | 674434c | 2005-12-12 00:37:28 -0800 | [diff] [blame] | 251 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 252 | To compile this driver as a module, choose M here: the |
| 253 | module will be called mxb. |
| 254 | |
| 255 | config VIDEO_DPC |
| 256 | tristate "Philips-Semiconductors 'dpc7146 demonstration board'" |
| 257 | depends on VIDEO_DEV && PCI |
| 258 | select VIDEO_SAA7146_VV |
| 259 | ---help--- |
| 260 | This is a video4linux driver for the 'dpc7146 demonstration |
| 261 | board' by Philips-Semiconductors. It's the reference design |
| 262 | for SAA7146 bases boards, so if you have some unsupported |
| 263 | saa7146 based, analog video card, chances are good that it |
| 264 | will work with this skeleton driver. |
Mauro Carvalho Chehab | 674434c | 2005-12-12 00:37:28 -0800 | [diff] [blame] | 265 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 266 | To compile this driver as a module, choose M here: the |
| 267 | module will be called dpc7146. |
| 268 | |
| 269 | config VIDEO_HEXIUM_ORION |
| 270 | tristate "Hexium HV-PCI6 and Orion frame grabber" |
| 271 | depends on VIDEO_DEV && PCI |
| 272 | select VIDEO_SAA7146_VV |
| 273 | ---help--- |
| 274 | This is a video4linux driver for the Hexium HV-PCI6 and |
| 275 | Orion frame grabber cards by Hexium. |
Mauro Carvalho Chehab | 674434c | 2005-12-12 00:37:28 -0800 | [diff] [blame] | 276 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 277 | To compile this driver as a module, choose M here: the |
| 278 | module will be called hexium_orion. |
| 279 | |
| 280 | config VIDEO_HEXIUM_GEMINI |
| 281 | tristate "Hexium Gemini frame grabber" |
| 282 | depends on VIDEO_DEV && PCI |
| 283 | select VIDEO_SAA7146_VV |
| 284 | ---help--- |
| 285 | This is a video4linux driver for the Hexium Gemini frame |
| 286 | grabber card by Hexium. Please note that the Gemini Dual |
| 287 | card is *not* fully supported. |
Mauro Carvalho Chehab | 674434c | 2005-12-12 00:37:28 -0800 | [diff] [blame] | 288 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 289 | To compile this driver as a module, choose M here: the |
| 290 | module will be called hexium_gemini. |
| 291 | |
Michael Krufky | d5f69da | 2005-11-08 21:38:12 -0800 | [diff] [blame] | 292 | source "drivers/media/video/cx88/Kconfig" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 293 | |
| 294 | config VIDEO_OVCAMCHIP |
| 295 | tristate "OmniVision Camera Chip support" |
| 296 | depends on VIDEO_DEV && I2C |
| 297 | ---help--- |
| 298 | Support for the OmniVision OV6xxx and OV7xxx series of camera chips. |
| 299 | This driver is intended to be used with the ov511 and w9968cf USB |
| 300 | camera drivers. |
| 301 | |
| 302 | To compile this driver as a module, choose M here: the |
| 303 | module will be called ovcamchip |
| 304 | |
| 305 | config VIDEO_M32R_AR |
| 306 | tristate "AR devices" |
| 307 | depends on M32R |
| 308 | ---help--- |
| 309 | This is a video4linux driver for the Renesas AR (Artificial Retina) |
| 310 | camera module. |
| 311 | |
| 312 | config VIDEO_M32R_AR_M64278 |
| 313 | tristate "Use Colour AR module M64278(VGA)" |
Al Viro | b545d48 | 2005-08-23 22:45:46 +0100 | [diff] [blame] | 314 | depends on VIDEO_M32R_AR && PLAT_M32700UT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 315 | ---help--- |
| 316 | Say Y here to use the Renesas M64278E-800 camera module, |
| 317 | which supports VGA(640x480 pixcels) size of images. |
| 318 | |
Michael Krufky | cfdd4ad | 2006-03-13 23:44:31 -0300 | [diff] [blame] | 319 | config VIDEO_MSP3400 |
| 320 | tristate "Micronas MSP34xx audio decoders" |
| 321 | depends on VIDEO_DEV && I2C |
| 322 | ---help--- |
| 323 | Support for the Micronas MSP34xx series of audio decoders. |
| 324 | |
| 325 | To compile this driver as a module, choose M here: the |
| 326 | module will be called msp3400 |
Mauro Carvalho Chehab | 770599d | 2005-11-13 16:07:45 -0800 | [diff] [blame] | 327 | |
Michael Krufky | e273db7 | 2006-03-16 14:48:38 -0300 | [diff] [blame] | 328 | config VIDEO_CS53L32A |
| 329 | tristate "Cirrus Logic CS53L32A audio ADC" |
| 330 | depends on VIDEO_DEV && I2C && EXPERIMENTAL |
| 331 | ---help--- |
| 332 | Support for the Cirrus Logic CS53L32A low voltage |
| 333 | stereo A/D converter. |
| 334 | |
| 335 | To compile this driver as a module, choose M here: the |
| 336 | module will be called cs53l32a |
| 337 | |
| 338 | config VIDEO_WM8775 |
| 339 | tristate "Wolfson Microelectronics WM8775 audio ADC" |
| 340 | depends on VIDEO_DEV && I2C && EXPERIMENTAL |
| 341 | ---help--- |
| 342 | Support for the Wolfson Microelectronics WM8775 |
| 343 | high performance stereo A/D Converter. |
| 344 | |
| 345 | To compile this driver as a module, choose M here: the |
| 346 | module will be called wm8775 |
| 347 | |
Michael Krufky | f6fe8c6 | 2006-03-14 00:35:07 -0300 | [diff] [blame] | 348 | source "drivers/media/video/cx25840/Kconfig" |
| 349 | |
Michael Krufky | ac9ec93 | 2006-03-16 02:53:14 -0300 | [diff] [blame] | 350 | config VIDEO_SAA711X |
| 351 | tristate "Philips SAA7113/4/5 video decoders" |
| 352 | depends on VIDEO_DEV && I2C && EXPERIMENTAL |
| 353 | ---help--- |
| 354 | Support for the Philips SAA7113/4/5 video decoders. |
| 355 | |
| 356 | To compile this driver as a module, choose M here: the |
| 357 | module will be called saa7115 |
| 358 | |
| 359 | config VIDEO_SAA7127 |
| 360 | tristate "Philips SAA7127/9 digital video encoders" |
| 361 | depends on VIDEO_DEV && I2C && EXPERIMENTAL |
| 362 | ---help--- |
| 363 | Support for the Philips SAA7127/9 digital video encoders. |
| 364 | |
| 365 | To compile this driver as a module, choose M here: the |
| 366 | module will be called saa7127 |
| 367 | |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 368 | # |
| 369 | # USB Multimedia device configuration |
| 370 | # |
| 371 | |
| 372 | menu "V4L USB devices" |
Mauro Carvalho Chehab | d56410e | 2006-03-25 09:19:53 -0300 | [diff] [blame] | 373 | depends on USB && VIDEO_DEV |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 374 | |
| 375 | source "drivers/media/video/em28xx/Kconfig" |
| 376 | |
| 377 | config USB_VICAM |
| 378 | tristate "USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL)" |
| 379 | depends on USB && VIDEO_DEV && EXPERIMENTAL |
| 380 | ---help--- |
| 381 | Say Y here if you have 3com homeconnect camera (vicam). |
| 382 | |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 383 | To compile this driver as a module, choose M here: the |
| 384 | module will be called vicam. |
| 385 | |
| 386 | config USB_DSBR |
| 387 | tristate "D-Link USB FM radio support (EXPERIMENTAL)" |
| 388 | depends on USB && VIDEO_DEV && EXPERIMENTAL |
| 389 | ---help--- |
| 390 | Say Y here if you want to connect this type of radio to your |
| 391 | computer's USB port. Note that the audio is not digital, and |
| 392 | you must connect the line out connector to a sound card or a |
| 393 | set of speakers. |
| 394 | |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 395 | To compile this driver as a module, choose M here: the |
| 396 | module will be called dsbr100. |
| 397 | |
Michael Krufky | e4a25ed | 2006-03-29 15:09:42 -0300 | [diff] [blame] | 398 | source "drivers/media/video/et61x251/Kconfig" |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 399 | |
| 400 | config USB_IBMCAM |
| 401 | tristate "USB IBM (Xirlink) C-it Camera support" |
| 402 | depends on USB && VIDEO_DEV |
| 403 | ---help--- |
| 404 | Say Y here if you want to connect a IBM "C-It" camera, also known as |
| 405 | "Xirlink PC Camera" to your computer's USB port. For more |
| 406 | information, read <file:Documentation/usb/ibmcam.txt>. |
| 407 | |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 408 | To compile this driver as a module, choose M here: the |
| 409 | module will be called ibmcam. |
| 410 | |
| 411 | This camera has several configuration options which |
| 412 | can be specified when you load the module. Read |
| 413 | <file:Documentation/usb/ibmcam.txt> to learn more. |
| 414 | |
| 415 | config USB_KONICAWC |
| 416 | tristate "USB Konica Webcam support" |
| 417 | depends on USB && VIDEO_DEV |
| 418 | ---help--- |
| 419 | Say Y here if you want support for webcams based on a Konica |
| 420 | chipset. This is known to work with the Intel YC76 webcam. |
| 421 | |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 422 | To compile this driver as a module, choose M here: the |
| 423 | module will be called konicawc. |
| 424 | |
| 425 | config USB_OV511 |
| 426 | tristate "USB OV511 Camera support" |
| 427 | depends on USB && VIDEO_DEV |
| 428 | ---help--- |
| 429 | Say Y here if you want to connect this type of camera to your |
| 430 | computer's USB port. See <file:Documentation/usb/ov511.txt> for more |
| 431 | information and for a list of supported cameras. |
| 432 | |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 433 | To compile this driver as a module, choose M here: the |
| 434 | module will be called ov511. |
| 435 | |
| 436 | config USB_SE401 |
| 437 | tristate "USB SE401 Camera support" |
| 438 | depends on USB && VIDEO_DEV |
| 439 | ---help--- |
| 440 | Say Y here if you want to connect this type of camera to your |
| 441 | computer's USB port. See <file:Documentation/usb/se401.txt> for more |
| 442 | information and for a list of supported cameras. |
| 443 | |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 444 | To compile this driver as a module, choose M here: the |
| 445 | module will be called se401. |
| 446 | |
Michael Krufky | fcc9965 | 2006-03-29 15:10:02 -0300 | [diff] [blame] | 447 | source "drivers/media/video/sn9c102/Kconfig" |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 448 | |
| 449 | config USB_STV680 |
| 450 | tristate "USB STV680 (Pencam) Camera support" |
| 451 | depends on USB && VIDEO_DEV |
| 452 | ---help--- |
| 453 | Say Y here if you want to connect this type of camera to your |
| 454 | computer's USB port. This includes the Pencam line of cameras. |
| 455 | See <file:Documentation/usb/stv680.txt> for more information and for |
| 456 | a list of supported cameras. |
| 457 | |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 458 | To compile this driver as a module, choose M here: the |
| 459 | module will be called stv680. |
| 460 | |
| 461 | config USB_W9968CF |
| 462 | tristate "USB W996[87]CF JPEG Dual Mode Camera support" |
Michael Krufky | 328caac | 2006-03-29 15:09:27 -0300 | [diff] [blame] | 463 | depends on USB && VIDEO_DEV && I2C |
| 464 | select VIDEO_OVCAMCHIP |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 465 | ---help--- |
| 466 | Say Y here if you want support for cameras based on OV681 or |
| 467 | Winbond W9967CF/W9968CF JPEG USB Dual Mode Camera Chips. |
Mauro Carvalho Chehab | d56410e | 2006-03-25 09:19:53 -0300 | [diff] [blame] | 468 | |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 469 | This driver has an optional plugin, which is distributed as a |
Mauro Carvalho Chehab | d56410e | 2006-03-25 09:19:53 -0300 | [diff] [blame] | 470 | separate module only (released under GPL). It allows to use higher |
| 471 | resolutions and framerates, but cannot be included in the official |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 472 | Linux kernel for performance purposes. |
| 473 | |
| 474 | See <file:Documentation/usb/w9968cf.txt> for more informations. |
| 475 | |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 476 | To compile this driver as a module, choose M here: the |
| 477 | module will be called w9968cf. |
| 478 | |
Michael Krufky | 11bbb51 | 2006-03-29 15:09:53 -0300 | [diff] [blame] | 479 | source "drivers/media/video/zc0301/Kconfig" |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 480 | |
Michael Krufky | 43381ea | 2006-03-29 15:15:17 -0300 | [diff] [blame^] | 481 | source "drivers/media/video/pwc/Kconfig" |
Mauro Carvalho Chehab | 9f6933b | 2006-03-25 09:05:39 -0300 | [diff] [blame] | 482 | |
| 483 | endmenu # V4L USB devices |
| 484 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 485 | endmenu |