diff options
author | Michael Krufky | 2007-04-27 17:31:14 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab | 2007-04-27 20:43:35 +0200 |
commit | 8ce47dad8e2b9fcb899a67e6537337fa9c18c1f5 (patch) | |
tree | 8482515d25ebc98bf7ac74e47b78f576f23b753f /drivers/media/dvb/frontends/Kconfig | |
parent | V4L/DVB (5316): Add radio support for the Lifeview FlyDVB-T Duo (diff) | |
download | kernel-qcow2-linux-8ce47dad8e2b9fcb899a67e6537337fa9c18c1f5.tar.gz kernel-qcow2-linux-8ce47dad8e2b9fcb899a67e6537337fa9c18c1f5.tar.xz kernel-qcow2-linux-8ce47dad8e2b9fcb899a67e6537337fa9c18c1f5.zip |
V4L/DVB (5317): Create tda827x dvb tuner module
The patch moves the tda827x dvb tuning code to a separate module
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 22c2cf2cea98..a205e0b45a54 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig @@ -290,6 +290,13 @@ config DVB_TDA826X help A DVB-S silicon tuner module. Say Y when you want to support this tuner. +config DVB_TDA827X + tristate "Philips TDA827X silicon tuner" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + A DVB-T silicon tuner module. Say Y when you want to support this tuner. + config DVB_TUNER_QT1010 tristate "Quantek QT1010 silicon tuner" depends on DVB_CORE && I2C |