-
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: 295078 b: refs/heads/master c: 63b1a90 h: refs/heads/master v: v3
- Loading branch information
Scott Jiang
authored and
Mauro Carvalho Chehab
committed
Mar 19, 2012
1 parent
7f0071e
commit 85f5d9d
Showing
9 changed files
with
1,458 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: f877ed9780f43da51a4544e5b90b7f4a145964ff | ||
refs/heads/master: 63b1a90da93e019adcafa2b2b1b921fc97debec5 |
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,10 @@ | ||
config VIDEO_BLACKFIN_CAPTURE | ||
tristate "Blackfin Video Capture Driver" | ||
depends on VIDEO_V4L2 && BLACKFIN && I2C | ||
select VIDEOBUF2_DMA_CONTIG | ||
help | ||
V4L2 bridge driver for Blackfin video capture device. | ||
Choose PPI or EPPI as its interface. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called bfin_video_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,2 @@ | ||
bfin_video_capture-objs := bfin_capture.o ppi.o | ||
obj-$(CONFIG_VIDEO_BLACKFIN_CAPTURE) += bfin_video_capture.o |
Oops, something went wrong.