mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
media: i2c: add ov2718 driver with hdr and linear mode
Change-Id: I534793509a0f607e46822763e97b07d33a138dcb Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
This commit is contained in:
@@ -533,6 +533,18 @@ config VIDEO_OV2685
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called ov2685.
|
||||
|
||||
config VIDEO_OV2718
|
||||
tristate "OmniVision OV2718 sensor support"
|
||||
depends on VIDEO_V4L2 && I2C && MEDIA_CONTROLLER
|
||||
depends on MEDIA_CAMERA_SUPPORT
|
||||
select V4L2_FWNODE
|
||||
help
|
||||
This is a Video4Linux2 sensor-level driver for the OmniVision
|
||||
OV2718 camera.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called ov2718.
|
||||
|
||||
config VIDEO_OV2735
|
||||
tristate "OmniVision OV2735 sensor support"
|
||||
depends on VIDEO_V4L2 && I2C
|
||||
|
||||
@@ -57,6 +57,7 @@ obj-$(CONFIG_VIDEO_UPD64031A) += upd64031a.o
|
||||
obj-$(CONFIG_VIDEO_UPD64083) += upd64083.o
|
||||
|
||||
obj-$(CONFIG_VIDEO_OV2685) += ov2685.o
|
||||
obj-$(CONFIG_VIDEO_OV2718) += ov2718.o
|
||||
obj-$(CONFIG_VIDEO_OV2735) += ov2735.o
|
||||
obj-$(CONFIG_VIDEO_OV4689) += ov4689.o
|
||||
obj-$(CONFIG_VIDEO_OV5695) += ov5695.o
|
||||
|
||||
5063
drivers/media/i2c/ov2718.c
Normal file
5063
drivers/media/i2c/ov2718.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user