Commit 1455050f04084161c8a9425008e3b9b5f5c4c2a3

Authored by Mauro Carvalho Chehab
Committed by Linus Torvalds
1 parent f7ce3cc670

[PATCH] v4l: drivers/media/video/Kconfig

- Removed obsolete option. Current code needs multi tuner.

Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 1 changed file with 0 additions and 13 deletions Inline Diff

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