Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164254
b: refs/heads/master
c: 3d17fb1
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Sep 19, 2009
1 parent ff00417 commit 7bc2549
Show file tree
Hide file tree
Showing 10 changed files with 2,285 additions and 2 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: 98293ef3e54f9f2175f11b4d14c119a2ff753d61
refs/heads/master: 3d17fb1be937c8c025fc9f54b4e17e91081e7a4f
4 changes: 4 additions & 0 deletions trunk/drivers/media/dvb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ comment "Supported FireWire (IEEE 1394) Adapters"
depends on DVB_CORE && IEEE1394
source "drivers/media/dvb/firewire/Kconfig"

comment "Supported Earthsoft PT1 Adapters"
depends on DVB_CORE && PCI && I2C
source "drivers/media/dvb/pt1/Kconfig"

comment "Supported DVB Frontends"
depends on DVB_CORE
source "drivers/media/dvb/frontends/Kconfig"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Makefile for the kernel multimedia device drivers.
#

obj-y := dvb-core/ frontends/ ttpci/ ttusb-dec/ ttusb-budget/ b2c2/ bt8xx/ dvb-usb/ pluto2/ siano/ dm1105/
obj-y := dvb-core/ frontends/ ttpci/ ttusb-dec/ ttusb-budget/ b2c2/ bt8xx/ dvb-usb/ pluto2/ siano/ dm1105/ pt1/

obj-$(CONFIG_DVB_FIREDTV) += firewire/
12 changes: 12 additions & 0 deletions trunk/drivers/media/dvb/pt1/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
config DVB_PT1
tristate "PT1 cards"
depends on DVB_CORE && PCI && I2C
help
Support for Earthsoft PT1 PCI cards.

Since these cards have no MPEG decoder onboard, they transmit
only compressed MPEG data over the PCI bus, so you need
an external software decoder to watch TV on your computer.

Say Y or M if you own such a device and want to use it.

5 changes: 5 additions & 0 deletions trunk/drivers/media/dvb/pt1/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
earth-pt1-objs := pt1.o va1j5jf8007s.o va1j5jf8007t.o

obj-$(CONFIG_DVB_PT1) += earth-pt1.o

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

0 comments on commit 7bc2549

Please sign in to comment.