From af56ac58575e88427482f5450d72f5421187aa28 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 7 Mar 2016 14:41:29 +0100 Subject: drivers/dma/Kconfig: allow MXS_DMA for i.MX 7 Signed-off-by: Max Krummenacher Signed-off-by: Stefan Agner --- drivers/dma/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 79b0623b0d7d..24a8276586cd 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -266,12 +266,12 @@ config IMX_DMA config MXS_DMA bool "MXS DMA support" - depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6 + depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6 || SOC_IMX7 select STMP_DEVICE select DMA_ENGINE help Support the MXS DMA engine. This engine including APBH-DMA - and APBX-DMA is integrated into Freescale i.MX23/28 chips. + and APBX-DMA is integrated into Freescale i.MX23/28/6/7 chips. config EP93XX_DMA bool "Cirrus Logic EP93xx DMA support" -- cgit v1.2.3