File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9988,6 +9988,14 @@ S: Maintained
99889988F: drivers/media/i2c/ov7670.c
99899989F: Documentation/devicetree/bindings/media/i2c/ov7670.txt
99909990
9991+ OMNIVISION OV7740 SENSOR DRIVER
9992+ M: Wenyou Yang <wenyou.yang@microchip.com>
9993+ L: linux-media@vger.kernel.org
9994+ T: git git://linuxtv.org/media_tree.git
9995+ S: Maintained
9996+ F: drivers/media/i2c/ov7740.c
9997+ F: Documentation/devicetree/bindings/media/i2c/ov7740.txt
9998+
99919999ONENAND FLASH DRIVER
999210000M: Kyungmin Park <kyungmin.park@samsung.com>
999310001L: linux-mtd@lists.infradead.org
Original file line number Diff line number Diff line change @@ -649,6 +649,14 @@ config VIDEO_OV7670
649649 OV7670 VGA camera. It currently only works with the M88ALP01
650650 controller.
651651
652+ config VIDEO_OV7740
653+ tristate "OmniVision OV7740 sensor support"
654+ depends on I2C && VIDEO_V4L2
655+ depends on MEDIA_CAMERA_SUPPORT
656+ ---help---
657+ This is a Video4Linux2 sensor-level driver for the OmniVision
658+ OV7740 VGA camera sensor.
659+
652660config VIDEO_OV9650
653661 tristate "OmniVision OV9650/OV9652 sensor support"
654662 depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ obj-$(CONFIG_VIDEO_OV5670) += ov5670.o
6868obj-$(CONFIG_VIDEO_OV6650) += ov6650.o
6969obj-$(CONFIG_VIDEO_OV7640) += ov7640.o
7070obj-$(CONFIG_VIDEO_OV7670) += ov7670.o
71+ obj-$(CONFIG_VIDEO_OV7740) += ov7740.o
7172obj-$(CONFIG_VIDEO_OV9650) += ov9650.o
7273obj-$(CONFIG_VIDEO_OV13858) += ov13858.o
7374obj-$(CONFIG_VIDEO_MT9M032) += mt9m032.o
You can’t perform that action at this time.
0 commit comments