Skip to content

Commit 62c3186

Browse files
pinchartlmchehab
authored andcommitted
media: platform: imx-mipi-csis: Add dependency on VIDEO_DEV
The imx-mipi-csis driver (VIDEO_IMX_MIPI_CSIS) lost its dependency on VIDEO_DEV in commit 63fe3d2 ("media: platform/*/Kconfig: make manufacturer menus more uniform"). This causes build failures with configurations that don't have VIDEO_DEV set. Fix it by restoring the dependency. Link: https://lore.kernel.org/linux-media/20220331123151.1953-1-laurent.pinchart@ideasonboard.com Fixes: 63fe3d2 ("media: platform/*/Kconfig: make manufacturer menus more uniform") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
1 parent 6150f27 commit 62c3186

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/media/platform/nxp/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ comment "NXP media platform drivers"
77
config VIDEO_IMX_MIPI_CSIS
88
tristate "NXP MIPI CSI-2 CSIS receiver found on i.MX7 and i.MX8 models"
99
depends on ARCH_MXC || COMPILE_TEST
10+
depends on VIDEO_DEV
1011
select MEDIA_CONTROLLER
1112
select V4L2_FWNODE
1213
select VIDEO_V4L2_SUBDEV_API

0 commit comments

Comments
 (0)