media: platform: imx-mipi-csis: Add dependency on VIDEO_DEV
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 31 Mar 2022 12:31:51 +0000 (14:31 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 5 Apr 2022 23:57:35 +0000 (01:57 +0200)
commit62c31868f528e8657947694913f1e76db816425b
tree90517ed91144882be8a16934d73b7edf22e452ad
parent6150f276073a1480030242a7e006a89e161d6cd6
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 63fe3d27b226 ("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: 63fe3d27b226 ("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>
drivers/media/platform/nxp/Kconfig