Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330844
b: refs/heads/master
c: ed0c8b5
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Aug 14, 2012
1 parent e14703a commit 3e9b833
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 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: ccae7af2bf07dfef69cc2eb6ebc9e1ff15addfbd
refs/heads/master: ed0c8b5465d6cec5458d9a3041a5167d83f40fdb
11 changes: 1 addition & 10 deletions trunk/drivers/media/common/Kconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
config VIDEO_SAA7146
tristate
depends on I2C && PCI

config VIDEO_SAA7146_VV
tristate
depends on VIDEO_V4L2
select VIDEOBUF_DMA_SG
select VIDEO_SAA7146

source "drivers/media/common/b2c2/Kconfig"
source "drivers/media/common/saa7146/Kconfig"
7 changes: 1 addition & 6 deletions trunk/drivers/media/common/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
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 += b2c2/
obj-$(CONFIG_VIDEO_SAA7146) += saa7146.o
obj-$(CONFIG_VIDEO_SAA7146_VV) += saa7146_vv.o
obj-y += b2c2/ saa7146/
9 changes: 9 additions & 0 deletions trunk/drivers/media/common/saa7146/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
config VIDEO_SAA7146
tristate
depends on I2C && PCI

config VIDEO_SAA7146_VV
tristate
depends on VIDEO_V4L2
select VIDEOBUF_DMA_SG
select VIDEO_SAA7146
5 changes: 5 additions & 0 deletions trunk/drivers/media/common/saa7146/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
saa7146-objs := saa7146_i2c.o saa7146_core.o
saa7146_vv-objs := saa7146_fops.o saa7146_video.o saa7146_hlp.o saa7146_vbi.o

obj-$(CONFIG_VIDEO_SAA7146) += saa7146.o
obj-$(CONFIG_VIDEO_SAA7146_VV) += saa7146_vv.o
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3e9b833

Please sign in to comment.