mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
1487
drivers/media/i2c/maxim/remote/dummy.c
Normal file
1487
drivers/media/i2c/maxim/remote/dummy.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user