Skip to content

Commit b6f07b4

Browse files
committed
soc: nxp: mcux: Enable DMAMUX driver for S32Z270
The NXP S32 SOC uses DMAMUX instead of TRIGMUX. Update the configuration to enable the DMAMUX driver Signed-off-by: Ha Duong Quang <[email protected]>
1 parent df8b43d commit b6f07b4

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
@@ -303,7 +303,7 @@ if(CONFIG_SOC_SERIES_IMXRT118X)
303303
set_variable_ifdef(CONFIG_WDT_MCUX_RTWDOG CONFIG_MCUX_COMPONENT_driver.src_3)
304304
endif()
305305

306-
if(${MCUX_DEVICE} MATCHES "S32K3")
306+
if(CONFIG_SOC_FAMILY_NXP_S32)
307307
if(CONFIG_DMA)
308308
zephyr_include_directories(${MCUX_SDK_NG_DIR}/drivers/dmamux)
309309
set(CONFIG_MCUX_COMPONENT_driver.dmamux ON)

0 commit comments

Comments
 (0)