diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-05-26 17:08:25 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-06-01 13:46:37 -0400 |
commit | 654fa24965aafcb4bb8a1a14400c5ecea3be76b6 (patch) | |
tree | b311e3c9a8579e002b5f71541ae611de41e109f9 /drivers/dma/Kconfig | |
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/Kconfig')
-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 9ad43abe26ff..049059f28065 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -269,7 +269,7 @@ config MXS_DMA | |||
269 | select DMA_ENGINE | 269 | select DMA_ENGINE |
270 | help | 270 | help |
271 | Support the MXS DMA engine. This engine including APBH-DMA | 271 | Support the MXS DMA engine. This engine including APBH-DMA |
272 | and APBX-DMA is integrated into Freescale i.MX23/28 chips. | 272 | and APBX-DMA is integrated into Freescale i.MX23/28/MX6Q/MX6DL chips. |
273 | 273 | ||
274 | config EP93XX_DMA | 274 | config EP93XX_DMA |
275 | bool "Cirrus Logic EP93xx DMA support" | 275 | bool "Cirrus Logic EP93xx DMA support" |