Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357537
b: refs/heads/master
c: f1c50f2
h: refs/heads/master
i:
  357535: 77a7004
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Feb 8, 2013
1 parent af8677a commit 882e674
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 6 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: 625958207752519bd0e49d0dcdde61a20ac081b3
refs/heads/master: f1c50f2489f40494658a6b7326bd6d5a26f72711
4 changes: 4 additions & 0 deletions trunk/drivers/media/common/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ comment "common driver options"
config VIDEO_CX2341X
tristate

config VIDEO_BTCX
depends on PCI
tristate

source "drivers/media/common/b2c2/Kconfig"
source "drivers/media/common/saa7146/Kconfig"
source "drivers/media/common/siano/Kconfig"
1 change: 1 addition & 0 deletions trunk/drivers/media/common/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
obj-y += b2c2/ saa7146/ siano/
obj-$(CONFIG_VIDEO_CX2341X) += cx2341x.o
obj-$(CONFIG_VIDEO_BTCX) += btcx-risc.o
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions trunk/drivers/media/i2c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# Generic video config states
#

config VIDEO_BTCX
depends on PCI
tristate

config VIDEO_TVEEPROM
tristate
depends on I2C
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@ obj-$(CONFIG_VIDEO_S5C73M3) += s5c73m3/
obj-$(CONFIG_VIDEO_ADP1653) += adp1653.o
obj-$(CONFIG_VIDEO_AS3645A) += as3645a.o
obj-$(CONFIG_VIDEO_SMIAPP_PLL) += smiapp-pll.o
obj-$(CONFIG_VIDEO_BTCX) += btcx-risc.o
obj-$(CONFIG_VIDEO_AK881X) += ak881x.o
obj-$(CONFIG_VIDEO_IR_I2C) += ir-kbd-i2c.o
1 change: 1 addition & 0 deletions trunk/drivers/media/pci/bt8xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ obj-$(CONFIG_DVB_BT8XX) += bt878.o dvb-bt8xx.o dst.o dst_ca.o
ccflags-y += -Idrivers/media/dvb-core
ccflags-y += -Idrivers/media/dvb-frontends
ccflags-y += -Idrivers/media/i2c
ccflags-y += -Idrivers/media/common
ccflags-y += -Idrivers/media/tuners
1 change: 1 addition & 0 deletions trunk/drivers/media/pci/cx23885/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ obj-$(CONFIG_VIDEO_CX23885) += cx23885.o
obj-$(CONFIG_MEDIA_ALTERA_CI) += altera-ci.o

ccflags-y += -Idrivers/media/i2c
ccflags-y += -Idrivers/media/common
ccflags-y += -Idrivers/media/tuners
ccflags-y += -Idrivers/media/dvb-core
ccflags-y += -Idrivers/media/dvb-frontends
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/pci/cx25821/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ obj-$(CONFIG_VIDEO_CX25821) += cx25821.o
obj-$(CONFIG_VIDEO_CX25821_ALSA) += cx25821-alsa.o

ccflags-y += -Idrivers/media/i2c
ccflags-y += -Idrivers/media/common
ccflags-y += -Idrivers/media/tuners
ccflags-y += -Idrivers/media/dvb-core
ccflags-y += -Idrivers/media/dvb-frontends
1 change: 1 addition & 0 deletions trunk/drivers/media/pci/cx88/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ obj-$(CONFIG_VIDEO_CX88_DVB) += cx88-dvb.o
obj-$(CONFIG_VIDEO_CX88_VP3054) += cx88-vp3054-i2c.o

ccflags-y += -Idrivers/media/i2c
ccflags-y += -Idrivers/media/common
ccflags-y += -Idrivers/media/tuners
ccflags-y += -Idrivers/media/dvb-core
ccflags-y += -Idrivers/media/dvb-frontends

0 comments on commit 882e674

Please sign in to comment.