diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-23 10:08:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-23 10:08:41 -0300 |
commit | df7e54a424a041e994e12a5dd7e7c577de34142a (patch) | |
tree | e1bed5fa02db428d98c09507ed8b66957f2a3d63 /linux/drivers/media/video/Kconfig | |
parent | 125b516574d6abb9ccb8a00fbec36a16ee7eb18c (diff) | |
download | mediapointer-dvb-s2-df7e54a424a041e994e12a5dd7e7c577de34142a.tar.gz mediapointer-dvb-s2-df7e54a424a041e994e12a5dd7e7c577de34142a.tar.bz2 |
Fixes Helper module dependencies against V4L APIs
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/Kconfig')
-rw-r--r-- | linux/drivers/media/video/Kconfig | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index 9d2f3715b..4cdc058ae 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -40,10 +40,10 @@ comment "Audio Decoders" config VIDEO_TVAUDIO tristate "Simple audio decoder chips" - depends on VIDEO_DEV && I2C + depends on VIDEO_V4L1 && I2C ---help--- Support for several audio decoder chips found on some bt8xx boards: - Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300, + Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300, tea6320, tea6420, tda8425, ta8874z. Microchip: pic16c54 based design on ProVideo PV951 board. @@ -52,7 +52,7 @@ config VIDEO_TVAUDIO config VIDEO_TDA7432 tristate "Philips TDA7432 audio processor chip" - depends on VIDEO_DEV && I2C + depends on VIDEO_V4L1 && I2C ---help--- Support for tda7432 audio decoder chip found on some bt8xx boards. @@ -70,7 +70,7 @@ config VIDEO_TDA9840 config VIDEO_TDA9875 tristate "Philips TDA9875 audio processor chip" - depends on VIDEO_DEV && I2C + depends on VIDEO_V4L1 && I2C ---help--- Support for tda9875 audio decoder chip found on some bt8xx boards. @@ -97,7 +97,7 @@ config VIDEO_TEA6420 config VIDEO_MSP3400 tristate "Micronas MSP34xx audio decoders" - depends on VIDEO_DEV && I2C + depends on VIDEO_V4L2 && I2C ---help--- Support for the Micronas MSP34xx series of audio decoders. @@ -106,7 +106,7 @@ config VIDEO_MSP3400 config VIDEO_CS53L32A tristate "Cirrus Logic CS53L32A audio ADC" - depends on VIDEO_DEV && I2C && EXPERIMENTAL + depends on VIDEO_V4L2 && I2C && EXPERIMENTAL ---help--- Support for the Cirrus Logic CS53L32A low voltage stereo A/D converter. @@ -116,7 +116,7 @@ config VIDEO_CS53L32A config VIDEO_TLV320AIC23B tristate "Texas Instruments TLV320AIC23B audio codec" - depends on VIDEO_DEV && I2C && EXPERIMENTAL + depends on VIDEO_V4L2 && I2C && EXPERIMENTAL ---help--- Support for the Texas Instruments TLV320AIC23B audio codec. @@ -125,7 +125,7 @@ config VIDEO_TLV320AIC23B config VIDEO_WM8775 tristate "Wolfson Microelectronics WM8775 audio ADC with input mixer" - depends on VIDEO_DEV && I2C && EXPERIMENTAL + depends on VIDEO_V4L2 && I2C && EXPERIMENTAL ---help--- Support for the Wolfson Microelectronics WM8775 high performance stereo A/D Converter with a 4 channel input mixer. @@ -135,7 +135,7 @@ config VIDEO_WM8775 config VIDEO_WM8739 tristate "Wolfson Microelectronics WM8739 stereo audio ADC" - depends on VIDEO_DEV && I2C && EXPERIMENTAL + depends on VIDEO_V4L2 && I2C && EXPERIMENTAL ---help--- Support for the Wolfson Microelectronics WM8739 stereo A/D Converter. @@ -172,7 +172,7 @@ config VIDEO_SAA7127 config VIDEO_SAA7185 tristate "Philips SAA7185 video encoder" - depends on VIDEO_DEV && I2C + depends on VIDEO_V4L1 && I2C ---help--- Support for the Philips SAA7185 video encoder. @@ -181,7 +181,7 @@ config VIDEO_SAA7185 config VIDEO_ADV7170 tristate "Analog Devices ADV7170 video encoder driver" - depends on VIDEO_V4L2 && I2C + depends on VIDEO_V4L1 && I2C ---help--- Support for the Analog Devices ADV7170 video encoder driver @@ -190,7 +190,7 @@ config VIDEO_ADV7170 config VIDEO_ADV7175 tristate "Analog Devices ADV7175 video encoder driver" - depends on VIDEO_V4L2 && I2C + depends on VIDEO_V4L1 && I2C ---help--- Support for the Analog Devices ADV7175 video encoder driver @@ -201,7 +201,7 @@ comment "Video decoders" config VIDEO_BT819 tristate "BT819A VideoStream Decoder" - depends on VIDEO_DEV && I2C + depends on VIDEO_V4L1 && I2C ---help--- Support for BT819A video decoder. @@ -210,7 +210,7 @@ config VIDEO_BT819 config VIDEO_BT856 tristate "BT856 VideoStream Decoder" - depends on VIDEO_DEV && I2C + depends on VIDEO_V4L1 && I2C ---help--- Support for BT856 video decoder. @@ -219,7 +219,7 @@ config VIDEO_BT856 config VIDEO_BT866 tristate "BT866 VideoStream Decoder" - depends on VIDEO_DEV && I2C + depends on VIDEO_V4L1 && I2C ---help--- Support for BT866 video decoder. @@ -228,7 +228,7 @@ config VIDEO_BT866 config VIDEO_SAA7110 tristate "Philips SAA7110 video decoder" - depends on VIDEO_DEV + depends on VIDEO_V4L1 ---help--- Support for the Philips SAA7110 video decoders. @@ -237,7 +237,7 @@ config VIDEO_SAA7110 config VIDEO_SAA7111 tristate "Philips SAA7111 video decoder" - depends on VIDEO_DEV && I2C + depends on VIDEO_V4L1 && I2C ---help--- Support for the Philips SAA711 video decoder. @@ -246,7 +246,7 @@ config VIDEO_SAA7111 config VIDEO_SAA7114 tristate "Philips SAA7114 video decoder" - depends on VIDEO_DEV && I2C + depends on VIDEO_V4L1 && I2C ---help--- Support for the Philips SAA7114 video decoder. This driver is used only on Zoran driver and should be moved soon to @@ -257,7 +257,7 @@ config VIDEO_SAA7114 config VIDEO_SAA711X tristate "Philips SAA7113/4/5 video decoders" - depends on VIDEO_DEV && I2C && EXPERIMENTAL + depends on VIDEO_V4L2 && I2C && EXPERIMENTAL ---help--- Support for the Philips SAA7113/4/5 video decoders. @@ -266,7 +266,7 @@ config VIDEO_SAA711X config VIDEO_SAA7191 tristate "Philips SAA7191 video decoder" - depends on VIDEO_DEV && I2C + depends on VIDEO_V4L1 && I2C ---help--- Support for the Philips SAA7191 video decoder. @@ -275,7 +275,7 @@ config VIDEO_SAA7191 config VIDEO_TVP5150 tristate "Texas Instruments TVP5150 video decoder" - depends on VIDEO_DEV && I2C + depends on VIDEO_V4L2 && I2C ---help--- Support for the Texas Instruments TVP5150 video decoder. @@ -284,7 +284,7 @@ config VIDEO_TVP5150 config VIDEO_VPX3220 tristate "vpx3220a, vpx3216b & vpx3214c video decoder driver" - depends on VIDEO_DEV && I2C + depends on VIDEO_V4L1 && I2C ---help--- Support for VPX322x video decoders. |