Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271743
b: refs/heads/master
c: 4c66c92
h: refs/heads/master
i:
  271741: 99b7ecb
  271739: 8fd60b4
  271735: c45e130
  271727: 78d5493
  271711: 5eeabcb
  271679: a62abeb
  271615: e36eb74
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Sep 6, 2011
1 parent 76c95e3 commit 02ff0f0
Show file tree
Hide file tree
Showing 14 changed files with 3,869 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: f8a26f052a5f62c7555d09680c1fe8cbfcac590f
refs/heads/master: 4c66c9205c0788e18eb09d482461aa2f551ee046
8 changes: 8 additions & 0 deletions trunk/drivers/media/dvb/dvb-usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -381,3 +381,11 @@ config DVB_USB_IT913X
select DVB_IT913X_FE
help
Say Y here to support the it913x device

config DVB_USB_MXL111SF
tristate "MxL111SF DTV USB2.0 support"
depends on DVB_USB
select DVB_LGDT3305 if !DVB_FE_CUSTOMISE
select VIDEO_TVEEPROM
help
Say Y here to support the MxL111SF USB2.0 DTV receiver.
4 changes: 4 additions & 0 deletions trunk/drivers/media/dvb/dvb-usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ obj-$(CONFIG_DVB_USB_TECHNISAT_USB2) += dvb-usb-technisat-usb2.o
dvb-usb-it913x-objs := it913x.o
obj-$(CONFIG_DVB_USB_IT913X) += dvb-usb-it913x.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-tuner.o

ccflags-y += -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/
# due to tuner-xc3028
ccflags-y += -Idrivers/media/common/tuners
Expand Down
Loading

0 comments on commit 02ff0f0

Please sign in to comment.