Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37350
b: refs/heads/master
c: 6bca358
h: refs/heads/master
v: v3
  • Loading branch information
Andrew de Quincey authored and Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 97bd886 commit 9e32c26
Show file tree
Hide file tree
Showing 7 changed files with 1,000 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2cd885aa0f35e9329292e5be2a6c9d424bba5531
refs/heads/master: 6bca3580c3303451b65afc98276edf40628dffe0
16 changes: 16 additions & 0 deletions trunk/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 trunk/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 9e32c26

Please sign in to comment.