diff options
author | Igor M. Liplianin <liplianin@me.by> | 2008-09-23 21:43:57 +0300 |
---|---|---|
committer | Igor M. Liplianin <liplianin@me.by> | 2008-09-23 21:43:57 +0300 |
commit | 60068c572f087679b3b93155ec10c660ea932da8 (patch) | |
tree | 2080db57d978e683dce81b8cf5b5a0b4975834a1 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | b5c6a451c061b83cfe6f69eb794646879afd7025 (diff) | |
download | mediapointer-dvb-s2-60068c572f087679b3b93155ec10c660ea932da8.tar.gz mediapointer-dvb-s2-60068c572f087679b3b93155ec10c660ea932da8.tar.bz2 |
Add support for ST STV0288 demodulator and cards with it.
From: Georg Acher <acher@baycom.de>
From: Igor M. Liplianin <liplianin@me.by>
Add support for ST STV0288 demodulator and cards with it,
such as TeVii S420.
Signed-off by: Georg Acher <acher@baycom.de>
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 440669a11..9e90962b5 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -43,6 +43,20 @@ config DVB_S5H1420 help A DVB-S tuner module. Say Y when you want to support this frontend. +config DVB_STV0288 + tristate "ST STV0288 based" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + A DVB-S tuner module. Say Y when you want to support this frontend. + +config DVB_STB6000 + tristate "ST STB6000 silicon tuner" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + A DVB-S silicon tuner module. Say Y when you want to support this tuner. + config DVB_STV0299 tristate "ST STV0299 based" depends on DVB_CORE && I2C |