mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
media: i2c: Add imx492 support
Change-Id: I9b6249e0f15027c4b8ce2a1d3509d6eff487ff08 Signed-off-by: Yingsong Ye <alexhazel.ye@rock-chips.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
1992
drivers/media/i2c/imx492.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user