media: i2c: add imx498 sensor driver

Signed-off-by: Wang Panzhenzhuan <randy.wang@rock-chips.com>
Change-Id: I0eacdb0dcce89924b8a820699e855dbb11361cb3
This commit is contained in:
Wang Panzhenzhuan
2024-03-13 15:48:04 +08:00
committed by Tao Huang
parent 50e3b9c050
commit 0ad1b882f4
3 changed files with 1858 additions and 0 deletions

View File

@@ -740,6 +740,18 @@ config VIDEO_IMX492
To compile this driver as a module, choose M here: the
module will be called imx492.
config VIDEO_IMX498
tristate "Sony IMX498 sensor support"
depends on I2C && VIDEO_DEV
depends on MEDIA_CAMERA_SUPPORT
select VIDEO_V4L2_SUBDEV_API
help
This is a Video4Linux2 sensor driver for the Sony
IMX498 camera.
To compile this driver as a module, choose M here: the
module will be called imx498.
config VIDEO_IMX577
tristate "Sony IMX577 sensor support"
depends on I2C && VIDEO_DEV

View File

@@ -98,6 +98,7 @@ obj-$(CONFIG_VIDEO_IMX412) += imx412.o
obj-$(CONFIG_VIDEO_IMX415) += imx415.o
obj-$(CONFIG_VIDEO_IMX464) += imx464.o
obj-$(CONFIG_VIDEO_IMX492) += imx492.o
obj-$(CONFIG_VIDEO_IMX492) += imx498.o
obj-$(CONFIG_VIDEO_IMX577) += imx577.o
obj-$(CONFIG_VIDEO_IMX586) += imx586.o
obj-$(CONFIG_VIDEO_IR_I2C) += ir-kbd-i2c.o

1845
drivers/media/i2c/imx498.c Normal file

File diff suppressed because it is too large Load Diff