aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@me.by>2011-01-25 15:02:00 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-21 19:32:17 -0400
commit17cce932e8be9a3e32e1928524b73795b3f0e3aa (patch)
tree2c57bb48d6a7a23754f1f9abfe87e41d359c2e68 /drivers/media/dvb/frontends/Kconfig
parent349bcf02e3615556e9c49ea73a04abab2a4d8ed7 (diff)
[media] Support for stv0367 multi-standard demodulator
The STV0367 is a multi-standard demodulator which is capable of processing DVB-T as well as DVB-C signals. It is fully compliant with DVB-T and DVB-C recommendations for broadcast services. Signed-off-by: Igor M. Liplianin <liplianin@netup.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r--drivers/media/dvb/frontends/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index a20c1532726..83093d1f4f7 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -378,6 +378,13 @@ config DVB_EC100
378 help 378 help
379 Say Y when you want to support this frontend. 379 Say Y when you want to support this frontend.
380 380
381config DVB_STV0367
382 tristate "ST STV0367 based"
383 depends on DVB_CORE && I2C
384 default m if DVB_FE_CUSTOMISE
385 help
386 A DVB-T/C tuner module. Say Y when you want to support this frontend.
387
381comment "DVB-C (cable) frontends" 388comment "DVB-C (cable) frontends"
382 depends on DVB_CORE 389 depends on DVB_CORE
383 390