media: i2c: Add imx492 support

Change-Id: I9b6249e0f15027c4b8ce2a1d3509d6eff487ff08
Signed-off-by: Yingsong Ye <alexhazel.ye@rock-chips.com>
This commit is contained in:
Yingsong Ye
2023-05-15 15:57:09 +08:00
committed by Tao Huang
parent 2b5a59ab08
commit 3437b88e21
3 changed files with 2004 additions and 0 deletions

View File

@@ -1311,6 +1311,17 @@ config VIDEO_IMX464
To compile this driver as a module, choose M here: the
module will be called imx464.
config VIDEO_IMX492
tristate "Sony IMX492 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
IMX492 camera.
To compile this driver as a module, choose M here: the
module will be called imx492.
config VIDEO_IMX355
tristate "Sony IMX355 sensor support"
depends on I2C && VIDEO_V4L2

View File

@@ -213,6 +213,7 @@ obj-$(CONFIG_VIDEO_IMX347) += imx347.o
obj-$(CONFIG_VIDEO_IMX378) += imx378.o
obj-$(CONFIG_VIDEO_IMX415) += imx415.o
obj-$(CONFIG_VIDEO_IMX464) += imx464.o
obj-$(CONFIG_VIDEO_IMX492) += imx492.o
obj-$(CONFIG_VIDEO_IMX355) += imx355.o
obj-$(CONFIG_VIDEO_IMX577) += imx577.o
obj-$(CONFIG_VIDEO_IMX586) += imx586.o

1992
drivers/media/i2c/imx492.c Normal file

File diff suppressed because it is too large Load Diff