File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ include_driver_ifdef(CONFIG_DAC_MCUX_GAU cns_dac driver_cns_dac)
238238
239239if ((${MCUX_DEVICE} MATCHES "MIMXRT1[0-9][0-9][0-9]" ) AND (NOT (CONFIG_SOC_MIMXRT1166_CM4 OR CONFIG_SOC_MIMXRT1176_CM4)))
240240 include_driver_ifdef(CONFIG_HAS_MCUX_CACHE cache /armv7-m7 driver_cache_armv7_m7)
241- elseif ((${MCUX_DEVICE} MATCHES "MIMXRT(5|6)" ) OR (${MCUX_DEVICE} MATCHES "RW61" ))
241+ elseif ((${MCUX_DEVICE} MATCHES "MIMXRT(5|6)" ) OR (${MCUX_DEVICE} MATCHES "RW61" ) OR ( ${MCUX_DEVICE} MATCHES "MCXN.4." ) )
242242 include_driver_ifdef(CONFIG_HAS_MCUX_CACHE cache /cache64 driver_cache_cache64)
243243elseif ((${MCUX_DEVICE} MATCHES "MK(28|66)" ) OR (${MCUX_DEVICE} MATCHES "MKE(14|16|18)" ) OR (CONFIG_SOC_MIMXRT1166_CM4) OR (CONFIG_SOC_MIMXRT1176_CM4))
244244 include_driver_ifdef(CONFIG_HAS_MCUX_CACHE cache /lmem driver_cache_lmem)
You can’t perform that action at this time.
0 commit comments