diff options
author | Igor M. Liplianin <liplianin@netup.ru> | 2009-03-03 09:16:40 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:04 -0400 |
commit | 47220bc11f5bb4bc21ae7227278452ae82fefe18 (patch) | |
tree | 602fae1e07199651204fdef19c9f0f1c5a572ac0 /drivers/media/dvb/frontends/Kconfig | |
parent | c184dcd282337c09695a4c1761d7ac77fdc8fb7d (diff) |
V4L/DVB (10799): Add support for ST STV6110 silicon tuner.
The tuner is used in NetUP Dual DVB-S2 CI card.
http://linuxtv.org/wiki/index.php/NetUP_Dual_DVB_S2_CI
Signed-off-by: Igor M. Liplianin <liplianin@netup.ru>
[mchehab@redhat.com: removed a wrong header: "cx23885.h"]
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | drivers/media/dvb/frontends/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 00269560793a..649ac75aaefa 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig | |||
@@ -83,6 +83,13 @@ config DVB_STV0299 | |||
83 | help | 83 | help |
84 | A DVB-S tuner module. Say Y when you want to support this frontend. | 84 | A DVB-S tuner module. Say Y when you want to support this frontend. |
85 | 85 | ||
86 | config DVB_STV6110 | ||
87 | tristate "ST STV6110 silicon tuner" | ||
88 | depends on DVB_CORE && I2C | ||
89 | default m if DVB_FE_CUSTOMISE | ||
90 | help | ||
91 | A DVB-S silicon tuner module. Say Y when you want to support this tuner. | ||
92 | |||
86 | config DVB_TDA8083 | 93 | config DVB_TDA8083 |
87 | tristate "Philips TDA8083 based" | 94 | tristate "Philips TDA8083 based" |
88 | depends on DVB_CORE && I2C | 95 | depends on DVB_CORE && I2C |