On Mon, 2020-11-09 at 10:46 +0100, Martin Kepplinger wrote: > As described in NXPs' linux tree, the imx8m SoC includes the same > CSI bridge hardware that is part of imx7d. We should be able to > use the "fsl,imx7-csi" driver for imx8m directly. > > Since ipuv3 is not relevant for imx8m we create VIDEO_IMX7_MEDIA and > split up the configuration option in 2 menus (on 1 entry each > for now but that can be changed later). > > Signed-off-by: Martin Kepplinger <martin.kepplinger@xxxxxxx> > --- > > thanks, you're right. did you have something like this in mind? Not quite, we need a separate option for the imx-media-common module, so the Makefile has to be changed as well. That option should be selected by VIDEO_IMX_MEDIA. I'm not sure if introducing VIDEO_IMX7_MEDIA is necessary, the new option could also be hidden if selected VIDEO_IMX7_CSI directly. regards Philipp