-
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: 320092 b: refs/heads/master c: 724f4a3 h: refs/heads/master v: v3
- Loading branch information
Mauro Carvalho Chehab
committed
Jul 5, 2012
1 parent
8ae10a8
commit ae7fb2b
Showing
5 changed files
with
60 additions
and
21 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,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 8cfd9dccf2693774d28c2d4ea7b2a7301c99d190 | ||
refs/heads/master: 724f4a321ff5f6d4dd6176e95063d05a85520736 |
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
config VIDEO_M5MOLS | ||
tristate "Fujitsu M-5MOLS 8MP sensor support" | ||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API | ||
depends on MEDIA_CAMERA_SUPPORT | ||
---help--- | ||
This driver supports Fujitsu M-5MOLS camera sensor with ISP |
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,7 @@ | ||
config VIDEO_SMIAPP | ||
tristate "SMIA++/SMIA sensor support" | ||
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && HAVE_CLK | ||
depends on MEDIA_CAMERA_SUPPORT | ||
select VIDEO_SMIAPP_PLL | ||
---help--- | ||
This is a generic driver for SMIA++/SMIA camera modules. |