Skip to content

Commit d8592b7

Browse files
potugasrkhuangtao
authored andcommitted
media: i2c: imx577: add imx577 camera driver
Signed-off-by: Jianwei Fan <[email protected]> Change-Id: I6203116ecca52f259dfaf2a09b57bf6c4ee10a0f
1 parent fe3602c commit d8592b7

File tree

3 files changed

+1683
-0
lines changed

3 files changed

+1683
-0
lines changed

drivers/media/i2c/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,6 +1210,17 @@ config VIDEO_IMX355
12101210
To compile this driver as a module, choose M here: the
12111211
module will be called imx355.
12121212

1213+
config VIDEO_IMX577
1214+
tristate "Sony IMX577 sensor support"
1215+
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
1216+
depends on MEDIA_CAMERA_SUPPORT
1217+
help
1218+
This is a Video4Linux2 sensor driver for the Sony
1219+
IMX577 camera.
1220+
1221+
To compile this driver as a module, choose M here: the
1222+
module will be called imx577.
1223+
12131224
config VIDEO_JX_K17
12141225
tristate "Soi JX_K17 sensor support"
12151226
depends on I2C && VIDEO_V4L2

drivers/media/i2c/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ obj-$(CONFIG_VIDEO_IMX378) += imx378.o
188188
obj-$(CONFIG_VIDEO_IMX415) += imx415.o
189189
obj-$(CONFIG_VIDEO_IMX464) += imx464.o
190190
obj-$(CONFIG_VIDEO_IMX355) += imx355.o
191+
obj-$(CONFIG_VIDEO_IMX577) += imx577.o
191192
obj-$(CONFIG_VIDEO_JX_K17) += jx_k17.o
192193
obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
193194
obj-$(CONFIG_VIDEO_MAX96714) += max96714.o

0 commit comments

Comments
 (0)