diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-22 16:14:36 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-22 16:14:36 -0300 |
commit | 49eb5b761f29da3bc4fe473645d6a10df649eea8 (patch) | |
tree | 2419f30d1a8f0085ac0d4ce9f8a2d672c7ae4a0a /linux/drivers/media | |
parent | bb2c598e53bcc00348530ca81fb5147015c7e9ba (diff) | |
download | mediapointer-dvb-s2-49eb5b761f29da3bc4fe473645d6a10df649eea8.tar.gz mediapointer-dvb-s2-49eb5b761f29da3bc4fe473645d6a10df649eea8.tar.bz2 |
Improved descriptions of audio chips
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Also, saa7185 were at wrong place.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/video/Kconfig | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig index 548bf70de..b149d8366 100644 --- a/linux/drivers/media/video/Kconfig +++ b/linux/drivers/media/video/Kconfig @@ -364,17 +364,19 @@ menu "Encoders and Decoders" comment "Audio Decoders" config VIDEO_TVAUDIO - tristate "Support for several audio decoder chips found on bt8xx boards" + tristate "Simple audio decoder chips" depends on VIDEO_DEV && I2C ---help--- Support for several audio decoder chips found on some bt8xx boards: - tda8425, tea6300, tea6420, tea9840, tda985x, tda9874, pic16c54. + Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300, + tea6320, tea6420, tda8425, ta8874z. + Microchip: pic16c54 based design on ProVideo PV951 board. To compile this driver as a module, choose M here: the module will be called tvaudio. config VIDEO_TDA7432 - tristate "Support for tda7432 chip" + tristate "Philips TDA7432 audio processor chip" depends on VIDEO_DEV && I2C ---help--- Support for tda7432 audio decoder chip found on some bt8xx boards. @@ -383,7 +385,7 @@ config VIDEO_TDA7432 module will be called tda7432. config VIDEO_TDA9840 - tristate "Support for tda9840 chip" + tristate "Philips TDA9840 audio processor chip" depends on VIDEO_DEV && I2C ---help--- Support for tda9840 audio decoder chip found on some Zoran boards. @@ -392,7 +394,7 @@ config VIDEO_TDA9840 module will be called tda9840. config VIDEO_TDA9875 - tristate "Support for tda9875 chip" + tristate "Philips TDA9875 audio processor chip" depends on VIDEO_DEV && I2C ---help--- Support for tda9875 audio decoder chip found on some bt8xx boards. @@ -401,7 +403,7 @@ config VIDEO_TDA9875 module will be called tda9875. config VIDEO_TEA6415C - tristate "Support for tea6415c chip" + tristate "Philips TEA6415C audio processor chip" depends on VIDEO_DEV && I2C ---help--- Support for tea6415c audio decoder chip found on some bt8xx boards. @@ -410,7 +412,7 @@ config VIDEO_TEA6415C module will be called tea6415c. config VIDEO_TEA6420 - tristate "Support for tea6420 chip" + tristate "Philips TEA6420 audio processor chip" depends on VIDEO_DEV && I2C ---help--- Support for tea6420 audio decoder chip found on some bt8xx boards. @@ -482,15 +484,6 @@ config VIDEO_CX2341X source "drivers/media/video/cx25840/Kconfig" -config VIDEO_SAA7185 - tristate "Philips SAA7185 video encoder" - depends on VIDEO_DEV && I2C - ---help--- - Support for the Philips SAA7185 video encoder. - - To compile this driver as a module, choose M here: the - module will be called saa7185. - comment "Video encoders" config VIDEO_SAA7127 @@ -502,6 +495,15 @@ config VIDEO_SAA7127 To compile this driver as a module, choose M here: the module will be called saa7127. +config VIDEO_SAA7185 + tristate "Philips SAA7185 video encoder" + depends on VIDEO_DEV && I2C + ---help--- + Support for the Philips SAA7185 video encoder. + + To compile this driver as a module, choose M here: the + module will be called saa7185. + config VIDEO_ADV7170 tristate "Analog Devices ADV7170 video encoder driver" depends on VIDEO_V4L2 && I2C |