diff options
author | Manu Abraham <manu@linuxtv.org> | 2009-04-06 22:45:20 +0400 |
---|---|---|
committer | Manu Abraham <manu@linuxtv.org> | 2009-04-06 22:45:20 +0400 |
commit | 045548622863911d1e32b2264efbf076d970ece4 (patch) | |
tree | 45d0a74adefadf2a3fe7ed94b9270da02fd45c8c /linux/drivers/media/dvb/frontends/Kconfig | |
parent | f6816dc0e0924644a294146b032a0a4961de55ec (diff) | |
download | mediapointer-dvb-s2-045548622863911d1e32b2264efbf076d970ece4.tar.gz mediapointer-dvb-s2-045548622863911d1e32b2264efbf076d970ece4.tar.bz2 |
Initial go at TT S2-1600
From: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index a206cee23..29276960d 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -35,6 +35,21 @@ config DVB_STB6100 A Silicon tuner from ST used in conjunction with the STB0899 demodulator. Say Y when you want to support this tuner. +config DVB_STV090x + tristate "STV0900/STV0903(A/B) based" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators. + Say Y when you want to support these frontends. + +config DVB_STV6110x + tristate "STV6110/(A) based tuners" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + A Silicon tuner that supports DVB-S and DVB-S2 modes + comment "DVB-S (satellite) frontends" depends on DVB_CORE @@ -506,6 +521,13 @@ config DVB_ISL6421 help An SEC control chip. +config DVB_ISL6423 + tristate "ISL6423 SEC controller" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + help + A SEC controller chip from Intersil + config DVB_LGS8GL5 tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)" depends on DVB_CORE && I2C |