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_w...@mail.ru>
---
 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
-- 
2.10.2

Reply via email to