aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-08-25 15:53:11 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:01:01 -0500
commit07533b6a8097c6fdb17fb154725757b64238a8d9 (patch)
tree1f7abb44e5850f4844aad29fc3ab10a0d133687a /drivers
parent5eba35714e0dfa5618b438cfe46037f22133badc (diff)
V4L/DVB (6421): Make Kconfig reflect the changes at audio helper modules
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig
index c9f14bfc8544..ea5be3711a7d 100644
--- a/drivers/media/video/Kconfig
+++ b/drivers/media/video/Kconfig
@@ -45,7 +45,7 @@ comment "Audio decoders"
45 45
46config VIDEO_TVAUDIO 46config VIDEO_TVAUDIO
47 tristate "Simple audio decoder chips" 47 tristate "Simple audio decoder chips"
48 depends on VIDEO_V4L1 && I2C 48 depends on VIDEO_V4L2 && I2C
49 ---help--- 49 ---help---
50 Support for several audio decoder chips found on some bt8xx boards: 50 Support for several audio decoder chips found on some bt8xx boards:
51 Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300, 51 Philips: tda9840, tda9873h, tda9874h/a, tda9850, tda985x, tea6300,
@@ -57,7 +57,7 @@ config VIDEO_TVAUDIO
57 57
58config VIDEO_TDA7432 58config VIDEO_TDA7432
59 tristate "Philips TDA7432 audio processor" 59 tristate "Philips TDA7432 audio processor"
60 depends on VIDEO_V4L1 && I2C 60 depends on VIDEO_V4L2 && I2C
61 ---help--- 61 ---help---
62 Support for tda7432 audio decoder chip found on some bt8xx boards. 62 Support for tda7432 audio decoder chip found on some bt8xx boards.
63 63
@@ -75,7 +75,7 @@ config VIDEO_TDA9840
75 75
76config VIDEO_TDA9875 76config VIDEO_TDA9875
77 tristate "Philips TDA9875 audio processor" 77 tristate "Philips TDA9875 audio processor"
78 depends on VIDEO_V4L1 && I2C 78 depends on VIDEO_V4L2 && I2C
79 ---help--- 79 ---help---
80 Support for tda9875 audio decoder chip found on some bt8xx boards. 80 Support for tda9875 audio decoder chip found on some bt8xx boards.
81 81