]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: ar0521: fix Kconfig: VIDEO_V4L2 -> VIDEO_DEV
authorHans Verkuil <hverkuil@xs4all.nl>
Fri, 8 Jul 2022 18:47:04 +0000 (19:47 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 15 Jul 2022 14:20:16 +0000 (15:20 +0100)
VIDEO_V4L2 no longer exists, instead use VIDEO_DEV. Without this change
this driver cannot be selected.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/i2c/Kconfig

index e0658c6ca13d67e873493799357d8f4bdd953150..7806d4b81716e5a14a2faf0aa0c50b9a3b4ea2e1 100644 (file)
@@ -36,7 +36,7 @@ config VIDEO_CCS_PLL
 
 config VIDEO_AR0521
        tristate "ON Semiconductor AR0521 sensor support"
-       depends on I2C && VIDEO_V4L2
+       depends on I2C && VIDEO_DEV
        select MEDIA_CONTROLLER
        select VIDEO_V4L2_SUBDEV_API
        select V4L2_FWNODE