Skip to content

Commit

Permalink
V4L/DVB (10799): Add support for ST STV6110 silicon tuner.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Igor M. Liplianin authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent c184dcd commit 47220bc
Show file tree
Hide file tree
Showing 4 changed files with 526 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/media/dvb/frontends/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ config DVB_STV0299
help
A DVB-S tuner module. Say Y when you want to support this frontend.

config DVB_STV6110
tristate "ST STV6110 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_TDA8083
tristate "Philips TDA8083 based"
depends on DVB_CORE && I2C
Expand Down
1 change: 1 addition & 0 deletions drivers/media/dvb/frontends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ obj-$(CONFIG_DVB_SI21XX) += si21xx.o
obj-$(CONFIG_DVB_STV0288) += stv0288.o
obj-$(CONFIG_DVB_STB6000) += stb6000.o
obj-$(CONFIG_DVB_S921) += s921.o
obj-$(CONFIG_DVB_STV6110) += stv6110.o

Loading

0 comments on commit 47220bc

Please sign in to comment.