diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-08-25 18:08:45 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:01:05 -0500 |
commit | 746d9732dbd5b95c3ba36230e2814fa2c391a311 (patch) | |
tree | bb63bc3eeea67bedd6b92727280ea8a35d5656b5 /drivers/media/Kconfig | |
parent | de3fe21ba2fdc0733ad4e555b95121baeba7fcd5 (diff) |
V4L/DVB (6433): Move all tda8275/8275a tuning code from tda8290 module into tda827x module
Add analog tuning support to tda827x dvb_frontend tuner module.
Convert tda8290 module back to native tuner interface.
The tda8290 analog demodulator will be handled the same way as tda9887.
The tuner.ko module (tuner-core) will pass commands to tda8290 via the
tuner_operations interface. tda8290 will communicate with tda827x via
the dvb_frontend interface, while passing a pointer to a private data
structure.
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index dfb52592451f..d363d0cae38b 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig | |||
@@ -107,6 +107,7 @@ config TUNER_MT20XX | |||
107 | config TUNER_TDA8290 | 107 | config TUNER_TDA8290 |
108 | tristate "TDA 8290+8275(a) tuner combo" | 108 | tristate "TDA 8290+8275(a) tuner combo" |
109 | depends on I2C | 109 | depends on I2C |
110 | select DVB_TDA827X | ||
110 | default m if VIDEO_TUNER_CUSTOMIZE | 111 | default m if VIDEO_TUNER_CUSTOMIZE |
111 | help | 112 | help |
112 | Say Y here to include support for Philips TDA8290+8275(a) tuner. | 113 | Say Y here to include support for Philips TDA8290+8275(a) tuner. |