Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181635
b: refs/heads/master
c: 83f3c71
h: refs/heads/master
i:
  181633: 7c39500
  181631: f5c6fd6
v: v3
  • Loading branch information
Oliver Endriss authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent c2af487 commit 908cc9a
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 1,442 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dae52d009fc950b5c209260d50fcc000f5becd3c
refs/heads/master: 83f3c7157e087ace8fc67fd759bc3d7b3b64531e
4 changes: 4 additions & 0 deletions trunk/drivers/media/dvb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ comment "Supported Mantis Adapters"
depends on DVB_CORE && PCI && I2C
source "drivers/media/dvb/mantis/Kconfig"

comment "Supported nGene Adapters"
depends on DVB_CORE && PCI && I2C
source "drivers/media/dvb/ngene/Kconfig"

comment "Supported DVB Frontends"
depends on DVB_CORE
source "drivers/media/dvb/frontends/Kconfig"
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/media/dvb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ obj-y := dvb-core/ \
siano/ \
dm1105/ \
pt1/ \
mantis/
mantis/ \
ngene/

obj-$(CONFIG_DVB_FIREDTV) += firewire/
9 changes: 9 additions & 0 deletions trunk/drivers/media/dvb/ngene/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
config DVB_NGENE
tristate "Micronas nGene support"
depends on DVB_CORE && PCI && I2C
select DVB_LNBP21 if !DVB_FE_CUSTOMISE
select DVB_STV6110x if !DVB_FE_CUSTOMISE
select DVB_STV090x if !DVB_FE_CUSTOMISE
---help---
Support for Micronas PCI express cards with nGene bridge.

11 changes: 11 additions & 0 deletions trunk/drivers/media/dvb/ngene/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#
# Makefile for the nGene device driver
#

ngene-objs := ngene-core.o

obj-$(CONFIG_DVB_NGENE) += ngene.o

EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends/

Loading

0 comments on commit 908cc9a

Please sign in to comment.