aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-04-09 14:43:41 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-05-12 18:54:53 -0400
commitcd41e28e2d0f198ad56840bf8ba13cb41b129bab (patch)
treea11b7e23c14625a4b019b43eecdc8fff2ee62463 /drivers/media/video/Kconfig
parentea76ce526ec1af3e07f3dd9107ca93f0c82fc9c9 (diff)
V4L/DVB (3774): Create V4L1 config options
V4L1 API is depreciated and should be removed soon from kernel. This patch adds two new options, one to disable V4L1 drivers, and another to disable V4L1 compat module. This way, it would be easy to check what still depends on V4L1 stuff, allowing also to test if app works fine with V4L2 only support. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r--drivers/media/video/Kconfig67
1 files changed, 35 insertions, 32 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 85888a8a93c9..bff9d8f51dab 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -2,10 +2,10 @@
2# Multimedia Video device configuration 2# Multimedia Video device configuration
3# 3#
4 4
5menu "Video For Linux" 5menu "Video Capture Adapters"
6 depends on VIDEO_DEV 6 depends on VIDEO_DEV
7 7
8comment "Video Adapters" 8comment "Video Capture Adapters"
9 9
10config VIDEO_ADV_DEBUG 10config VIDEO_ADV_DEBUG
11 bool "Enable advanced debug functionality" 11 bool "Enable advanced debug functionality"
@@ -20,7 +20,7 @@ source "drivers/media/video/bt8xx/Kconfig"
20 20
21config VIDEO_SAA6588 21config VIDEO_SAA6588
22 tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards" 22 tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards"
23 depends on VIDEO_DEV && I2C && VIDEO_BT848 23 depends on I2C && VIDEO_BT848
24 24
25 help 25 help
26 Support for Radio Data System (RDS) decoder. This allows seeing 26 Support for Radio Data System (RDS) decoder. This allows seeing
@@ -32,7 +32,7 @@ config VIDEO_SAA6588
32 32
33config VIDEO_PMS 33config VIDEO_PMS
34 tristate "Mediavision Pro Movie Studio Video For Linux" 34 tristate "Mediavision Pro Movie Studio Video For Linux"
35 depends on VIDEO_DEV && ISA 35 depends on ISA && VIDEO_V4L1
36 help 36 help
37 Say Y if you have such a thing. 37 Say Y if you have such a thing.
38 38
@@ -41,7 +41,7 @@ config VIDEO_PMS
41 41
42config VIDEO_PLANB 42config VIDEO_PLANB
43 tristate "PlanB Video-In on PowerMac" 43 tristate "PlanB Video-In on PowerMac"
44 depends on PPC_PMAC && VIDEO_DEV && BROKEN 44 depends on PPC_PMAC && VIDEO_V4L1 && BROKEN
45 help 45 help
46 PlanB is the V4L driver for the PowerMac 7x00/8x00 series video 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. 47 input hardware. If you want to experiment with this, say Y.
@@ -52,7 +52,7 @@ config VIDEO_PLANB
52 52
53config VIDEO_BWQCAM 53config VIDEO_BWQCAM
54 tristate "Quickcam BW Video For Linux" 54 tristate "Quickcam BW Video For Linux"
55 depends on VIDEO_DEV && PARPORT 55 depends on PARPORT && VIDEO_V4L1
56 help 56 help
57 Say Y have if you the black and white version of the QuickCam 57 Say Y have if you the black and white version of the QuickCam
58 camera. See the next option for the color version. 58 camera. See the next option for the color version.
@@ -62,7 +62,7 @@ config VIDEO_BWQCAM
62 62
63config VIDEO_CQCAM 63config VIDEO_CQCAM
64 tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)" 64 tristate "QuickCam Colour Video For Linux (EXPERIMENTAL)"
65 depends on EXPERIMENTAL && VIDEO_DEV && PARPORT 65 depends on EXPERIMENTAL && PARPORT && VIDEO_V4L1
66 help 66 help
67 This is the video4linux driver for the colour version of the 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, 68 Connectix QuickCam. If you have one of these cameras, say Y here,
@@ -73,7 +73,7 @@ config VIDEO_CQCAM
73 73
74config VIDEO_W9966 74config VIDEO_W9966
75 tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux" 75 tristate "W9966CF Webcam (FlyCam Supra and others) Video For Linux"
76 depends on PARPORT_1284 && VIDEO_DEV && PARPORT 76 depends on PARPORT_1284 && PARPORT && VIDEO_V4L1
77 help 77 help
78 Video4linux driver for Winbond's w9966 based Webcams. 78 Video4linux driver for Winbond's w9966 based Webcams.
79 Currently tested with the LifeView FlyCam Supra. 79 Currently tested with the LifeView FlyCam Supra.
@@ -86,7 +86,7 @@ config VIDEO_W9966
86 86
87config VIDEO_CPIA 87config VIDEO_CPIA
88 tristate "CPiA Video For Linux" 88 tristate "CPiA Video For Linux"
89 depends on VIDEO_DEV 89 depends on VIDEO_V4L1
90 ---help--- 90 ---help---
91 This is the video4linux driver for cameras based on Vision's CPiA 91 This is the video4linux driver for cameras based on Vision's CPiA
92 (Colour Processor Interface ASIC), such as the Creative Labs Video 92 (Colour Processor Interface ASIC), such as the Creative Labs Video
@@ -123,7 +123,7 @@ source "drivers/media/video/cpia2/Kconfig"
123 123
124config VIDEO_SAA5246A 124config VIDEO_SAA5246A
125 tristate "SAA5246A, SAA5281 Teletext processor" 125 tristate "SAA5246A, SAA5281 Teletext processor"
126 depends on VIDEO_DEV && I2C 126 depends on I2C && VIDEO_V4L1
127 help 127 help
128 Support for I2C bus based teletext using the SAA5246A or SAA5281 128 Support for I2C bus based teletext using the SAA5246A or SAA5281
129 chip. Useful only if you live in Europe. 129 chip. Useful only if you live in Europe.
@@ -150,7 +150,7 @@ config TUNER_3036
150 150
151config VIDEO_VINO 151config VIDEO_VINO
152 tristate "SGI Vino Video For Linux (EXPERIMENTAL)" 152 tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
153 depends on VIDEO_DEV && I2C && SGI_IP22 && EXPERIMENTAL 153 depends on I2C && SGI_IP22 && EXPERIMENTAL && VIDEO_V4L1
154 select I2C_ALGO_SGI 154 select I2C_ALGO_SGI
155 help 155 help
156 Say Y here to build in support for the Vino video input system found 156 Say Y here to build in support for the Vino video input system found
@@ -158,7 +158,7 @@ config VIDEO_VINO
158 158
159config VIDEO_STRADIS 159config VIDEO_STRADIS
160 tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)" 160 tristate "Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)"
161 depends on EXPERIMENTAL && VIDEO_DEV && PCI 161 depends on EXPERIMENTAL && PCI && VIDEO_V4L1
162 help 162 help
163 Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video 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 164 driver for PCI. There is a product page at
@@ -166,7 +166,7 @@ config VIDEO_STRADIS
166 166
167config VIDEO_ZORAN 167config VIDEO_ZORAN
168 tristate "Zoran ZR36057/36067 Video For Linux" 168 tristate "Zoran ZR36057/36067 Video For Linux"
169 depends on VIDEO_DEV && PCI && I2C_ALGOBIT 169 depends on PCI && I2C_ALGOBIT && VIDEO_V4L1
170 help 170 help
171 Say Y for support for MJPEG capture cards based on the Zoran 171 Say Y for support for MJPEG capture cards based on the Zoran
172 36057/36067 PCI controller chipset. This includes the Iomega 172 36057/36067 PCI controller chipset. This includes the Iomega
@@ -214,7 +214,7 @@ config VIDEO_ZORAN_LML33R10
214 214
215config VIDEO_ZR36120 215config VIDEO_ZR36120
216 tristate "Zoran ZR36120/36125 Video For Linux" 216 tristate "Zoran ZR36120/36125 Video For Linux"
217 depends on VIDEO_DEV && PCI && I2C && BROKEN 217 depends on PCI && I2C && VIDEO_V4L1 && BROKEN
218 help 218 help
219 Support for ZR36120/ZR36125 based frame grabber/overlay boards. 219 Support for ZR36120/ZR36125 based frame grabber/overlay boards.
220 This includes the Victor II, WaveWatcher, Video Wonder, Maxi-TV, 220 This includes the Victor II, WaveWatcher, Video Wonder, Maxi-TV,
@@ -226,7 +226,7 @@ config VIDEO_ZR36120
226 226
227config VIDEO_MEYE 227config VIDEO_MEYE
228 tristate "Sony Vaio Picturebook Motion Eye Video For Linux" 228 tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
229 depends on VIDEO_DEV && PCI && SONYPI 229 depends on PCI && SONYPI && VIDEO_V4L1
230 ---help--- 230 ---help---
231 This is the video4linux driver for the Motion Eye camera found 231 This is the video4linux driver for the Motion Eye camera found
232 in the Vaio Picturebook laptops. Please read the material in 232 in the Vaio Picturebook laptops. Please read the material in
@@ -242,7 +242,7 @@ source "drivers/media/video/saa7134/Kconfig"
242 242
243config VIDEO_MXB 243config VIDEO_MXB
244 tristate "Siemens-Nixdorf 'Multimedia eXtension Board'" 244 tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
245 depends on VIDEO_DEV && PCI 245 depends on PCI && VIDEO_V4L1
246 select VIDEO_SAA7146_VV 246 select VIDEO_SAA7146_VV
247 select VIDEO_TUNER 247 select VIDEO_TUNER
248 ---help--- 248 ---help---
@@ -254,8 +254,9 @@ config VIDEO_MXB
254 254
255config VIDEO_DPC 255config VIDEO_DPC
256 tristate "Philips-Semiconductors 'dpc7146 demonstration board'" 256 tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
257 depends on VIDEO_DEV && PCI 257 depends on PCI && VIDEO_V4L1
258 select VIDEO_SAA7146_VV 258 select VIDEO_SAA7146_VV
259 select VIDEO_V4L2
259 ---help--- 260 ---help---
260 This is a video4linux driver for the 'dpc7146 demonstration 261 This is a video4linux driver for the 'dpc7146 demonstration
261 board' by Philips-Semiconductors. It's the reference design 262 board' by Philips-Semiconductors. It's the reference design
@@ -268,8 +269,9 @@ config VIDEO_DPC
268 269
269config VIDEO_HEXIUM_ORION 270config VIDEO_HEXIUM_ORION
270 tristate "Hexium HV-PCI6 and Orion frame grabber" 271 tristate "Hexium HV-PCI6 and Orion frame grabber"
271 depends on VIDEO_DEV && PCI 272 depends on PCI && VIDEO_V4L1
272 select VIDEO_SAA7146_VV 273 select VIDEO_SAA7146_VV
274 select VIDEO_V4L2
273 ---help--- 275 ---help---
274 This is a video4linux driver for the Hexium HV-PCI6 and 276 This is a video4linux driver for the Hexium HV-PCI6 and
275 Orion frame grabber cards by Hexium. 277 Orion frame grabber cards by Hexium.
@@ -279,8 +281,9 @@ config VIDEO_HEXIUM_ORION
279 281
280config VIDEO_HEXIUM_GEMINI 282config VIDEO_HEXIUM_GEMINI
281 tristate "Hexium Gemini frame grabber" 283 tristate "Hexium Gemini frame grabber"
282 depends on VIDEO_DEV && PCI 284 depends on PCI && VIDEO_V4L1
283 select VIDEO_SAA7146_VV 285 select VIDEO_SAA7146_VV
286 select VIDEO_V4L2
284 ---help--- 287 ---help---
285 This is a video4linux driver for the Hexium Gemini frame 288 This is a video4linux driver for the Hexium Gemini frame
286 grabber card by Hexium. Please note that the Gemini Dual 289 grabber card by Hexium. Please note that the Gemini Dual
@@ -293,7 +296,7 @@ source "drivers/media/video/cx88/Kconfig"
293 296
294config VIDEO_OVCAMCHIP 297config VIDEO_OVCAMCHIP
295 tristate "OmniVision Camera Chip support" 298 tristate "OmniVision Camera Chip support"
296 depends on VIDEO_DEV && I2C 299 depends on I2C && VIDEO_V4L1
297 ---help--- 300 ---help---
298 Support for the OmniVision OV6xxx and OV7xxx series of camera chips. 301 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 302 This driver is intended to be used with the ov511 and w9968cf USB
@@ -304,7 +307,7 @@ config VIDEO_OVCAMCHIP
304 307
305config VIDEO_M32R_AR 308config VIDEO_M32R_AR
306 tristate "AR devices" 309 tristate "AR devices"
307 depends on M32R 310 depends on M32R && VIDEO_V4L1
308 ---help--- 311 ---help---
309 This is a video4linux driver for the Renesas AR (Artificial Retina) 312 This is a video4linux driver for the Renesas AR (Artificial Retina)
310 camera module. 313 camera module.
@@ -365,17 +368,17 @@ config VIDEO_WM8739
365source "drivers/media/video/cx25840/Kconfig" 368source "drivers/media/video/cx25840/Kconfig"
366 369
367config VIDEO_SAA711X 370config VIDEO_SAA711X
368 tristate "Philips SAA7113/4/5 video decoders" 371 tristate "Philips SAA7113/4/5 video decoders (OBSOLETED)"
369 depends on VIDEO_DEV && I2C && EXPERIMENTAL 372 depends on VIDEO_V4L1 && I2C && EXPERIMENTAL
370 ---help--- 373 ---help---
371 Support for the Philips SAA7113/4/5 video decoders. 374 Old support for the Philips SAA7113/4 video decoders.
372 375
373 To compile this driver as a module, choose M here: the 376 To compile this driver as a module, choose M here: the
374 module will be called saa7115. 377 module will be called saa7115.
375 378
376config VIDEO_SAA7127 379config VIDEO_SAA7127
377 tristate "Philips SAA7127/9 digital video encoders" 380 tristate "Philips SAA7127/9 digital video encoders"
378 depends on VIDEO_DEV && I2C && EXPERIMENTAL 381 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
379 ---help--- 382 ---help---
380 Support for the Philips SAA7127/9 digital video encoders. 383 Support for the Philips SAA7127/9 digital video encoders.
381 384
@@ -384,7 +387,7 @@ config VIDEO_SAA7127
384 387
385config VIDEO_UPD64031A 388config VIDEO_UPD64031A
386 tristate "NEC Electronics uPD64031A Ghost Reduction" 389 tristate "NEC Electronics uPD64031A Ghost Reduction"
387 depends on VIDEO_DEV && I2C && EXPERIMENTAL 390 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
388 ---help--- 391 ---help---
389 Support for the NEC Electronics uPD64031A Ghost Reduction 392 Support for the NEC Electronics uPD64031A Ghost Reduction
390 video chip. It is most often found in NTSC TV cards made for 393 video chip. It is most often found in NTSC TV cards made for
@@ -396,7 +399,7 @@ config VIDEO_UPD64031A
396 399
397config VIDEO_UPD64083 400config VIDEO_UPD64083
398 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation" 401 tristate "NEC Electronics uPD64083 3-Dimensional Y/C separation"
399 depends on VIDEO_DEV && I2C && EXPERIMENTAL 402 depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
400 ---help--- 403 ---help---
401 Support for the NEC Electronics uPD64083 3-Dimensional Y/C 404 Support for the NEC Electronics uPD64083 3-Dimensional Y/C
402 separation video chip. It is used to improve the quality of 405 separation video chip. It is used to improve the quality of
@@ -418,7 +421,7 @@ source "drivers/media/video/em28xx/Kconfig"
418 421
419config USB_DSBR 422config USB_DSBR
420 tristate "D-Link USB FM radio support (EXPERIMENTAL)" 423 tristate "D-Link USB FM radio support (EXPERIMENTAL)"
421 depends on USB && VIDEO_DEV && EXPERIMENTAL 424 depends on USB && VIDEO_V4L1 && EXPERIMENTAL
422 ---help--- 425 ---help---
423 Say Y here if you want to connect this type of radio to your 426 Say Y here if you want to connect this type of radio to your
424 computer's USB port. Note that the audio is not digital, and 427 computer's USB port. Note that the audio is not digital, and
@@ -434,7 +437,7 @@ source "drivers/media/video/et61x251/Kconfig"
434 437
435config USB_OV511 438config USB_OV511
436 tristate "USB OV511 Camera support" 439 tristate "USB OV511 Camera support"
437 depends on USB && VIDEO_DEV 440 depends on USB && VIDEO_V4L1
438 ---help--- 441 ---help---
439 Say Y here if you want to connect this type of camera to your 442 Say Y here if you want to connect this type of camera to your
440 computer's USB port. See <file:Documentation/video4linux/ov511.txt> 443 computer's USB port. See <file:Documentation/video4linux/ov511.txt>
@@ -445,7 +448,7 @@ config USB_OV511
445 448
446config USB_SE401 449config USB_SE401
447 tristate "USB SE401 Camera support" 450 tristate "USB SE401 Camera support"
448 depends on USB && VIDEO_DEV 451 depends on USB && VIDEO_V4L1
449 ---help--- 452 ---help---
450 Say Y here if you want to connect this type of camera to your 453 Say Y here if you want to connect this type of camera to your
451 computer's USB port. See <file:Documentation/video4linux/se401.txt> 454 computer's USB port. See <file:Documentation/video4linux/se401.txt>
@@ -458,7 +461,7 @@ source "drivers/media/video/sn9c102/Kconfig"
458 461
459config USB_STV680 462config USB_STV680
460 tristate "USB STV680 (Pencam) Camera support" 463 tristate "USB STV680 (Pencam) Camera support"
461 depends on USB && VIDEO_DEV 464 depends on USB && VIDEO_V4L1
462 ---help--- 465 ---help---
463 Say Y here if you want to connect this type of camera to your 466 Say Y here if you want to connect this type of camera to your
464 computer's USB port. This includes the Pencam line of cameras. 467 computer's USB port. This includes the Pencam line of cameras.
@@ -470,7 +473,7 @@ config USB_STV680
470 473
471config USB_W9968CF 474config USB_W9968CF
472 tristate "USB W996[87]CF JPEG Dual Mode Camera support" 475 tristate "USB W996[87]CF JPEG Dual Mode Camera support"
473 depends on USB && VIDEO_DEV && I2C 476 depends on USB && VIDEO_V4L1 && I2C
474 select VIDEO_OVCAMCHIP 477 select VIDEO_OVCAMCHIP
475 ---help--- 478 ---help---
476 Say Y here if you want support for cameras based on OV681 or 479 Say Y here if you want support for cameras based on OV681 or