summaryrefslogtreecommitdiff
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-12-14 09:07:07 +0530
committerVinod Koul <vinod.koul@intel.com>2016-12-14 09:07:07 +0530
commit4625d2a513d60ca9c3e8cae42c8f3d9efc1b4211 (patch)
tree12206d852d868d6ba2df3dd9bc3387555c0b4883 /drivers/dma/Kconfig
parent57fb7ee10c27b315600445b2bad72236a11951ad (diff)
parent3d6b3715fb5d4b7321a9ebd664991be2ed8f5f7b (diff)
Merge branch 'topic/st_fdma' into for-linus
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 4595f5009244..b4cb5cb7775c 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -435,6 +435,20 @@ config STE_DMA40
help
Support for ST-Ericsson DMA40 controller
+config ST_FDMA
+ tristate "ST FDMA dmaengine support"
+ depends on ARCH_STI
+ depends on REMOTEPROC
+ select ST_SLIM_REMOTEPROC
+ select DMA_ENGINE
+ select DMA_VIRTUAL_CHANNELS
+ help
+ Enable support for ST FDMA controller.
+ It supports 16 independent DMA channels, accepts up to 32 DMA requests
+
+ Say Y here if you have such a chipset.
+ If unsure, say N.
+
config STM32_DMA
bool "STMicroelectronics STM32 DMA support"
depends on ARCH_STM32 || COMPILE_TEST