diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-05-26 18:08:25 -0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-06-01 23:16:37 +0530 |
commit | 654fa24965aafcb4bb8a1a14400c5ecea3be76b6 (patch) | |
tree | b311e3c9a8579e002b5f71541ae611de41e109f9 /drivers/dma | |
parent | 9d296ec6fd4051c806677d39b3ce11d48d3d90d5 (diff) |
dmaengine: Kconfig: Update MXS_DMA help text to include MX6Q/MX6DL
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>
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 9ad43abe26f..049059f2806 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" |