diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2008-04-13 17:49:22 +0200 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2008-04-13 17:49:22 +0200 |
commit | c89479a6fe0053481818f497b371c10d74ded242 (patch) | |
tree | 702b0bae42936d554b41acd535d58d05fbfc7f0d /linux/drivers/media/dvb/frontends/Kconfig | |
parent | e5007b56b335b89a9bd6cbeeff0eadd2feebd1c2 (diff) | |
download | mediapointer-dvb-s2-c89479a6fe0053481818f497b371c10d74ded242.tar.gz mediapointer-dvb-s2-c89479a6fe0053481818f497b371c10d74ded242.tar.bz2 |
Added support for SkyStar2 rev2.7 and ITD1000 DVB-S tuner
From: Patrick Boettcher <pb@linuxtv.org>
This patches adds support for the SkyStar2 rev2.7 with the PN1010/ITD1000 Frontend.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 0209644f2..4284a3092 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -369,6 +369,11 @@ config DVB_TUNER_XC5000 This device is only used inside a SiP called togther with a demodulator for now. +config DVB_TUNER_ITD1000 + tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS" + depends on DVB_CORE && I2C + default m if DVB_FE_CUSTOMISE + comment "Miscellaneous devices" depends on DVB_CORE |