Skip to content

Commit

Permalink
mcux: hal_nxp: Enable MU1 driver for 8ULP
Browse files Browse the repository at this point in the history
Enable mu1 for i.MX8ULP, that is MIMX8UD7.

Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
  • Loading branch information
iuliana-prodan authored and dleach02 committed Dec 19, 2024
1 parent 0ac8302 commit 6ac83c6
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")
if ((${MCUX_DEVICE} MATCHES "MIMX9596") OR (${MCUX_DEVICE} MATCHES "MIMX8UD7"))
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 6ac83c6

Please sign in to comment.