diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-08-28 13:50:19 -0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-09-23 20:56:23 +0530 |
commit | 50cf5534df852d30f1fd07030c2084b708a88308 (patch) | |
tree | d9ee3215736aeb4679893798275e30e52a2b9f13 /drivers/dma | |
parent | c2e6f424a4abc9bb561133b00b2134ce11be34e9 (diff) | |
download | linux-50cf5534df852d30f1fd07030c2084b708a88308.tar.gz linux-50cf5534df852d30f1fd07030c2084b708a88308.tar.xz |
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/Kconfig | 2 |
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" |