]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
media: i2c: ov2640: Depend on V4L2_ASYNC
authorMike Pagano <mpagano@gentoo.org>
Wed, 27 Apr 2022 21:59:23 +0000 (23:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jun 2022 08:30:15 +0000 (10:30 +0200)
[ 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@gentoo.org>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/media/i2c/Kconfig

index fae2baabb77380a74124c8dcb9b4fae67238c32f..2b20aa6c37b1bec24155b62490682d9ced923268 100644 (file)
@@ -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.