media: i2c: add imx678 sensor driver

Signed-off-by: Yuefu Su <yuefu.su@rock-chips.com>
Change-Id: I5cace6a4708ca44d55d700d2415e8d6da20dda12
This commit is contained in:
Yuefu Su
2025-05-13 17:13:54 +08:00
parent 705a627436
commit 94bf2f3b05
3 changed files with 3319 additions and 0 deletions

View File

@@ -850,6 +850,19 @@ config VIDEO_IMX586
To compile this driver as a module, choose M here: the
module will be called imx586.
config VIDEO_IMX678
tristate "Sony IMX678 sensor support"
depends on I2C && VIDEO_DEV
depends on MEDIA_CAMERA_SUPPORT
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
help
This is a Video4Linux2 sensor driver for the Sony
IMX678 camera.
To compile this driver as a module, choose M here: the
module will be called imx678.
config VIDEO_IMX766
tristate "Sony IMX766 sensor support"
depends on I2C && VIDEO_DEV

View File

@@ -106,6 +106,7 @@ obj-$(CONFIG_VIDEO_IMX492) += imx492.o
obj-$(CONFIG_VIDEO_IMX498) += imx498.o
obj-$(CONFIG_VIDEO_IMX577) += imx577.o
obj-$(CONFIG_VIDEO_IMX586) += imx586.o
obj-$(CONFIG_VIDEO_IMX678) += imx678.o
obj-$(CONFIG_VIDEO_IMX766) += imx766.o
obj-$(CONFIG_VIDEO_IR_I2C) += ir-kbd-i2c.o
obj-$(CONFIG_VIDEO_ISL7998X) += isl7998x.o

3305
drivers/media/i2c/imx678.c Normal file

File diff suppressed because it is too large Load Diff