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 6a8fb9f commit 5bbe45cCopy full SHA for 5bbe45c
modules/hal_nxp/mcux/mcux-sdk-ng/drivers/drivers.cmake
@@ -267,6 +267,9 @@ if(CONFIG_SOC_SERIES_IMXRT5XX OR CONFIG_SOC_SERIES_IMXRT6XX)
267
endif()
268
269
if(CONFIG_SOC_SERIES_IMXRT7XX)
270
+ if(CONFIG_DT_HAS_NXP_PMC_TMPSNS_ENABLED)
271
+ set(CONFIG_MCUX_COMPONENT_driver.romapi ON)
272
+ endif()
273
set_variable_ifdef(CONFIG_HWINFO_MCUX_RSTCTL CONFIG_MCUX_COMPONENT_driver.reset)
274
275
0 commit comments