-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[media] saa7146: Move it to its own directory
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
Showing
10 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.