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

Signed-off-by: Cai Wenzhong <cwz@rock-chips.com>
Change-Id: Ibb3fa990044857bd8cf20fc4f54e4fc089aa5ec4
This commit is contained in:
Cai Wenzhong
2024-04-10 14:48:56 +08:00
committed by Tao Huang
parent c534e7e6ac
commit 3267b452f2
3 changed files with 1497 additions and 0 deletions

View File

@@ -38,6 +38,15 @@ endmenu
menu "Maxim GMSL Remote Sensor devices support"
visible if VIDEO_MAXIM_SERDES
config VIDEO_MAXIM_CAM_DUMMY
tristate "Maxim Remote Sensor dummy support"
depends on VIDEO_MAXIM_SERDES
help
This driver supports the remote Sensor dummy.
To compile this driver as a module, choose M here: the
module will be called dummy.
config VIDEO_MAXIM_CAM_SC320AT
tristate "Maxim Remote Sensor sc320at support"
depends on VIDEO_MAXIM_SERDES

View File

@@ -4,6 +4,7 @@ obj-$(CONFIG_VIDEO_MAXIM_SER_MAX9295) += max9295.o
obj-$(CONFIG_VIDEO_MAXIM_SER_MAX96715) += max96715.o
obj-$(CONFIG_VIDEO_MAXIM_SER_MAX96717) += max96717.o
obj-$(CONFIG_VIDEO_MAXIM_CAM_DUMMY) += dummy.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