Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8b46839 authored by M'boumba Cedric Madianga's avatar M'boumba Cedric Madianga Committed by Vinod Koul
Browse files

dmaengine: Add STM32 DMA driver



This patch adds support for the STM32 DMA controller.

Signed-off-by: default avatarM'boumba Cedric Madianga <cedric.madianga@gmail.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 5827a4ba
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -431,6 +431,18 @@ config STE_DMA40
	help
	  Support for ST-Ericsson DMA40 controller

config STM32_DMA
	bool "STMicroelectronics STM32 DMA support"
	depends on ARCH_STM32
	select DMA_ENGINE
	select DMA_OF
	select DMA_VIRTUAL_CHANNELS
	help
	  Enable support for the on-chip DMA controller on STMicroelectronics
	  STM32 MCUs.
	  If you have a board based on such a MCU and wish to use DMA say Y or M
	  here.

config S3C24XX_DMAC
	tristate "Samsung S3C24XX DMA support"
	depends on ARCH_S3C24XX
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ obj-$(CONFIG_QCOM_BAM_DMA) += qcom_bam_dma.o
obj-$(CONFIG_RENESAS_DMA) += sh/
obj-$(CONFIG_SIRF_DMA) += sirf-dma.o
obj-$(CONFIG_STE_DMA40) += ste_dma40.o ste_dma40_ll.o
obj-$(CONFIG_STM32_DMA) += stm32-dma.o
obj-$(CONFIG_S3C24XX_DMAC) += s3c24xx-dma.o
obj-$(CONFIG_TXX9_DMAC) += txx9dmac.o
obj-$(CONFIG_TEGRA20_APB_DMA) += tegra20-apb-dma.o
+1141 −0

File added.

Preview size limit exceeded, changes collapsed.