Skip to content

Commit a646624

Browse files
Raymond0225mmahadevan108
authored andcommitted
drivers: dma: edma: Put the TCD pool in DTCM by default
To reduce the latency of CPU accessing/modifying SW TCD content, it better to put TCD pool to DTCM by default. Signed-off-by: Raymond Lei <[email protected]>
1 parent 209cb81 commit a646624

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/dma/Kconfig.mcux_edma

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ config DMA_MCUX_TEST_SLOT_START
4444

4545
config DMA_MCUX_USE_DTCM_FOR_DMA_DESCRIPTORS
4646
bool "Use DTCM for DMA descriptors"
47+
default y
48+
depends on DT_HAS_NXP_IMX_DTCM_ENABLED
4749
help
4850
When this option is activated, the descriptors for DMA transfer are
4951
located in the DTCM (Data Tightly Coupled Memory).

0 commit comments

Comments
 (0)