V4L/DVB (3495): Kconfig: select VIDEO_CX25840 to build cx25840 a/v decoder module
[deliverable/linux.git] / drivers / media / video / Kconfig
index fc87efc5049c0c64ef3e660393ef042840e84a8a..a76036ff9a9c0879251045e2e5f2de2a25216892 100644 (file)
@@ -7,6 +7,15 @@ menu "Video For Linux"
 
 comment "Video Adapters"
 
+config VIDEO_ADV_DEBUG
+       bool "Enable advanced debug functionality"
+       depends on VIDEO_DEV
+       default n
+       ---help---
+         Say Y here to enable advanced debugging functionality on some
+         V4L devices.
+         In doubt, say N.
+
 config VIDEO_BT848
        tristate "BT848 Video For Linux"
        depends on VIDEO_DEV && PCI && I2C
@@ -133,6 +142,16 @@ config VIDEO_CPIA_USB
          otherwise say N. This will not work with the Creative Webcam III.
          It is also available as a module (cpia_usb).
 
+config VIDEO_CPIA2
+       tristate "CPiA2 Video For Linux"
+       depends on VIDEO_DEV
+       ---help---
+         This is the video4linux driver for cameras based on Vision's CPiA2
+         (Colour Processor Interface ASIC), such as the Digital Blue QX5
+         Microscope. If you have one of these cameras, say Y here
+
+         This driver is also available as a module (cpia2).
+
 config VIDEO_SAA5246A
        tristate "SAA5246A, SAA5281 Teletext processor"
        depends on VIDEO_DEV && I2C
@@ -174,7 +193,7 @@ config VIDEO_STRADIS
        help
          Say Y here to enable support for the Stradis 4:2:2 MPEG-2 video
          driver for PCI.  There is a product page at
-         <http://www.stradis.com/decoder.html>.
+         <http://www.stradis.com/>.
 
 config VIDEO_ZORAN
        tristate "Zoran ZR36057/36067 Video For Linux"
@@ -340,8 +359,11 @@ config VIDEO_AUDIO_DECODER
 config VIDEO_DECODER
        tristate "Add support for additional video chipsets"
        depends on VIDEO_DEV && I2C && EXPERIMENTAL
+       select VIDEO_CX25840
        ---help---
          Say Y here to compile drivers for SAA7115, SAA7127 and CX25840
-         video  decoders.
+         video decoders.
+
+source "drivers/media/video/cx25840/Kconfig"
 
 endmenu
This page took 0.083587 seconds and 5 git commands to generate.