Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330677
b: refs/heads/master
c: 255d52f
h: refs/heads/master
i:
  330675: d830a37
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Aug 6, 2012
1 parent f49aa0c commit 3b86ff1
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 232 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: 115ad55e9c10bad551357a4f4d43d57aaa776bf0
refs/heads/master: 255d52f25485e8fe244d15266b76428ba545f022
9 changes: 9 additions & 0 deletions trunk/drivers/media/dvb/dvb-usb-v2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ config DVB_USB_AU6610
help
Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver.

config DVB_USB_AZ6007
tristate "AzureWave 6007 and clones DVB-T/C USB2.0 support"
depends on DVB_USB_V2
select DVB_USB_CYPRESS_FIRMWARE
select DVB_DRXK if !DVB_FE_CUSTOMISE
select MEDIA_TUNER_MT2063 if !DVB_FE_CUSTOMISE
help
Say Y here to support the AZ6007 receivers like Terratec H7.

config DVB_USB_CE6230
tristate "Intel CE6230 DVB-T USB2.0 support"
depends on DVB_USB_V2
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/media/dvb/dvb-usb-v2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ 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-az6007-objs = az6007.o
obj-$(CONFIG_DVB_USB_AZ6007) += dvb-usb-az6007.o

dvb-usb-ce6230-objs = ce6230.o
obj-$(CONFIG_DVB_USB_CE6230) += dvb-usb-ce6230.o

Expand Down
Loading

0 comments on commit 3b86ff1

Please sign in to comment.