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