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