Skip to content

Commit

Permalink
mcux: MIMXRT1189 select correct mu1 driver for RT1180 devices
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Galbicka <tomas.galbicka@nxp.com>
  • Loading branch information
TomasGalbickaNXP committed Jan 6, 2025
1 parent 6ac83c6 commit 2090d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcux/hal_nxp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ elseif(CONFIG_SOC_MIMXRT1189_CM33)
include_driver_ifdef(CONFIG_HAS_MCUX_CACHE cache/xcache driver_cache_xcache)
endif()

if ((${MCUX_DEVICE} MATCHES "MIMX9596") OR (${MCUX_DEVICE} MATCHES "MIMX8UD7"))
if ((${MCUX_DEVICE} MATCHES "MIMX9596") OR (${MCUX_DEVICE} MATCHES "MIMX8UD7") OR (${MCUX_DEVICE} MATCHES "MIMXRT118"))
include_driver_ifdef(CONFIG_IPM_IMX mu1 driver_mu1)
include_driver_ifdef(CONFIG_MBOX_NXP_IMX_MU mu1 driver_mu1)
else()
Expand Down

0 comments on commit 2090d6c

Please sign in to comment.