Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 241914
b: refs/heads/master
c: 349bcf0
h: refs/heads/master
v: v3
  • Loading branch information
Igor M. Liplianin authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent f395b8b commit d79ede1
Show file tree
Hide file tree
Showing 5 changed files with 943 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: fa766c9be58bd872784b081074a7d15a3ce61c5f
refs/heads/master: 349bcf02e3615556e9c49ea73a04abab2a4d8ed7
9 changes: 9 additions & 0 deletions trunk/drivers/media/video/cx23885/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,12 @@ config VIDEO_CX23885
To compile this driver as a module, choose M here: the
module will be called cx23885

config MEDIA_ALTERA_CI
tristate "Altera FPGA based CI module"
depends on VIDEO_CX23885 && DVB_CORE
select STAPL_ALTERA
---help---
An Altera FPGA CI module for NetUP Dual DVB-T/C RF CI card.

To compile this driver as a module, choose M here: the
module will be called altera-ci
1 change: 1 addition & 0 deletions trunk/drivers/media/video/cx23885/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ cx23885-objs := cx23885-cards.o cx23885-video.o cx23885-vbi.o \
cx23885-f300.o

obj-$(CONFIG_VIDEO_CX23885) += cx23885.o
obj-$(CONFIG_MEDIA_ALTERA_CI) += altera-ci.o

EXTRA_CFLAGS += -Idrivers/media/video
EXTRA_CFLAGS += -Idrivers/media/common/tuners
Expand Down
Loading

0 comments on commit d79ede1

Please sign in to comment.