media: i2c: add imx307 camera driver.

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: I1eebca022bb5bc478fc892fe922b649bf4066df4
This commit is contained in:
Zefa Chen
2020-07-15 17:16:48 +08:00
committed by Tao Huang
parent 331715230f
commit d61224d724
3 changed files with 2051 additions and 0 deletions

View File

@@ -657,6 +657,17 @@ config VIDEO_IMX274
This is a V4L2 sensor driver for the Sony IMX274
CMOS image sensor.
config VIDEO_IMX307
tristate "Sony IMX307 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
help
This is a Video4Linux2 sensor driver for the Sony
IMX307 camera.
To compile this driver as a module, choose M here: the
module will be called imx307.
config VIDEO_IMX317
tristate "Sony IMX317 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -126,6 +126,7 @@ obj-$(CONFIG_VIDEO_IMX219) += imx219.o
obj-$(CONFIG_VIDEO_IMX258) += imx258.o
obj-$(CONFIG_VIDEO_IMX258_EEPROM) += imx258_eeprom.o
obj-$(CONFIG_VIDEO_IMX274) += imx274.o
obj-$(CONFIG_VIDEO_IMX307) += imx307.o
obj-$(CONFIG_VIDEO_IMX317) += imx317.o
obj-$(CONFIG_VIDEO_IMX323) += imx323.o
obj-$(CONFIG_VIDEO_IMX327) += imx327.o

2039
drivers/media/i2c/imx307.c Normal file

File diff suppressed because it is too large Load Diff