media: i2c: add support for omnivision's ov7750 sensor

Change-Id: I223657f429b8d7b503bd3e0c9b1e9e4127e7b423
Signed-off-by: Leo Wen <leo.wen@rock-chips.com>
This commit is contained in:
Leo Wen
2018-11-09 11:09:26 +08:00
committed by Tao Huang
parent fe416e0541
commit dc191feaf3
3 changed files with 1170 additions and 0 deletions

View File

@@ -599,6 +599,17 @@ config VIDEO_OV7670
OV7670 VGA camera. It currently only works with the M88ALP01
controller.
config VIDEO_OV7750
tristate "OmniVision OV7750 sensor support"
depends on I2C && VIDEO_V4L2
depends on MEDIA_CAMERA_SUPPORT
help
This is a Video4Linux2 sensor-level driver for the OmniVision
OV7750 camera.
To compile this driver as a module, choose M here: the
module will be called ov7750.
config VIDEO_OV9650
tristate "OmniVision OV9650/OV9652 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -62,6 +62,7 @@ obj-$(CONFIG_VIDEO_OV4689) += ov4689.o
obj-$(CONFIG_VIDEO_OV5695) += ov5695.o
obj-$(CONFIG_VIDEO_OV7640) += ov7640.o
obj-$(CONFIG_VIDEO_OV7670) += ov7670.o
obj-$(CONFIG_VIDEO_OV7750) += ov7750.o
obj-$(CONFIG_VIDEO_OV9650) += ov9650.o
obj-$(CONFIG_VIDEO_OV13850) += ov13850.o
obj-$(CONFIG_VIDEO_MT9M032) += mt9m032.o

1158
drivers/media/i2c/ov7750.c Normal file

File diff suppressed because it is too large Load Diff