-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 330842 b: refs/heads/master c: 3785bc1 h: refs/heads/master v: v3
- Loading branch information
Mauro Carvalho Chehab
committed
Aug 14, 2012
1 parent
b04356c
commit 122aa08
Showing
28 changed files
with
72 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 25aee3debe0464f6c680173041fa3de30ec9ff54 | ||
refs/heads/master: 3785bc170f79ef04129731582b468c28e1326d6d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
saa7146-objs := saa7146_i2c.o saa7146_core.o | ||
saa7146_vv-objs := saa7146_fops.o saa7146_video.o saa7146_hlp.o saa7146_vbi.o | ||
|
||
obj-y += tuners/ | ||
obj-y += tuners/ b2c2/ | ||
obj-$(CONFIG_VIDEO_SAA7146) += saa7146.o | ||
obj-$(CONFIG_VIDEO_SAA7146_VV) += saa7146_vv.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
config DVB_B2C2_FLEXCOP | ||
tristate | ||
depends on DVB_CORE && I2C | ||
depends on DVB_B2C2_FLEXCOP_PCI || DVB_B2C2_FLEXCOP_USB | ||
default y | ||
select DVB_PLL if !DVB_FE_CUSTOMISE | ||
select DVB_STV0299 if !DVB_FE_CUSTOMISE | ||
select DVB_MT352 if !DVB_FE_CUSTOMISE | ||
select DVB_MT312 if !DVB_FE_CUSTOMISE | ||
select DVB_NXT200X if !DVB_FE_CUSTOMISE | ||
select DVB_STV0297 if !DVB_FE_CUSTOMISE | ||
select DVB_BCM3510 if !DVB_FE_CUSTOMISE | ||
select DVB_LGDT330X if !DVB_FE_CUSTOMISE | ||
select DVB_S5H1420 if !DVB_FE_CUSTOMISE | ||
select DVB_TUNER_ITD1000 if !DVB_FE_CUSTOMISE | ||
select DVB_ISL6421 if !DVB_FE_CUSTOMISE | ||
select DVB_CX24123 if !DVB_FE_CUSTOMISE | ||
select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE | ||
select DVB_TUNER_CX24113 if !DVB_FE_CUSTOMISE | ||
help | ||
Support for the digital TV receiver chip made by B2C2 Inc. included in | ||
Technisats PCI cards and USB boxes. | ||
|
||
Say Y if you own such a device and want to use it. | ||
|
||
config DVB_B2C2_FLEXCOP_DEBUG | ||
bool "Enable debug for the B2C2 FlexCop drivers" | ||
depends on DVB_B2C2_FLEXCOP | ||
help | ||
Say Y if you want to enable the module option to control debug messages | ||
of all B2C2 FlexCop drivers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
b2c2-flexcop-objs = flexcop.o flexcop-fe-tuner.o flexcop-i2c.o \ | ||
flexcop-sram.o flexcop-eeprom.o flexcop-misc.o flexcop-hw-filter.o | ||
obj-$(CONFIG_DVB_B2C2_FLEXCOP) += b2c2-flexcop.o | ||
|
||
ccflags-y += -Idrivers/media/dvb-core/ | ||
ccflags-y += -Idrivers/media/dvb-frontends/ | ||
ccflags-y += -Idrivers/media/common/tuners/ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ obj-y := ttpci/ \ | |
pt1/ \ | ||
mantis/ \ | ||
ngene/ \ | ||
ddbridge/ | ||
ddbridge/ \ | ||
b2c2/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,6 @@ | ||
config DVB_B2C2_FLEXCOP | ||
tristate "Technisat/B2C2 FlexCopII(b) and FlexCopIII adapters" | ||
depends on DVB_CORE && I2C | ||
select DVB_PLL if !DVB_FE_CUSTOMISE | ||
select DVB_STV0299 if !DVB_FE_CUSTOMISE | ||
select DVB_MT352 if !DVB_FE_CUSTOMISE | ||
select DVB_MT312 if !DVB_FE_CUSTOMISE | ||
select DVB_NXT200X if !DVB_FE_CUSTOMISE | ||
select DVB_STV0297 if !DVB_FE_CUSTOMISE | ||
select DVB_BCM3510 if !DVB_FE_CUSTOMISE | ||
select DVB_LGDT330X if !DVB_FE_CUSTOMISE | ||
select DVB_S5H1420 if !DVB_FE_CUSTOMISE | ||
select DVB_TUNER_ITD1000 if !DVB_FE_CUSTOMISE | ||
select DVB_ISL6421 if !DVB_FE_CUSTOMISE | ||
select DVB_CX24123 if !DVB_FE_CUSTOMISE | ||
select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE | ||
select DVB_TUNER_CX24113 if !DVB_FE_CUSTOMISE | ||
help | ||
Support for the digital TV receiver chip made by B2C2 Inc. included in | ||
Technisats PCI cards and USB boxes. | ||
|
||
Say Y if you own such a device and want to use it. | ||
|
||
config DVB_B2C2_FLEXCOP_PCI | ||
tristate "Technisat/B2C2 Air/Sky/Cable2PC PCI" | ||
depends on DVB_B2C2_FLEXCOP && PCI && I2C | ||
help | ||
Support for the Air/Sky/CableStar2 PCI card (DVB/ATSC) by Technisat/B2C2. | ||
|
||
Say Y if you own such a device and want to use it. | ||
|
||
config DVB_B2C2_FLEXCOP_USB | ||
tristate "Technisat/B2C2 Air/Sky/Cable2PC USB" | ||
depends on DVB_B2C2_FLEXCOP && USB && I2C | ||
help | ||
Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2, | ||
|
||
Say Y if you own such a device and want to use it. | ||
|
||
config DVB_B2C2_FLEXCOP_DEBUG | ||
bool "Enable debug for the B2C2 FlexCop drivers" | ||
depends on DVB_B2C2_FLEXCOP | ||
help | ||
Say Y if you want to enable the module option to control debug messages | ||
of all B2C2 FlexCop drivers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
b2c2-flexcop-objs = flexcop.o flexcop-fe-tuner.o flexcop-i2c.o \ | ||
flexcop-sram.o flexcop-eeprom.o flexcop-misc.o flexcop-hw-filter.o | ||
obj-$(CONFIG_DVB_B2C2_FLEXCOP) += b2c2-flexcop.o | ||
|
||
ifneq ($(CONFIG_DVB_B2C2_FLEXCOP_PCI),) | ||
b2c2-flexcop-objs += flexcop-dma.o | ||
b2c2-flexcop-pci-objs += flexcop-dma.o | ||
endif | ||
|
||
b2c2-flexcop-pci-objs = flexcop-pci.o | ||
obj-$(CONFIG_DVB_B2C2_FLEXCOP_PCI) += b2c2-flexcop-pci.o | ||
|
||
b2c2-flexcop-usb-objs = flexcop-usb.o | ||
obj-$(CONFIG_DVB_B2C2_FLEXCOP_USB) += b2c2-flexcop-usb.o | ||
|
||
ccflags-y += -Idrivers/media/dvb-core/ -Idrivers/media/dvb-frontends/ | ||
ccflags-y += -Idrivers/media/dvb-core/ | ||
ccflags-y += -Idrivers/media/dvb-frontends/ | ||
ccflags-y += -Idrivers/media/common/tuners/ | ||
ccflags-y += -Idrivers/media/common/b2c2/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
config DVB_B2C2_FLEXCOP_USB | ||
tristate "Technisat/B2C2 Air/Sky/Cable2PC USB" | ||
help | ||
Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2, | ||
|
||
Say Y if you own such a device and want to use it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
b2c2-flexcop-usb-objs = flexcop-usb.o | ||
obj-$(CONFIG_DVB_B2C2_FLEXCOP_USB) += b2c2-flexcop-usb.o | ||
|
||
ccflags-y += -Idrivers/media/dvb-core/ | ||
ccflags-y += -Idrivers/media/dvb-frontends/ | ||
ccflags-y += -Idrivers/media/common/tuners/ | ||
ccflags-y += -Idrivers/media/common/b2c2/ |
File renamed without changes.
File renamed without changes.