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

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
...@@ -372,6 +372,7 @@ config VIDEO_OV13B10 ...@@ -372,6 +372,7 @@ config VIDEO_OV13B10
config VIDEO_OV2640 config VIDEO_OV2640
tristate "OmniVision OV2640 sensor support" tristate "OmniVision OV2640 sensor support"
depends on VIDEO_DEV && I2C depends on VIDEO_DEV && I2C
select V4L2_ASYNC
help help
This is a Video4Linux2 sensor driver for the OmniVision This is a Video4Linux2 sensor driver for the OmniVision
OV2640 camera. OV2640 camera.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment