Skip to content

Commit 40daa90

Browse files
TomasGalbickaNXPdleach02
authored andcommitted
mcux: MIMXRT1189 select correct mu1 driver for RT1180 devices
Signed-off-by: Tomas Galbicka <tomas.galbicka@nxp.com>
1 parent 80ce0a0 commit 40daa90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcux/hal_nxp.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ elseif(CONFIG_SOC_MIMXRT1189_CM33)
286286
include_driver_ifdef(CONFIG_HAS_MCUX_CACHE cache/xcache driver_cache_xcache)
287287
endif()
288288

289-
if ((${MCUX_DEVICE} MATCHES "MIMX9596") OR (${MCUX_DEVICE} MATCHES "MIMX8UD7"))
289+
if ((${MCUX_DEVICE} MATCHES "MIMX9596") OR (${MCUX_DEVICE} MATCHES "MIMX8UD7") OR (${MCUX_DEVICE} MATCHES "MIMXRT118"))
290290
include_driver_ifdef(CONFIG_IPM_IMX mu1 driver_mu1)
291291
include_driver_ifdef(CONFIG_MBOX_NXP_IMX_MU mu1 driver_mu1)
292292
else()

0 commit comments

Comments
 (0)