aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/Kconfig
diff options
context:
space:
mode:
authorIgor M. Liplianin <liplianin@netup.ru>2009-03-03 09:55:20 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:05 -0400
commitce45264eca4963e666ec170af1eeb0c4f5f8339e (patch)
tree601654f5b93e1a1cd476cd71cf8568c57ed7ef6c /drivers/media/dvb/frontends/Kconfig
parent99277b3824e4bfd290c30e8981929373c9a9e6a4 (diff)
V4L/DVB (10804): Add support for ST STV0900 dual demodulator.
Add last piece of code to support ST STV0900 dual demodulator. The IC consist of two dependent parts. It may use single or dual mode. 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 d3cfced2ce2..a7ea355907b 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -90,6 +90,13 @@ config DVB_STV6110
90 help 90 help
91 A DVB-S silicon tuner module. Say Y when you want to support this tuner. 91 A DVB-S silicon tuner module. Say Y when you want to support this tuner.
92 92
93config DVB_STV0900
94 tristate "ST STV0900 based"
95 depends on DVB_CORE && I2C
96 default m if DVB_FE_CUSTOMISE
97 help
98 A DVB-S/S2 demodulator. Say Y when you want to support this frontend.
99
93config DVB_TDA8083 100config DVB_TDA8083
94 tristate "Philips TDA8083 based" 101 tristate "Philips TDA8083 based"
95 depends on DVB_CORE && I2C 102 depends on DVB_CORE && I2C