summaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorFabio Estevam2014-08-28 18:50:19 +0200
committerVinod Koul2014-09-23 17:26:23 +0200
commit50cf5534df852d30f1fd07030c2084b708a88308 (patch)
treed9ee3215736aeb4679893798275e30e52a2b9f13 /drivers/dma
parentdmatest: prevent memory leakage on error path in thread (diff)
downloadkernel-qcow2-linux-50cf5534df852d30f1fd07030c2084b708a88308.tar.gz
kernel-qcow2-linux-50cf5534df852d30f1fd07030c2084b708a88308.tar.xz
kernel-qcow2-linux-50cf5534df852d30f1fd07030c2084b708a88308.zip
dma: Kconfig: Include mx6 in the IMX_SDMA help section
MX6 processors also use the IMX_SDMA driver, so include it in the help text. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 9b1ea0ef59af..962167177803 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"