media: i2c: imx577: add imx577 camera driver

Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com>
Change-Id: I6203116ecca52f259dfaf2a09b57bf6c4ee10a0f
This commit is contained in:
Jianwei Fan
2022-06-06 12:02:28 +00:00
committed by Tao Huang
parent fe3602cf12
commit d8592b707f
3 changed files with 1683 additions and 0 deletions

View File

@@ -1210,6 +1210,17 @@ config VIDEO_IMX355
To compile this driver as a module, choose M here: the
module will be called imx355.
config VIDEO_IMX577
tristate "Sony IMX577 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
IMX577 camera.
To compile this driver as a module, choose M here: the
module will be called imx577.
config VIDEO_JX_K17
tristate "Soi JX_K17 sensor support"
depends on I2C && VIDEO_V4L2

View File

@@ -188,6 +188,7 @@ obj-$(CONFIG_VIDEO_IMX378) += imx378.o
obj-$(CONFIG_VIDEO_IMX415) += imx415.o
obj-$(CONFIG_VIDEO_IMX464) += imx464.o
obj-$(CONFIG_VIDEO_IMX355) += imx355.o
obj-$(CONFIG_VIDEO_IMX577) += imx577.o
obj-$(CONFIG_VIDEO_JX_K17) += jx_k17.o
obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
obj-$(CONFIG_VIDEO_MAX96714) += max96714.o

1671
drivers/media/i2c/imx577.c Normal file

File diff suppressed because it is too large Load Diff