Skip to content

Commit 36ac574

Browse files
committed
modules: hal_nxp: Pull in romapi for RT7xx
Pull in romapi for RT7xx Signed-off-by: Zhaoxiang Jin <[email protected]>
1 parent 9ada047 commit 36ac574

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/hal_nxp/mcux/mcux-sdk-ng/drivers/drivers.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ if(CONFIG_SOC_SERIES_IMXRT5XX OR CONFIG_SOC_SERIES_IMXRT6XX)
260260
endif()
261261

262262
if(CONFIG_SOC_SERIES_IMXRT7XX)
263+
if(CONFIG_DT_HAS_NXP_PMC_TMPSNS_ENABLED)
264+
set(CONFIG_MCUX_COMPONENT_driver.romapi ON)
265+
endif()
263266
set_variable_ifdef(CONFIG_HWINFO_MCUX_RSTCTL CONFIG_MCUX_COMPONENT_driver.reset)
264267
endif()
265268

0 commit comments

Comments
 (0)