-
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.
yaml --- r: 357067 b: refs/heads/master c: 44261e3 h: refs/heads/master i: 357065: e450429 357063: 9a266a9 v: v3
- Loading branch information
Manjunath Hadli
authored and
Mauro Carvalho Chehab
committed
Dec 21, 2012
1 parent
2a471e1
commit 68f1565
Showing
5 changed files
with
16 additions
and
1 deletion.
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,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 45e46b3bbe187a1bfc8f44c8d7ceaf851f0f4219 | ||
refs/heads/master: 44261e38059385ca1cd9c5018c579b4fc48b5a52 |
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
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
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_DM365_VPFE | ||
tristate "DM365 VPFE Media Controller Capture Driver" | ||
depends on VIDEO_V4L2 && ARCH_DAVINCI_DM365 && !VIDEO_VPFE_CAPTURE | ||
select VIDEOBUF2_DMA_CONTIG | ||
help | ||
Support for DM365 VPFE based Media Controller Capture driver. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called vpfe-mc-capture. |
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,3 @@ | ||
obj-$(CONFIG_VIDEO_DM365_VPFE) += \ | ||
dm365_isif.o dm365_ipipe_hw.o dm365_ipipe.o \ | ||
dm365_resizer.o dm365_ipipeif.o vpfe_mc_capture.o vpfe_video.o |