Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

media: i2c: refer to config VIDEO_DEV to make ov08x40 image sensor driver usable

Commit 9958d30f38b9 ("media: Kconfig: cleanup VIDEO_DEV dependencies")
removes the config VIDEO_V4L2 as it is merged with config VIDEO_DEV.

Long after this change, commit 38fc5136ac16 ("media: i2c: Add ov08x40 image
sensor driver") introduces and refers to the removed config VIDEO_V4L2,
basically making this driver impossible to build, test and use due to
dependencies that cannot be met.

Refer to config VIDEO_DEV instead to make this driver usable.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Fixes: 38fc5136ac16 ("media: i2c: Add ov08x40 image sensor driver")
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

authored by

Lukas Bulwahn and committed by
Mauro Carvalho Chehab
b99d744b f54f5fd0

+1 -1
+1 -1
drivers/media/i2c/Kconfig
··· 366 366 367 367 config VIDEO_OV08X40 368 368 tristate "OmniVision OV08X40 sensor support" 369 - depends on VIDEO_V4L2 && I2C 369 + depends on VIDEO_DEV && I2C 370 370 select MEDIA_CONTROLLER 371 371 select VIDEO_V4L2_SUBDEV_API 372 372 select V4L2_FWNODE