Skip to content

Commit cdc6257

Browse files
Wang Panzhenzhuanrkhuangtao
authored andcommitted
media: i2c: add imx586 sensor driver
Signed-off-by: Wang Panzhenzhuan <[email protected]> Change-Id: Id71e4b691fa70b52c87583da728c0ac6cc442950
1 parent 5a174db commit cdc6257

File tree

3 files changed

+2265
-0
lines changed

3 files changed

+2265
-0
lines changed

drivers/media/i2c/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,17 @@ config VIDEO_IMX577
12211221
To compile this driver as a module, choose M here: the
12221222
module will be called imx577.
12231223

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+
12241235
config VIDEO_JX_K17
12251236
tristate "Soi JX_K17 sensor support"
12261237
depends on I2C && VIDEO_V4L2

drivers/media/i2c/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ obj-$(CONFIG_VIDEO_IMX415) += imx415.o
189189
obj-$(CONFIG_VIDEO_IMX464) += imx464.o
190190
obj-$(CONFIG_VIDEO_IMX355) += imx355.o
191191
obj-$(CONFIG_VIDEO_IMX577) += imx577.o
192+
obj-$(CONFIG_VIDEO_IMX586) += imx586.o
192193
obj-$(CONFIG_VIDEO_JX_K17) += jx_k17.o
193194
obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
194195
obj-$(CONFIG_VIDEO_MAX96714) += max96714.o

0 commit comments

Comments
 (0)