Quoting Laurent Pinchart (2022-03-18 20:37:35) > From: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > > The imx-mipi-csis driver is specific to NXP platforms. Restrict it to > those by default, and enable compilation with COMPILE_TEST to keep a > wide test coverage. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> > --- > drivers/media/platform/nxp/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/media/platform/nxp/Kconfig b/drivers/media/platform/nxp/Kconfig > index 7473096f5885..28f2bafc14d2 100644 > --- a/drivers/media/platform/nxp/Kconfig > +++ b/drivers/media/platform/nxp/Kconfig > @@ -6,6 +6,7 @@ comment "NXP media platform drivers" > > config VIDEO_IMX_MIPI_CSIS > tristate "NXP MIPI CSI-2 CSIS receiver found on i.MX7 and i.MX8 models" > + depends on ARCH_MXC || COMPILE_TEST > select MEDIA_CONTROLLER > select V4L2_FWNODE > select VIDEO_V4L2_SUBDEV_API > > base-commit: 71e6d0608e4d1b79069990c7dacb3600ced28a3b > -- > Regards, > > Laurent Pinchart >