File tree Expand file tree Collapse file tree 3 files changed +1683
-0
lines changed Expand file tree Collapse file tree 3 files changed +1683
-0
lines changed Original file line number Diff line number Diff line change @@ -1210,6 +1210,17 @@ config VIDEO_IMX355
1210
1210
To compile this driver as a module, choose M here: the
1211
1211
module will be called imx355.
1212
1212
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
+
1213
1224
config VIDEO_JX_K17
1214
1225
tristate "Soi JX_K17 sensor support"
1215
1226
depends on I2C && VIDEO_V4L2
Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ obj-$(CONFIG_VIDEO_IMX378) += imx378.o
188
188
obj-$(CONFIG_VIDEO_IMX415) += imx415.o
189
189
obj-$(CONFIG_VIDEO_IMX464) += imx464.o
190
190
obj-$(CONFIG_VIDEO_IMX355) += imx355.o
191
+ obj-$(CONFIG_VIDEO_IMX577) += imx577.o
191
192
obj-$(CONFIG_VIDEO_JX_K17) += jx_k17.o
192
193
obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
193
194
obj-$(CONFIG_VIDEO_MAX96714) += max96714.o
You can’t perform that action at this time.
0 commit comments