aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/Kconfig
diff options
context:
space:
mode:
authorGravatar Mauro Carvalho Chehab <mchehab@infradead.org> 2006-09-01 09:25:30 -0300
committerGravatar Mauro Carvalho Chehab <mchehab@infradead.org> 2006-09-26 12:30:32 -0300
commit897ea1307b40a17cb2d6b8d458eaa1573bf1a45e (patch)
treeadd369021b910b1fd63b0159880ec0733df7bee4 /drivers/media/video/Kconfig
parentV4L/DVB (4512): Ks0127: wire up i2c_add_driver() return value (diff)
downloadlinux-897ea1307b40a17cb2d6b8d458eaa1573bf1a45e.tar.gz
linux-897ea1307b40a17cb2d6b8d458eaa1573bf1a45e.tar.bz2
linux-897ea1307b40a17cb2d6b8d458eaa1573bf1a45e.zip
V4L/DVB (4513): Split audio decoders from bttv
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 'drivers/media/video/Kconfig')
-rw-r--r--drivers/media/video/Kconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index 272b0e0daf2a..82ca9ab75aa8 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -338,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