Skip to content

Commit 3d33c13

Browse files
committed
soc: nxp: mcux: enable driver dmamux for S32Z270
S32ZE use DMAMUX for DMA channel routing instead of TRGMUX. Signed-off-by: Ha Duong Quang <[email protected]>
1 parent f1c2ce4 commit 3d33c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hal_nxp/mcux/mcux-sdk-ng/drivers/drivers.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ if(CONFIG_SOC_SERIES_IMXRT118X)
304304
set_variable_ifdef(CONFIG_WDT_MCUX_RTWDOG CONFIG_MCUX_COMPONENT_driver.src_3)
305305
endif()
306306

307-
if(${MCUX_DEVICE} MATCHES "S32K3")
307+
if(CONFIG_SOC_SERIES_S32K3 OR CONFIG_SOC_SERIES_S32ZE)
308308
if(CONFIG_DMA)
309309
zephyr_include_directories(${MCUX_SDK_NG_DIR}/drivers/dmamux)
310310
set(CONFIG_MCUX_COMPONENT_driver.dmamux ON)

0 commit comments

Comments
 (0)