File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
modules/hal_nxp/mcux/mcux-sdk-ng/drivers Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,11 @@ elseif((${MCUX_DEVICE} MATCHES "MK(28|66)") OR (${MCUX_DEVICE} MATCHES "MKE(14|1
180
180
endif ()
181
181
set_variable_ifdef (CONFIG_HAS_MCUX_XCACHE CONFIG_MCUX_COMPONENT_driver.cache_xcache )
182
182
183
+ if (CONFIG_SOC_MIMX94398_M33 )
184
+ set (CONFIG_MCUX_COMPONENT_driver.irqsteer_1 ON )
185
+ set (CONFIG_MCUX_COMPONENT_driver.irqsteer_1_soc.cm33_core1 ON )
186
+ endif ()
187
+
183
188
if ((${MCUX_DEVICE} MATCHES "MIMX9596" ) OR (${MCUX_DEVICE} MATCHES "MIMX8UD7" ) OR (${MCUX_DEVICE} MATCHES "MIMXRT118" ) OR (CONFIG_SOC_MIMX94398 ))
184
189
set_variable_ifdef (CONFIG_IPM_IMX CONFIG_MCUX_COMPONENT_driver.mu1 )
185
190
set_variable_ifdef (CONFIG_MBOX_NXP_IMX_MU CONFIG_MCUX_COMPONENT_driver.mu1 )
You can’t perform that action at this time.
0 commit comments