-
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: 330860 b: refs/heads/master c: 2a2d1cf h: refs/heads/master v: v3
- Loading branch information
Mauro Carvalho Chehab
committed
Aug 15, 2012
1 parent
8629110
commit 6caf14a
Showing
24 changed files
with
110 additions
and
103 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: cb7a01ac324bf2ee2c666f37ac867e4135f9785a | ||
refs/heads/master: 2a2d1cf46500ab7599d0b45ee837f3936763ccac |
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,89 @@ | ||
comment "soc_camera sensor drivers" | ||
|
||
config SOC_CAMERA_IMX074 | ||
tristate "imx074 support" | ||
depends on SOC_CAMERA && I2C | ||
help | ||
This driver supports IMX074 cameras from Sony | ||
|
||
config SOC_CAMERA_MT9M001 | ||
tristate "mt9m001 support" | ||
depends on SOC_CAMERA && I2C | ||
select GPIO_PCA953X if MT9M001_PCA9536_SWITCH | ||
help | ||
This driver supports MT9M001 cameras from Micron, monochrome | ||
and colour models. | ||
|
||
config SOC_CAMERA_MT9M111 | ||
tristate "mt9m111, mt9m112 and mt9m131 support" | ||
depends on SOC_CAMERA && I2C | ||
help | ||
This driver supports MT9M111, MT9M112 and MT9M131 cameras from | ||
Micron/Aptina | ||
|
||
config SOC_CAMERA_MT9T031 | ||
tristate "mt9t031 support" | ||
depends on SOC_CAMERA && I2C | ||
help | ||
This driver supports MT9T031 cameras from Micron. | ||
|
||
config SOC_CAMERA_MT9T112 | ||
tristate "mt9t112 support" | ||
depends on SOC_CAMERA && I2C | ||
help | ||
This driver supports MT9T112 cameras from Aptina. | ||
|
||
config SOC_CAMERA_MT9V022 | ||
tristate "mt9v022 support" | ||
depends on SOC_CAMERA && I2C | ||
select GPIO_PCA953X if MT9V022_PCA9536_SWITCH | ||
help | ||
This driver supports MT9V022 cameras from Micron | ||
|
||
config SOC_CAMERA_OV2640 | ||
tristate "ov2640 camera support" | ||
depends on SOC_CAMERA && I2C | ||
help | ||
This is a ov2640 camera driver | ||
|
||
config SOC_CAMERA_OV5642 | ||
tristate "ov5642 camera support" | ||
depends on SOC_CAMERA && I2C | ||
help | ||
This is a V4L2 camera driver for the OmniVision OV5642 sensor | ||
|
||
config SOC_CAMERA_OV6650 | ||
tristate "ov6650 sensor support" | ||
depends on SOC_CAMERA && I2C | ||
---help--- | ||
This is a V4L2 SoC camera driver for the OmniVision OV6650 sensor | ||
|
||
config SOC_CAMERA_OV772X | ||
tristate "ov772x camera support" | ||
depends on SOC_CAMERA && I2C | ||
help | ||
This is a ov772x camera driver | ||
|
||
config SOC_CAMERA_OV9640 | ||
tristate "ov9640 camera support" | ||
depends on SOC_CAMERA && I2C | ||
help | ||
This is a ov9640 camera driver | ||
|
||
config SOC_CAMERA_OV9740 | ||
tristate "ov9740 camera support" | ||
depends on SOC_CAMERA && I2C | ||
help | ||
This is a ov9740 camera driver | ||
|
||
config SOC_CAMERA_RJ54N1 | ||
tristate "rj54n1cb0c support" | ||
depends on SOC_CAMERA && I2C | ||
help | ||
This is a rj54n1cb0c video driver | ||
|
||
config SOC_CAMERA_TW9910 | ||
tristate "tw9910 support" | ||
depends on SOC_CAMERA && I2C | ||
help | ||
This is a tw9910 video driver |
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,14 @@ | ||
obj-$(CONFIG_SOC_CAMERA_IMX074) += imx074.o | ||
obj-$(CONFIG_SOC_CAMERA_MT9M001) += mt9m001.o | ||
obj-$(CONFIG_SOC_CAMERA_MT9M111) += mt9m111.o | ||
obj-$(CONFIG_SOC_CAMERA_MT9T031) += mt9t031.o | ||
obj-$(CONFIG_SOC_CAMERA_MT9T112) += mt9t112.o | ||
obj-$(CONFIG_SOC_CAMERA_MT9V022) += mt9v022.o | ||
obj-$(CONFIG_SOC_CAMERA_OV2640) += ov2640.o | ||
obj-$(CONFIG_SOC_CAMERA_OV5642) += ov5642.o | ||
obj-$(CONFIG_SOC_CAMERA_OV6650) += ov6650.o | ||
obj-$(CONFIG_SOC_CAMERA_OV772X) += ov772x.o | ||
obj-$(CONFIG_SOC_CAMERA_OV9640) += ov9640.o | ||
obj-$(CONFIG_SOC_CAMERA_OV9740) += ov9740.o | ||
obj-$(CONFIG_SOC_CAMERA_RJ54N1) += rj54n1cb0c.o | ||
obj-$(CONFIG_SOC_CAMERA_TW9910) += tw9910.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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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