This driver currently only handles memory-to-memory transfers. TODO: Add support for all types of transfers. Change-Id: Ic9787dcca919a58fb11b48c9f6b6b371db88c3ea Origin: Original Maintained-by: Zephyr Signed-off-by: Lee Jones <lee.jones@linaro.org>
3 lines
83 B
Makefile
3 lines
83 B
Makefile
obj-$(CONFIG_DMA_QMSI) += dma_qmsi.o
|
|
obj-$(CONFIG_DMA_STM32F4X) += dma_stm32f4x.o
|