media: i2c: support os05a20 camera driver

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: Ic2345f685f008c910ff7ad1dcbb5d09d90e70a5e
This commit is contained in:
Zefa Chen
2020-11-19 20:25:30 +08:00
committed by Tao Huang
parent 7dcec1808d
commit 68e0c84550
3 changed files with 1990 additions and 0 deletions

View File

@@ -777,6 +777,15 @@ config VIDEO_OS04A10
This is a Video4Linux2 sensor driver for the OmniVision
OS04A10 camera.
config VIDEO_OS05A20
tristate "OmniVision OS05A20 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the OmniVision
OS05A20 camera.
config VIDEO_OV02B10
tristate "OmniVision OV02B10 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -72,6 +72,7 @@ obj-$(CONFIG_VIDEO_SONY_BTF_MPX) += sony-btf-mpx.o
obj-$(CONFIG_VIDEO_UPD64031A) += upd64031a.o
obj-$(CONFIG_VIDEO_UPD64083) += upd64083.o
obj-$(CONFIG_VIDEO_OS04A10) += os04a10.o
obj-$(CONFIG_VIDEO_OS05A20) += os05a20.o
obj-$(CONFIG_VIDEO_OV02B10) += ov02b10.o
obj-$(CONFIG_VIDEO_OV02K10) += ov02k10.o
obj-$(CONFIG_VIDEO_OV2640) += ov2640.o

1980
drivers/media/i2c/os05a20.c Normal file

File diff suppressed because it is too large Load Diff