We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ada047 commit 36ac574Copy full SHA for 36ac574
modules/hal_nxp/mcux/mcux-sdk-ng/drivers/drivers.cmake
@@ -260,6 +260,9 @@ if(CONFIG_SOC_SERIES_IMXRT5XX OR CONFIG_SOC_SERIES_IMXRT6XX)
260
endif()
261
262
if(CONFIG_SOC_SERIES_IMXRT7XX)
263
+ if(CONFIG_DT_HAS_NXP_PMC_TMPSNS_ENABLED)
264
+ set(CONFIG_MCUX_COMPONENT_driver.romapi ON)
265
+ endif()
266
set_variable_ifdef(CONFIG_HWINFO_MCUX_RSTCTL CONFIG_MCUX_COMPONENT_driver.reset)
267
268
0 commit comments