Skip to content

Commit 6ac83c6

Browse files
iuliana-prodandleach02
authored andcommitted
mcux: hal_nxp: Enable MU1 driver for 8ULP
Enable mu1 for i.MX8ULP, that is MIMX8UD7. Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
1 parent 0ac8302 commit 6ac83c6

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")
289+
if ((${MCUX_DEVICE} MATCHES "MIMX9596") OR (${MCUX_DEVICE} MATCHES "MIMX8UD7"))
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)