Commit 0f66420c authored by Declan Snyder's avatar Declan Snyder Committed by Benjamin Cabé
Browse files

drivers: mcux_edma: Fix dtcm desc kconfig dep



The syntax was wrong for the chosen dtcm node. Also fixing build error
on 1180 by re-allowing the symbol on some tests.

Signed-off-by: default avatarDeclan Snyder <declan.snyder@nxp.com>
parent a27aecfd
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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).
+0 −6
Original line number Diff line number Diff line
#
# Copyright 2024 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_DMA_MCUX_USE_DTCM_FOR_DMA_DESCRIPTORS=n
+0 −6
Original line number Diff line number Diff line
#
# Copyright 2024 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_DMA_MCUX_USE_DTCM_FOR_DMA_DESCRIPTORS=n
+0 −6
Original line number Diff line number Diff line
#
# Copyright 2024 NXP
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_DMA_MCUX_USE_DTCM_FOR_DMA_DESCRIPTORS=n