V4L/DVB (4513): Split audio decoders from bttv
[pandora-kernel.git] / drivers / media / video / Kconfig
index fe56862..82ca9ab 100644 (file)
@@ -260,7 +260,7 @@ source "drivers/media/video/saa7134/Kconfig"
 
 config VIDEO_MXB
        tristate "Siemens-Nixdorf 'Multimedia eXtension Board'"
-       depends on PCI && VIDEO_V4L1
+       depends on PCI && VIDEO_V4L1 && I2C
        select VIDEO_SAA7146_VV
        select VIDEO_TUNER
        ---help---
@@ -272,7 +272,7 @@ config VIDEO_MXB
 
 config VIDEO_DPC
        tristate "Philips-Semiconductors 'dpc7146 demonstration board'"
-       depends on PCI && VIDEO_V4L1
+       depends on PCI && VIDEO_V4L1 && I2C
        select VIDEO_SAA7146_VV
        select VIDEO_V4L2
        ---help---
@@ -287,7 +287,7 @@ config VIDEO_DPC
 
 config VIDEO_HEXIUM_ORION
        tristate "Hexium HV-PCI6 and Orion frame grabber"
-       depends on PCI && VIDEO_V4L1
+       depends on PCI && VIDEO_V4L1 && I2C
        select VIDEO_SAA7146_VV
        select VIDEO_V4L2
        ---help---
@@ -299,7 +299,7 @@ config VIDEO_HEXIUM_ORION
 
 config VIDEO_HEXIUM_GEMINI
        tristate "Hexium Gemini frame grabber"
-       depends on PCI && VIDEO_V4L1
+       depends on PCI && VIDEO_V4L1 && I2C
        select VIDEO_SAA7146_VV
        select VIDEO_V4L2
        ---help---
@@ -320,11 +320,16 @@ config VIDEO_M32R_AR
          camera module.
 
 config VIDEO_M32R_AR_M64278
-       tristate "Use Colour AR module M64278(VGA)"
-       depends on VIDEO_M32R_AR && PLAT_M32700UT
+       tristate "AR device with color module M64278(VGA)"
+       depends on PLAT_M32700UT
+       select VIDEO_M32R_AR
        ---help---
-         Say Y here to use the Renesas M64278E-800 camera module,
-         which supports VGA(640x480 pixcels) size of images.
+         This is a video4linux driver for the Renesas AR (Artificial
+         Retina) with M64278E-800 camera module.
+         This module supports VGA(640x480 pixels) resolutions.
+
+         To compile this driver as a module, choose M here: the
+         module will be called arv.
 
 #
 # Encoder / Decoder module configuration
@@ -333,6 +338,34 @@ config VIDEO_M32R_AR_M64278
 menu "Encoders and Decoders"
        depends on VIDEO_DEV
 
+config VIDEO_TVAUDIO
+       tristate "Support for several audio decoder chips found on bt8xx boards"
+       depends on VIDEO_DEV && I2C
+       ---help---
+         Support for several audio decoder chips found on some bt8xx boards:
+               tda8425, tea6300, tea6420, tea9840, tda985x, tda9874, pic16c54.
+
+         To compile this driver as a module, choose M here: the
+         module will be called tvaudio.
+
+config VIDEO_TDA7432
+       tristate "Support for tda7432 chip"
+       depends on VIDEO_DEV && I2C
+       ---help---
+         Support for tda7432 audio decoder chip found on some bt8xx boards.
+
+         To compile this driver as a module, choose M here: the
+         module will be called tda7432.
+
+config VIDEO_TDA9875
+       tristate "Support for tda9875 chip"
+       depends on VIDEO_DEV && I2C
+       ---help---
+         Support for tda9875 audio decoder chip found on some bt8xx boards.
+
+         To compile this driver as a module, choose M here: the
+         module will be called tda9875.
+
 config VIDEO_MSP3400
        tristate "Micronas MSP34xx audio decoders"
        depends on VIDEO_DEV && I2C
@@ -404,6 +437,15 @@ config VIDEO_SAA711X
          To compile this driver as a module, choose M here: the
          module will be called saa7115.
 
+config VIDEO_TVP5150
+       tristate "Texas Instruments TVP5150 video decoder"
+       depends on VIDEO_DEV && I2C
+       ---help---
+         Support for the Texas Instruments TVP5150 video decoder.
+
+         To compile this driver as a module, choose M here: the
+         module will be called tvp5150.
+
 config VIDEO_SAA7127
        tristate "Philips SAA7127/9 digital video encoders"
        depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
@@ -449,18 +491,6 @@ source "drivers/media/video/pvrusb2/Kconfig"
 
 source "drivers/media/video/em28xx/Kconfig"
 
-config USB_DSBR
-       tristate "D-Link USB FM radio support (EXPERIMENTAL)"
-       depends on USB && VIDEO_V4L1 && EXPERIMENTAL
-       ---help---
-         Say Y here if you want to connect this type of radio to your
-         computer's USB port. Note that the audio is not digital, and
-         you must connect the line out connector to a sound card or a
-         set of speakers.
-
-         To compile this driver as a module, choose M here: the
-         module will be called dsbr100.
-
 source "drivers/media/video/usbvideo/Kconfig"
 
 source "drivers/media/video/et61x251/Kconfig"