From: Sakari Ailus Date: Fri, 26 Nov 2021 08:04:42 +0000 (+0100) Subject: media: max96712: Depend on VIDEO_V4L2 X-Git-Tag: v6.1-rc5~2250^2~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cc464fdcaaef1a38423c79c29df96db397d8b69;p=platform%2Fkernel%2Flinux-starfive.git media: max96712: Depend on VIDEO_V4L2 Depend on VIDEO_V4L2 for the driver actually depends on it, failing to compile otherwise. Signed-off-by: Sakari Ailus Reviewed-by: Kieran Bingham Reviewed-by: Niklas Söderlund Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/media/max96712/Kconfig b/drivers/staging/media/max96712/Kconfig index 258d476..acde14f 100644 --- a/drivers/staging/media/max96712/Kconfig +++ b/drivers/staging/media/max96712/Kconfig @@ -3,6 +3,7 @@ config VIDEO_MAX96712 tristate "Maxim MAX96712 Quad GMSL2 Deserializer support" depends on I2C depends on OF_GPIO + depends on VIDEO_V4L2 select V4L2_FWNODE select VIDEO_V4L2_SUBDEV_API select MEDIA_CONTROLLER