Patch "media: i2c: ov2640: Depend on V4L2_ASYNC" has been added to the 5.18-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    media: i2c: ov2640: Depend on V4L2_ASYNC

to the 5.18-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     media-i2c-ov2640-depend-on-v4l2_async.patch
and it can be found in the queue-5.18 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 3f22b69febb7c0c737d1bdb37ca999730e4937f5
Author: Mike Pagano <mpagano@xxxxxxxxxx>
Date:   Wed Apr 27 23:59:23 2022 +0200

    media: i2c: ov2640: Depend on V4L2_ASYNC
    
    [ Upstream commit 8429b358975f11574f747ca8ef20d524d8247682 ]
    
    Add V4L2_ASYNC as a dependency to match other drivers and prevent failures
    when compile testing.
    
    Fixes: ff3cc65cadb5 ("media: v4l: async, fwnode: Improve module organisation")
    Signed-off-by: Mike Pagano <mpagano@xxxxxxxxxx>
    Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
index fae2baabb773..2b20aa6c37b1 100644
--- a/drivers/media/i2c/Kconfig
+++ b/drivers/media/i2c/Kconfig
@@ -372,6 +372,7 @@ config VIDEO_OV13B10
 config VIDEO_OV2640
 	tristate "OmniVision OV2640 sensor support"
 	depends on VIDEO_DEV && I2C
+	select V4L2_ASYNC
 	help
 	  This is a Video4Linux2 sensor driver for the OmniVision
 	  OV2640 camera.



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux