File tree Expand file tree Collapse file tree 3 files changed +2265
-0
lines changed Expand file tree Collapse file tree 3 files changed +2265
-0
lines changed Original file line number Diff line number Diff line change @@ -1221,6 +1221,17 @@ config VIDEO_IMX577
1221
1221
To compile this driver as a module, choose M here: the
1222
1222
module will be called imx577.
1223
1223
1224
+ config VIDEO_IMX586
1225
+ tristate "Sony IMX586 sensor support"
1226
+ depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
1227
+ depends on MEDIA_CAMERA_SUPPORT
1228
+ help
1229
+ This is a Video4Linux2 sensor driver for the Sony
1230
+ IMX586 camera.
1231
+
1232
+ To compile this driver as a module, choose M here: the
1233
+ module will be called imx586.
1234
+
1224
1235
config VIDEO_JX_K17
1225
1236
tristate "Soi JX_K17 sensor support"
1226
1237
depends on I2C && VIDEO_V4L2
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ obj-$(CONFIG_VIDEO_IMX415) += imx415.o
189
189
obj-$(CONFIG_VIDEO_IMX464) += imx464.o
190
190
obj-$(CONFIG_VIDEO_IMX355) += imx355.o
191
191
obj-$(CONFIG_VIDEO_IMX577) += imx577.o
192
+ obj-$(CONFIG_VIDEO_IMX586) += imx586.o
192
193
obj-$(CONFIG_VIDEO_JX_K17) += jx_k17.o
193
194
obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
194
195
obj-$(CONFIG_VIDEO_MAX96714) += max96714.o
You can’t perform that action at this time.
0 commit comments