diff options
author | Andrew de Quincey | 2006-08-08 14:10:10 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab | 2006-09-26 16:53:30 +0200 |
commit | 6bca3580c3303451b65afc98276edf40628dffe0 (patch) | |
tree | 95e9e6dd94ebaa2b286b6119e627306dc20ee470 /drivers/media/dvb/frontends/Kconfig | |
parent | V4L/DVB (4394): Git-dvb: radio-sf16fmi build fix (diff) | |
download | kernel-qcow2-linux-6bca3580c3303451b65afc98276edf40628dffe0.tar.gz kernel-qcow2-linux-6bca3580c3303451b65afc98276edf40628dffe0.tar.xz kernel-qcow2-linux-6bca3580c3303451b65afc98276edf40628dffe0.zip |
V4L/DVB (4396): Add drivers for tda10086 + tda826x chips
TDA10086 is a new DVB-S demodulator
TDA826x is a DVB-S Silicon Tuner
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
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 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index db978555b1eb..5cf96c2e605a 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig @@ -46,6 +46,13 @@ config DVB_S5H1420 help A DVB-S tuner module. Say Y when you want to support this frontend. +config DVB_TDA10086 + tristate "Philips TDA10086 based" + depends on DVB_CORE + default m if DVB_FE_CUSTOMISE + help + A DVB-S tuner module. Say Y when you want to support this frontend. + comment "DVB-T (terrestrial) frontends" depends on DVB_CORE @@ -216,6 +223,15 @@ config DVB_LGDT330X An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want to support this frontend. +comment "Tuners/PLL support" + depends on DVB_CORE + +config DVB_TDA826X + tristate "Philips TDA826X silicon tuner" + depends on DVB_CORE + default m if DVB_FE_CUSTOMISE + help + A DVB-S silicon tuner module. Say Y when you want to support this tuner. comment "Miscellaneous devices" depends on DVB_CORE |