This patch checks whether memory to memory is allowed for the device. Tested it with tests/drivers/dma with one of the 2 settings: CONFIG_DMA1_NAME=DMA_0 -> test fails with error message on console and an error at configuration. CONFIG_DMA2_NAME=DMA_0 -> test succeeds Fixes: #7547 Signed-off-by: Alexander Polleti <metapsycholo@gmail.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| dma_cavs.c | ||
| dma_cavs.h | ||
| dma_handlers.c | ||
| dma_nios2_msgdma.c | ||
| dma_qmsi.c | ||
| dma_sam_xdmac.c | ||
| dma_sam_xdmac.h | ||
| dma_stm32f4x.c | ||
| Kconfig | ||
| Kconfig.cavs | ||
| Kconfig.nios2_msgdma | ||
| Kconfig.qmsi | ||
| Kconfig.sam_xdmac | ||
| Kconfig.stm32f4x | ||