Skip to content

Commit

Permalink
[media] saa7146: Move it to its own directory
Browse files Browse the repository at this point in the history
In order to better organize the directory tree, move the
saa7146 common driver to its own directory.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Aug 14, 2012
1 parent ccae7af commit ed0c8b5
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
11 changes: 1 addition & 10 deletions 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 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 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 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 ed0c8b5

Please sign in to comment.