Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions drivers/dma/Kconfig.mcux_edma
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ config DMA_MCUX_TEST_SLOT_START
help
test slot start num

ZEPHYR_DTCM := zephyr,dtcm

config DMA_MCUX_USE_DTCM_FOR_DMA_DESCRIPTORS
bool "Use DTCM for DMA descriptors"
default y
depends on DT_HAS_NXP_IMX_DTCM_ENABLED
depends on $(dt_chosen_enabled,zephyr_dtcm)
depends on $(dt_chosen_enabled,$(ZEPHYR_DTCM))
help
When this option is activated, the descriptors for DMA transfer are
located in the DTCM (Data Tightly Coupled Memory).
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.