summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-08-22 11:56:51 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-08-22 11:56:51 -0300
commit94df4f1c7e458fedfc99ecdb084785476b2dbe03 (patch)
treec36882f685ddc92ef75ee2d30fbdf39dd1a5bf5d /linux/drivers/media/video/Kconfig
parentcb73e06fc50c861fda76a2f77ecdcfcc55606fa5 (diff)
downloadmediapointer-dvb-s2-94df4f1c7e458fedfc99ecdb084785476b2dbe03.tar.gz
mediapointer-dvb-s2-94df4f1c7e458fedfc99ecdb084785476b2dbe03.tar.bz2
Separe audio decoders from bttv
From: Mauro Carvalho Chehab <mchehab@infradead.org> Several audio decoders were just bound as if they were part of bttv driver. In fact, they are generic enough to be used by other drivers as well, since they use I2C event bus to communicate. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/Kconfig')
-rw-r--r--linux/drivers/media/video/Kconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/linux/drivers/media/video/Kconfig b/linux/drivers/media/video/Kconfig
index ebf0a7a95..41352d453 100644
--- a/linux/drivers/media/video/Kconfig
+++ b/linux/drivers/media/video/Kconfig
@@ -335,6 +335,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