diff mbox

dma: Kconfig: Include mx6 in the IMX_SDMA help section

Message ID 1409244619-25406-1-git-send-email-fabio.estevam@freescale.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Fabio Estevam Aug. 28, 2014, 4:50 p.m. UTC
MX6 processors also use the IMX_SDMA driver, so include it in the help text.

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

Comments

Vinod Koul Sept. 23, 2014, 3:29 p.m. UTC | #1
On Thu, Aug 28, 2014 at 01:50:19PM -0300, Fabio Estevam wrote:
> MX6 processors also use the IMX_SDMA driver, so include it in the help text.
Applied, thanks
diff mbox

Patch

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 9b1ea0e..9621671 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -270,7 +270,7 @@  config IMX_SDMA
 	select DMA_ENGINE
 	help
 	  Support the i.MX SDMA engine. This engine is integrated into
-	  Freescale i.MX25/31/35/51/53 chips.
+	  Freescale i.MX25/31/35/51/53/6 chips.
 
 config IMX_DMA
 	tristate "i.MX DMA support"