diff options
author | Vinod Koul <vinod.koul@intel.com> | 2015-06-25 09:21:58 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-06-25 09:21:58 +0530 |
commit | f2704052cb42aabfa19b3f897cbceb70e2e63c45 (patch) | |
tree | 441522897d4b6dcc2d5197d7711280214326f190 /drivers/dma/Kconfig | |
parent | 4fb9c15b4f2371b8640c411ceff2c100857aee2c (diff) | |
parent | c91134d9194478144ba579ca6efeddf628055650 (diff) | |
download | talos-op-linux-f2704052cb42aabfa19b3f897cbceb70e2e63c45.tar.gz talos-op-linux-f2704052cb42aabfa19b3f897cbceb70e2e63c45.zip |
Merge branch 'topic/pxa' into for-linus
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 0205ade0ba32..88d474b78076 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -162,6 +162,17 @@ config MX3_IPU_IRQS To avoid bloating the irq_desc[] array we allocate a sufficient number of IRQ slots and map them dynamically to specific sources. +config PXA_DMA + bool "PXA DMA support" + depends on (ARCH_MMP || ARCH_PXA) + select DMA_ENGINE + select DMA_VIRTUAL_CHANNELS + help + Support the DMA engine for PXA. It is also compatible with MMP PDMA + platform. The internal DMA IP of all PXA variants is supported, with + 16 to 32 channels for peripheral to memory or memory to memory + transfers. + config TXX9_DMAC tristate "Toshiba TXx9 SoC DMA support" depends on MACH_TX49XX || MACH_TX39XX |