File tree 4 files changed +1053
-0
lines changed
4 files changed +1053
-0
lines changed Original file line number Diff line number Diff line change @@ -19450,6 +19450,7 @@ M: Bogdan Togorean <bogdan.togorean@analog.com>
19450
19450
L: linux-media@vger.kernel.org
19451
19451
S: Maintained
19452
19452
F: Documentation/devicetree/bindings/media/i2c/sony,isx021.yaml
19453
+ F: drivers/media/i2c/isx021.c
19453
19454
19454
19455
SONY MEMORYSTICK SUBSYSTEM
19455
19456
M: Maxim Levitsky <maximlevitsky@gmail.com>
Original file line number Diff line number Diff line change @@ -251,6 +251,20 @@ config VIDEO_IMX412
251
251
To compile this driver as a module, choose M here: the
252
252
module will be called imx412.
253
253
254
+ config VIDEO_ISX021
255
+ tristate "Sony ISX021 sensor support"
256
+ depends on OF_GPIO
257
+ depends on I2C && VIDEO_DEV
258
+ select VIDEO_V4L2_SUBDEV_API
259
+ select MEDIA_CONTROLLER
260
+ select V4L2_FWNODE
261
+ help
262
+ This is a Video4Linux2 sensor driver for the Sony
263
+ ISX021 camera.
264
+
265
+ To compile this driver as a module, choose M here: the
266
+ module will be called isx021
267
+
254
268
config VIDEO_MAX9271_LIB
255
269
tristate
256
270
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ obj-$(CONFIG_VIDEO_IMX355) += imx355.o
52
52
obj-$(CONFIG_VIDEO_IMX412) += imx412.o
53
53
obj-$(CONFIG_VIDEO_IR_I2C) += ir-kbd-i2c.o
54
54
obj-$(CONFIG_VIDEO_ISL7998X) += isl7998x.o
55
+ obj-$(CONFIG_VIDEO_ISX021) += isx021.o
55
56
obj-$(CONFIG_VIDEO_KS0127) += ks0127.o
56
57
obj-$(CONFIG_VIDEO_LM3560) += lm3560.o
57
58
obj-$(CONFIG_VIDEO_LM3646) += lm3646.o
You can’t perform that action at this time.
0 commit comments