Skip to content

Commit

Permalink
DVB (2445): Added demodulator driver for Nova-S-Plus and Nova-SE2 DVB…
Browse files Browse the repository at this point in the history
…-S support.

- Added demodulator driver for Nova-S-Plus and Nova-SE2 DVB-S support.

Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
  • Loading branch information
Steve Toth authored and Mauro Carvalho Chehab committed Jan 9, 2006
1 parent 36cb557 commit b79cb65
Show file tree
Hide file tree
Showing 4 changed files with 886 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/media/dvb/frontends/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ config DVB_CX24110
help
A DVB-S tuner module. Say Y when you want to support this frontend.

config DVB_CX24123
tristate "Conexant CX24123 based"
depends on DVB_CORE
help
A DVB-S tuner module. Say Y when you want to support this frontend.

config DVB_TDA8083
tristate "Philips TDA8083 based"
depends on DVB_CORE
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 @@ -32,3 +32,4 @@ obj-$(CONFIG_DVB_OR51132) += or51132.o
obj-$(CONFIG_DVB_BCM3510) += bcm3510.o
obj-$(CONFIG_DVB_S5H1420) += s5h1420.o
obj-$(CONFIG_DVB_LGDT330X) += lgdt330x.o
obj-$(CONFIG_DVB_CX24123) += cx24123.o
Loading

0 comments on commit b79cb65

Please sign in to comment.