Skip to content

Commit 7101c72

Browse files
lucien-nxpdanieldegrasse
authored andcommitted
drivers: dma: dma_mcux_edma.c: add xcache support for tcd pool
XCACHE has been designed for RT700, tcd pool need to be put in noncache region, update driver to support Signed-off-by: Lucien Zhao <[email protected]>
1 parent 798dc5c commit 7101c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/dma_mcux_edma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct dma_mcux_edma_config {
4747
};
4848

4949

50-
#ifdef CONFIG_HAS_MCUX_CACHE
50+
#if defined(CONFIG_HAS_MCUX_CACHE) || defined(CONFIG_HAS_MCUX_XCACHE)
5151

5252
#ifdef CONFIG_DMA_MCUX_USE_DTCM_FOR_DMA_DESCRIPTORS
5353

0 commit comments

Comments
 (0)