media: i2c: maxim: remote: add ox03c10 sensor driver

Signed-off-by: Cai Wenzhong <cwz@rock-chips.com>
Change-Id: If545395a7d420ab84347cb31ddf8a0c8687af688
This commit is contained in:
Cai Wenzhong
2025-05-19 16:59:54 +08:00
committed by Tao Huang
parent 1da38a464d
commit 0e41810ce3
3 changed files with 6053 additions and 0 deletions

View File

@@ -74,6 +74,15 @@ config VIDEO_MAXIM_CAM_OV231X
To compile this driver as a module, choose M here: the
module will be called ov231x.
config VIDEO_MAXIM_CAM_OX03C10
tristate "Maxim Remote Sensor ox03c10 support"
depends on VIDEO_MAXIM_SERDES
help
This driver supports the remote sensor ox03c10.
To compile this driver as a module, choose M here: the
module will be called ox03c10.
config VIDEO_MAXIM_CAM_OX03J10
tristate "Maxim Remote Sensor ox03j10 support"
depends on VIDEO_MAXIM_SERDES

View File

@@ -8,6 +8,7 @@ maxim-dummy-objs := dummy.o
maxim-sc320at-objs := sc320at.o
maxim-ox01f10-objs := ox01f10.o
maxim-ov231x-objs := ov231x.o
maxim-ox03c10-objs := ox03c10.o
maxim-ox03j10-objs := ox03j10.o
maxim-os04a10-objs := os04a10.o
@@ -15,5 +16,6 @@ obj-$(CONFIG_VIDEO_MAXIM_CAM_DUMMY) += maxim-dummy.o
obj-$(CONFIG_VIDEO_MAXIM_CAM_SC320AT) += maxim-sc320at.o
obj-$(CONFIG_VIDEO_MAXIM_CAM_OX01F10) += maxim-ox01f10.o
obj-$(CONFIG_VIDEO_MAXIM_CAM_OV231X) += maxim-ov231x.o
obj-$(CONFIG_VIDEO_MAXIM_CAM_OX03C10) += maxim-ox03c10.o
obj-$(CONFIG_VIDEO_MAXIM_CAM_OX03J10) += maxim-ox03j10.o
obj-$(CONFIG_VIDEO_MAXIM_CAM_OS04A10) += maxim-os04a10.o

File diff suppressed because it is too large Load Diff