aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-10-22 08:56:38 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:01:06 -0500
commit5bea1cd3871351d70cc7624af138f8aa68b7be77 (patch)
tree77db506f3fb668e33e091aaa1cda2cf09da85085 /drivers/media/Kconfig
parentce1f8bdb0cbe9c5f57cf0256ef75fce06152547f (diff)
V4L/DVB (6435): tda8290: add support for NXP TDA18271 tuner and TDA8295 analog demod
Add basic support for NXP TDA8295 analog demod and TDA18271 tuner silicon. TDA8295 + TDA8275a not yet tested. TDA8290 + TDA18271 not yet supported. Digital mode of TDA18271 not yet tested & needs more work. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Reviewed-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index d363d0cae38b..e52229380984 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -105,9 +105,10 @@ config TUNER_MT20XX
105 Say Y here to include support for the MT2032 / MT2050 tuner. 105 Say Y here to include support for the MT2032 / MT2050 tuner.
106 106
107config TUNER_TDA8290 107config TUNER_TDA8290
108 tristate "TDA 8290+8275(a) tuner combo" 108 tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo"
109 depends on I2C 109 depends on I2C
110 select DVB_TDA827X 110 select DVB_TDA827X
111 select DVB_TDA18271
111 default m if VIDEO_TUNER_CUSTOMIZE 112 default m if VIDEO_TUNER_CUSTOMIZE
112 help 113 help
113 Say Y here to include support for Philips TDA8290+8275(a) tuner. 114 Say Y here to include support for Philips TDA8290+8275(a) tuner.