File tree Expand file tree Collapse file tree 3 files changed +1208
-0
lines changed
Expand file tree Collapse file tree 3 files changed +1208
-0
lines changed Original file line number Diff line number Diff line change @@ -324,6 +324,17 @@ config VIDEO_IMX519
324324 To compile this driver as a module, choose M here: the
325325 module will be called IMX519.
326326
327+ config VIDEO_IMX662
328+ tristate "Sony IMX662 sensor support"
329+ select REGMAP_I2C
330+ select V4L2_CCI_I2C
331+ help
332+ This is a Video4Linux2 sensor driver for the Sony
333+ IMX662 camera sensor.
334+
335+ To compile this driver as a module, choose M here: the
336+ module will be called imx662.
337+
327338config VIDEO_IMX708
328339 tristate "Sony IMX708 sensor support"
329340 depends on I2C && VIDEO_DEV
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ obj-$(CONFIG_VIDEO_IMX415) += imx415.o
6666obj-$(CONFIG_VIDEO_IMX477) += imx477.o
6767obj-$(CONFIG_VIDEO_IMX500) += imx500.o
6868obj-$(CONFIG_VIDEO_IMX519) += imx519.o
69+ obj-$(CONFIG_VIDEO_IMX662) += imx662.o
6970obj-$(CONFIG_VIDEO_IMX708) += imx708.o
7071obj-$(CONFIG_VIDEO_IR_I2C) += ir-kbd-i2c.o
7172obj-$(CONFIG_VIDEO_IRS1125) += irs1125.o
You can’t perform that action at this time.
0 commit comments