aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorAndrew de Quincey <adq_dvb@lidskialf.net>2006-08-08 08:10:10 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-09-26 10:53:30 -0400
commit6bca3580c3303451b65afc98276edf40628dffe0 (patch)
tree95e9e6dd94ebaa2b286b6119e627306dc20ee470 /drivers/media/dvb/frontends/Kconfig
parent2cd885aa0f35e9329292e5be2a6c9d424bba5531 (diff)
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/Kconfig16
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
46 help 46 help
47 A DVB-S tuner module. Say Y when you want to support this frontend. 47 A DVB-S tuner module. Say Y when you want to support this frontend.
48 48
49config DVB_TDA10086
50 tristate "Philips TDA10086 based"
51 depends on DVB_CORE
52 default m if DVB_FE_CUSTOMISE
53 help
54 A DVB-S tuner module. Say Y when you want to support this frontend.
55
49comment "DVB-T (terrestrial) frontends" 56comment "DVB-T (terrestrial) frontends"
50 depends on DVB_CORE 57 depends on DVB_CORE
51 58
@@ -216,6 +223,15 @@ config DVB_LGDT330X
216 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want 223 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
217 to support this frontend. 224 to support this frontend.
218 225
226comment "Tuners/PLL support"
227 depends on DVB_CORE
228
229config DVB_TDA826X
230 tristate "Philips TDA826X silicon tuner"
231 depends on DVB_CORE
232 default m if DVB_FE_CUSTOMISE
233 help
234 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
219 235
220comment "Miscellaneous devices" 236comment "Miscellaneous devices"
221 depends on DVB_CORE 237 depends on DVB_CORE