Hi Alexander, This series has been stalled since I still haven't received a Reviewed-By of the binding patch. I recommend that you rebase it and post it again, hopefully it will get a review the second time around. Regards, Hans On 12/16/18 4:48 AM, Alexander Shiyan wrote: > Freescale i.MX21 chip has enhanced Multimedia Accelerator (eMMA) > video Pre-processor (PrP) unit. This patch allows MX2-EMMA support > to be selected for this SoC. > > Signed-off-by: Alexander Shiyan <shc_work@xxxxxxx> > --- > drivers/media/platform/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig > index 70c4f6c..fb70d21 100644 > --- a/drivers/media/platform/Kconfig > +++ b/drivers/media/platform/Kconfig > @@ -293,7 +293,7 @@ config VIDEO_SAMSUNG_S5P_MFC > config VIDEO_MX2_EMMAPRP > tristate "MX2 eMMa-PrP support" > depends on VIDEO_DEV && VIDEO_V4L2 > - depends on SOC_IMX27 || COMPILE_TEST > + depends on SOC_IMX21 || SOC_IMX27 || COMPILE_TEST > select VIDEOBUF2_DMA_CONTIG > select V4L2_MEM2MEM_DEV > help >