media: i2c: add camera driver imx464

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: Iae18497edac0c4fdd24bd2f74a5348aa5271f4e4
This commit is contained in:
Zefa Chen
2021-04-27 20:23:32 +08:00
committed by Tao Huang
parent add07bf1a2
commit 7832719356
3 changed files with 2697 additions and 0 deletions

View File

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

View File

@@ -156,6 +156,7 @@ obj-$(CONFIG_VIDEO_IMX335) += imx335.o
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_IMX355) += imx355.o
obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
rdacm20-camera_module-objs := rdacm20.o max9271.o

2685
drivers/media/i2c/imx464.c Normal file

File diff suppressed because it is too large Load Diff