media: i2c: add imx766 sensor driver

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: I0b457aa9a66cdb8732fa30126bb5e148384e22f0
This commit is contained in:
Zefa Chen
2024-04-07 19:23:02 +08:00
committed by Tao Huang
parent 9c419b128c
commit 307ba1ad8d
3 changed files with 2373 additions and 0 deletions

View File

@@ -837,6 +837,19 @@ config VIDEO_IMX586
To compile this driver as a module, choose M here: the
module will be called imx586.
config VIDEO_IMX766
tristate "Sony IMX766 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
IMX766 camera.
To compile this driver as a module, choose M here: the
module will be called imx766.
config VIDEO_JX_F37
tristate "Soi JX_F37 sensor support"
depends on I2C && VIDEO_DEV

View File

@@ -105,6 +105,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_IMX766) += imx766.o
obj-$(CONFIG_VIDEO_IR_I2C) += ir-kbd-i2c.o
obj-$(CONFIG_VIDEO_ISL7998X) += isl7998x.o
obj-$(CONFIG_VIDEO_IT6616) += it6616.o

2359
drivers/media/i2c/imx766.c Normal file

File diff suppressed because it is too large Load Diff