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