aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2017-11-14 10:34:56 +0530
committerVinod Koul <vinod.koul@intel.com>2017-11-14 10:34:56 +0530
commit9c6027133626efd773fa84478c5d8c9209df41f6 (patch)
tree33974ace800bee72c96cf32b05aaa019034728af /drivers/dma/Kconfig
parentMerge branch 'topic/sa11x0' into for-linus (diff)
parentdmaengine: stm32_mdma: activate pack/unpack feature (diff)
downloadlinux-dev-9c6027133626efd773fa84478c5d8c9209df41f6.tar.xz
linux-dev-9c6027133626efd773fa84478c5d8c9209df41f6.zip
Merge branch 'topic/stm' into for-linus
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 48cf8df7255f..4002d1c65221 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -483,6 +483,27 @@ config STM32_DMA
If you have a board based on such a MCU and wish to use DMA say Y
here.
+config STM32_DMAMUX
+ bool "STMicroelectronics STM32 dma multiplexer support"
+ depends on STM32_DMA || COMPILE_TEST
+ help
+ Enable support for the on-chip DMA multiplexer on STMicroelectronics
+ STM32 MCUs.
+ If you have a board based on such a MCU and wish to use DMAMUX say Y
+ here.
+
+config STM32_MDMA
+ bool "STMicroelectronics STM32 master dma support"
+ depends on ARCH_STM32 || COMPILE_TEST
+ depends on OF
+ select DMA_ENGINE
+ select DMA_VIRTUAL_CHANNELS
+ help
+ Enable support for the on-chip MDMA controller on STMicroelectronics
+ STM32 platforms.
+ If you have a board based on STM32 SoC and wish to use the master DMA
+ say Y here.
+
config S3C24XX_DMAC
bool "Samsung S3C24XX DMA support"
depends on ARCH_S3C24XX || COMPILE_TEST