media: i2c: add og01a10 driver

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: I4be70fac4eaaee48692edc843b6dbc0940acc3b1
This commit is contained in:
Zefa Chen
2023-11-25 11:52:17 +08:00
committed by Tao Huang
parent 7b51e6182b
commit d4dcc9b2c5
3 changed files with 1447 additions and 0 deletions
+9
View File
@@ -1408,6 +1408,15 @@ config VIDEO_JX_K17
To compile this driver as a module, choose M here: the
module will be called jx_k17.
config VIDEO_OG01A10
tristate "OmniVision OG01A10 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
OG01A10 camera.
config VIDEO_OG02B10
tristate "OmniVision OG02B10 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
+1
View File
@@ -76,6 +76,7 @@ obj-$(CONFIG_VIDEO_VP27SMPX) += vp27smpx.o
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_OG01A10) += og01a10.o
obj-$(CONFIG_VIDEO_OG02B10) += og02b10.o
obj-$(CONFIG_VIDEO_OS02G10) += os02g10.o
obj-$(CONFIG_VIDEO_OS02K10) += os02k10.o
File diff suppressed because it is too large Load Diff