Skip to content

Commit

Permalink
V4L/DVB (4396): Add drivers for tda10086 + tda826x chips
Browse files Browse the repository at this point in the history
TDA10086 is a new DVB-S demodulator
TDA826x is a DVB-S Silicon Tuner

Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Andrew de Quincey authored and Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 2cd885a commit 6bca358
Show file tree
Hide file tree
Showing 6 changed files with 999 additions and 0 deletions.
16 changes: 16 additions & 0 deletions drivers/media/dvb/frontends/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ config DVB_S5H1420
help
A DVB-S tuner module. Say Y when you want to support this frontend.

config DVB_TDA10086
tristate "Philips TDA10086 based"
depends on DVB_CORE
default m if DVB_FE_CUSTOMISE
help
A DVB-S tuner module. Say Y when you want to support this frontend.

comment "DVB-T (terrestrial) frontends"
depends on DVB_CORE

Expand Down Expand Up @@ -216,6 +223,15 @@ config DVB_LGDT330X
An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
to support this frontend.

comment "Tuners/PLL support"
depends on DVB_CORE

config DVB_TDA826X
tristate "Philips TDA826X silicon tuner"
depends on DVB_CORE
default m if DVB_FE_CUSTOMISE
help
A DVB-S silicon tuner module. Say Y when you want to support this tuner.

comment "Miscellaneous devices"
depends on DVB_CORE
Expand Down
2 changes: 2 additions & 0 deletions drivers/media/dvb/frontends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ obj-$(CONFIG_DVB_LGDT330X) += lgdt330x.o
obj-$(CONFIG_DVB_CX24123) += cx24123.o
obj-$(CONFIG_DVB_LNBP21) += lnbp21.o
obj-$(CONFIG_DVB_ISL6421) += isl6421.o
obj-$(CONFIG_DVB_TDA10086) += tda10086.o
obj-$(CONFIG_DVB_TDA826X) += tda826x.o
Loading

0 comments on commit 6bca358

Please sign in to comment.