Commit 8429b358 authored by Mike Pagano's avatar Mike Pagano Committed by Mauro Carvalho Chehab
Browse files

media: i2c: ov2640: Depend on V4L2_ASYNC



Add V4L2_ASYNC as a dependency to match other drivers and prevent failures
when compile testing.

Fixes: ff3cc65c ("media: v4l: async, fwnode: Improve module organisation")
Signed-off-by: default avatarMike Pagano <mpagano@gentoo.org>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 786dc07b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.