diff mbox

dma: Kconfig: Update MXS_DMA help text to include MX6Q/MX6DL

Message ID 1401138505-26882-1-git-send-email-festevam@gmail.com (mailing list archive)
State Accepted
Commit 654fa24965aa
Delegated to: Vinod Koul
Headers show

Commit Message

Fabio Estevam May 26, 2014, 9:08 p.m. UTC
From: Fabio Estevam <fabio.estevam@freescale.com>

The APBX-DMA block is also found on MX6Q/MX6DL chips.

Update the help text accordingly.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 drivers/dma/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vinod Koul June 1, 2014, 5:46 p.m. UTC | #1
On Mon, May 26, 2014 at 06:08:25PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> The APBX-DMA block is also found on MX6Q/MX6DL chips.
> 
> Update the help text accordingly.
> 
Applied, thanks
diff mbox

Patch

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index b30b7ed..cff7f4b 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -269,7 +269,7 @@  config MXS_DMA
 	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/MX6Q/MX6DL chips.
 
 config EP93XX_DMA
 	bool "Cirrus Logic EP93xx DMA support"