media: i2c: maxim: remote: add ov2311/ov2312 sensor driver

Signed-off-by: Cai Wenzhong <cwz@rock-chips.com>
Change-Id: I1f96d0218c99c6326991a37cfc64ea63a579dd76
This commit is contained in:
Cai Wenzhong
2023-12-26 11:42:29 +08:00
committed by Tao Huang
parent 2948f08a9c
commit 8157c8c4e4
3 changed files with 1102 additions and 0 deletions

View File

@@ -56,4 +56,13 @@ config VIDEO_MAXIM_CAM_OX01F10
To compile this driver as a module, choose M here: the
module will be called ox01f10.
config VIDEO_MAXIM_CAM_OV231X
tristate "Maxim Remote Sensor ov2311/ov2312 support"
depends on VIDEO_MAXIM_SERDES
help
This driver supports the remote sensor ov231x.
To compile this driver as a module, choose M here: the
module will be called ov231x.
endmenu

View File

@@ -6,3 +6,4 @@ obj-$(CONFIG_VIDEO_MAXIM_SER_MAX96717) += max96717.o
obj-$(CONFIG_VIDEO_MAXIM_CAM_SC320AT) += sc320at.o
obj-$(CONFIG_VIDEO_MAXIM_CAM_OX01F10) += ox01f10.o
obj-$(CONFIG_VIDEO_MAXIM_CAM_OV231X) += ov231x.o

File diff suppressed because it is too large Load Diff