vserver 1.9.5.x5
[linux-2.6.git] / drivers / media / video / Kconfig
index 90249af..ee274bd 100644 (file)
@@ -9,15 +9,21 @@ comment "Video Adapters"
 
 config VIDEO_BT848
        tristate "BT848 Video For Linux"
-       depends on VIDEO_DEV && PCI && I2C && SOUND
+       depends on VIDEO_DEV && PCI && I2C
        select I2C_ALGOBIT
+       select FW_LOADER
+       select VIDEO_BTCX
+       select VIDEO_BUF
+       select VIDEO_IR
+       select VIDEO_TUNER
+       select VIDEO_TVEEPROM
        ---help---
          Support for BT848 based frame grabber/overlay boards. This includes
          the Miro, Hauppauge and STB boards. Please read the material in
          <file:Documentation/video4linux/bttv/> for more information.
 
          If you say Y or M here, you need to say Y or M to "I2C support" and
-         "I2C bit-banging interfaces" in the character device section.
+         "I2C bit-banging interfaces" in the device drivers section.
 
          To compile this driver as a module, choose M here: the
          module will be called bttv.
@@ -112,11 +118,11 @@ config VIDEO_CPIA_USB
          It is also available as a module (cpia_usb).
 
 config VIDEO_SAA5246A
-       tristate "SAA5246A Teletext processor"
+       tristate "SAA5246A, SAA5281 Teletext processor"
        depends on VIDEO_DEV && I2C
        help
-         Support for I2C bus based teletext using the SAA5246A chip. Useful
-         only if you live in Europe.
+         Support for I2C bus based teletext using the SAA5246A or SAA5281
+         chip. Useful only if you live in Europe.
 
          To compile this driver as a module, choose M here: the
          module will be called saa5246a.
@@ -140,7 +146,8 @@ config TUNER_3036
 
 config VIDEO_VINO
        tristate "SGI Vino Video For Linux (EXPERIMENTAL)"
-       depends on EXPERIMENTAL && VIDEO_DEV && SGI
+       depends on VIDEO_DEV && I2C && SGI_IP22 && EXPERIMENTAL
+       select I2C_ALGO_SGI
        help
          Say Y here to build in support for the Vino video input system found
          on SGI Indy machines.
@@ -155,7 +162,7 @@ config VIDEO_STRADIS
 
 config VIDEO_ZORAN
        tristate "Zoran ZR36057/36067 Video For Linux"
-       depends on VIDEO_DEV && PCI && I2C
+       depends on VIDEO_DEV && PCI && I2C_ALGOBIT
        help
          Say Y for support for MJPEG capture cards based on the Zoran
          36057/36067 PCI controller chipset. This includes the Iomega
@@ -214,8 +221,8 @@ config VIDEO_ZR36120
          module will be called zr36120.
 
 config VIDEO_MEYE
-       tristate "Sony Vaio Picturebook Motion Eye Video For Linux (EXPERIMENTAL)"
-       depends on VIDEO_DEV && SONYPI && !HIGHMEM64G
+       tristate "Sony Vaio Picturebook Motion Eye Video For Linux"
+       depends on VIDEO_DEV && PCI && SONYPI
        ---help---
          This is the video4linux driver for the Motion Eye camera found
          in the Vaio Picturebook laptops. Please read the material in
@@ -230,6 +237,9 @@ config VIDEO_MEYE
 config VIDEO_SAA7134
        tristate "Philips SAA7134 support"
        depends on VIDEO_DEV && PCI && I2C
+       select VIDEO_BUF
+       select VIDEO_IR
+       select VIDEO_TUNER
        ---help---
          This is a video4linux driver for Philips SAA7130/7134 based
          TV cards.
@@ -237,10 +247,18 @@ config VIDEO_SAA7134
          To compile this driver as a module, choose M here: the
          module will be called saa7134.
 
+config VIDEO_SAA7134_DVB
+       tristate "DVB Support for saa7134 based TV cards"
+       depends on VIDEO_SAA7134 && DVB_CORE && BROKEN
+       ---help---
+         This adds support for DVB cards based on the
+         Philips saa7134 chip.
+
 config VIDEO_MXB
        tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
        depends on VIDEO_DEV && PCI
        select VIDEO_SAA7146_VV
+       select VIDEO_TUNER
        ---help---
          This is a video4linux driver for the 'Multimedia eXtension Board'
          TV card by Siemens-Nixdorf.
@@ -287,7 +305,11 @@ config VIDEO_HEXIUM_GEMINI
 
 config VIDEO_CX88
        tristate "Conexant 2388x (bt878 successor) support"
-       depends on VIDEO_DEV && PCI && I2C_ALGOBIT && EXPERIMENTAL
+       depends on VIDEO_DEV && PCI && EXPERIMENTAL
+       select I2C_ALGOBIT
+       select VIDEO_BTCX
+       select VIDEO_BUF
+       select VIDEO_TUNER
        ---help---
          This is a video4linux driver for Conexant 2388x based
          TV cards.
@@ -295,5 +317,37 @@ config VIDEO_CX88
          To compile this driver as a module, choose M here: the
          module will be called cx8800
 
-endmenu
+config VIDEO_CX88_DVB
+       tristate "DVB Support for cx2388x based TV cards"
+       depends on VIDEO_CX88 && DVB_CORE && BROKEN
+       select VIDEO_BUF_DVB
+       ---help---
+         This adds support for DVB cards based on the
+         Connexant 2388x chip.
 
+config VIDEO_OVCAMCHIP
+       tristate "OmniVision Camera Chip support"
+       depends on VIDEO_DEV && I2C
+       ---help---
+         Support for the OmniVision OV6xxx and OV7xxx series of camera chips.
+         This driver is intended to be used with the ov511 and w9968cf USB
+         camera drivers.
+
+         To compile this driver as a module, choose M here: the
+         module will be called ovcamchip
+
+config VIDEO_M32R_AR
+       tristate "AR devices"
+       depends on M32R
+       ---help---
+         This is a video4linux driver for the Renesas AR (Artificial Retina)
+         camera module.
+
+config VIDEO_M32R_AR_M64278
+       tristate "Use Colour AR module M64278(VGA)"
+       depends on VIDEO_M32R_AR
+       ---help---
+         Say Y here to use the Renesas M64278E-800 camera module,
+         which supports VGA(640x480 pixcels) size of images.
+
+endmenu