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