-
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: 330664 b: refs/heads/master c: ad6b9e5 h: refs/heads/master v: v3
- Loading branch information
Antti Palosaari
authored and
Mauro Carvalho Chehab
committed
Aug 4, 2012
1 parent
e926390
commit 2aa91da
Showing
41 changed files
with
143 additions
and
137 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: 4d2e596ac8ff68d48c9d1ba15226fca3b494f984 | ||
refs/heads/master: ad6b9e517b39acec98862e7f9bddefe1b275445b |
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,6 +10,7 @@ obj-y := dvb-core/ \ | |
b2c2/ \ | ||
bt8xx/ \ | ||
dvb-usb/ \ | ||
dvb-usb-v2/ \ | ||
pluto2/ \ | ||
siano/ \ | ||
dm1105/ \ | ||
|
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,104 @@ | ||
config DVB_USB_V2 | ||
tristate "Support for various USB DVB devices v2" | ||
depends on DVB_CORE && USB && I2C && RC_CORE | ||
help | ||
By enabling this you will be able to choose the various supported | ||
USB1.1 and USB2.0 DVB devices. | ||
|
||
Almost every USB device needs a firmware, please look into | ||
<file:Documentation/dvb/README.dvb-usb>. | ||
|
||
For a complete list of supported USB devices see the LinuxTV DVB Wiki: | ||
<http://www.linuxtv.org/wiki/index.php/DVB_USB> | ||
|
||
Say Y if you own a USB DVB device. | ||
|
||
config DVB_USB_FIRMWARE | ||
tristate "Firmware helper routines" | ||
depends on DVB_USB_V2 | ||
|
||
config DVB_USB_AF9015 | ||
tristate "Afatech AF9015 DVB-T USB2.0 support" | ||
depends on DVB_USB_V2 | ||
select DVB_AF9013 | ||
select DVB_PLL if !DVB_FE_CUSTOMISE | ||
select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE | ||
select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE | ||
select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMISE | ||
select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE | ||
select MEDIA_TUNER_MC44S803 if !MEDIA_TUNER_CUSTOMISE | ||
select MEDIA_TUNER_TDA18218 if !MEDIA_TUNER_CUSTOMISE | ||
select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMISE | ||
help | ||
Say Y here to support the Afatech AF9015 based DVB-T USB2.0 receiver | ||
|
||
config DVB_USB_AF9035 | ||
tristate "Afatech AF9035 DVB-T USB2.0 support" | ||
depends on DVB_USB_V2 | ||
select DVB_AF9033 | ||
select MEDIA_TUNER_TUA9001 if !MEDIA_TUNER_CUSTOMISE | ||
select MEDIA_TUNER_FC0011 if !MEDIA_TUNER_CUSTOMISE | ||
select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMISE | ||
select MEDIA_TUNER_TDA18218 if !MEDIA_TUNER_CUSTOMISE | ||
help | ||
Say Y here to support the Afatech AF9035 based DVB USB receiver. | ||
|
||
config DVB_USB_ANYSEE | ||
tristate "Anysee DVB-T/C USB2.0 support" | ||
depends on DVB_USB_V2 | ||
select DVB_PLL if !DVB_FE_CUSTOMISE | ||
select DVB_MT352 if !DVB_FE_CUSTOMISE | ||
select DVB_ZL10353 if !DVB_FE_CUSTOMISE | ||
select DVB_TDA10023 if !DVB_FE_CUSTOMISE | ||
select MEDIA_TUNER_TDA18212 if !MEDIA_TUNER_CUSTOMISE | ||
select DVB_CX24116 if !DVB_FE_CUSTOMISE | ||
select DVB_STV0900 if !DVB_FE_CUSTOMISE | ||
select DVB_STV6110 if !DVB_FE_CUSTOMISE | ||
select DVB_ISL6423 if !DVB_FE_CUSTOMISE | ||
select DVB_CXD2820R if !DVB_FE_CUSTOMISE | ||
help | ||
Say Y here to support the Anysee E30, Anysee E30 Plus or | ||
Anysee E30 C Plus DVB USB2.0 receiver. | ||
|
||
config DVB_USB_AU6610 | ||
tristate "Alcor Micro AU6610 USB2.0 support" | ||
depends on DVB_USB_V2 | ||
select DVB_ZL10353 if !DVB_FE_CUSTOMISE | ||
select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE | ||
help | ||
Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver. | ||
|
||
config DVB_USB_CE6230 | ||
tristate "Intel CE6230 DVB-T USB2.0 support" | ||
depends on DVB_USB_V2 | ||
select DVB_ZL10353 | ||
select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE | ||
help | ||
Say Y here to support the Intel CE6230 DVB-T USB2.0 receiver | ||
|
||
config DVB_USB_EC168 | ||
tristate "E3C EC168 DVB-T USB2.0 support" | ||
depends on DVB_USB_V2 | ||
select DVB_EC100 | ||
select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE | ||
help | ||
Say Y here to support the E3C EC168 DVB-T USB2.0 receiver. | ||
|
||
config DVB_USB_GL861 | ||
tristate "Genesys Logic GL861 USB2.0 support" | ||
depends on DVB_USB_V2 | ||
select DVB_ZL10353 if !DVB_FE_CUSTOMISE | ||
select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE | ||
help | ||
Say Y here to support the MSI Megasky 580 (55801) DVB-T USB2.0 | ||
receiver with USB ID 0db0:5581. | ||
|
||
config DVB_USB_MXL111SF | ||
tristate "MxL111SF DTV USB2.0 support" | ||
depends on DVB_USB_V2 | ||
select DVB_LGDT3305 if !DVB_FE_CUSTOMISE | ||
select DVB_LG2160 if !DVB_FE_CUSTOMISE | ||
select VIDEO_TVEEPROM | ||
help | ||
Say Y here to support the MxL111SF USB2.0 DTV receiver. | ||
|
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,35 @@ | ||
dvb_usbv2-objs = dvb_usb_core.o dvb_usb_urb.o usb_urb.o | ||
obj-$(CONFIG_DVB_USB_V2) += dvb_usbv2.o | ||
|
||
obj-$(CONFIG_DVB_USB_FIRMWARE) += dvb_usb_firmware.o | ||
|
||
dvb-usb-af9015-objs = af9015.o | ||
obj-$(CONFIG_DVB_USB_AF9015) += dvb-usb-af9015.o | ||
|
||
dvb-usb-af9035-objs = af9035.o | ||
obj-$(CONFIG_DVB_USB_AF9035) += dvb-usb-af9035.o | ||
|
||
dvb-usb-anysee-objs = anysee.o | ||
obj-$(CONFIG_DVB_USB_ANYSEE) += dvb-usb-anysee.o | ||
|
||
dvb-usb-au6610-objs = au6610.o | ||
obj-$(CONFIG_DVB_USB_AU6610) += dvb-usb-au6610.o | ||
|
||
dvb-usb-ce6230-objs = ce6230.o | ||
obj-$(CONFIG_DVB_USB_CE6230) += dvb-usb-ce6230.o | ||
|
||
dvb-usb-ec168-objs = ec168.o | ||
obj-$(CONFIG_DVB_USB_EC168) += dvb-usb-ec168.o | ||
|
||
dvb-usb-gl861-objs = gl861.o | ||
obj-$(CONFIG_DVB_USB_GL861) += dvb-usb-gl861.o | ||
|
||
dvb-usb-mxl111sf-objs = mxl111sf.o mxl111sf-phy.o mxl111sf-i2c.o mxl111sf-gpio.o | ||
obj-$(CONFIG_DVB_USB_MXL111SF) += dvb-usb-mxl111sf.o | ||
obj-$(CONFIG_DVB_USB_MXL111SF) += mxl111sf-demod.o | ||
obj-$(CONFIG_DVB_USB_MXL111SF) += mxl111sf-tuner.o | ||
|
||
ccflags-y += -I$(srctree)/drivers/media/dvb/dvb-core | ||
ccflags-y += -I$(srctree)/drivers/media/dvb/frontends/ | ||
ccflags-y += -I$(srctree)/drivers/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.
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
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.
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