Skip to content

Commit 5bbe45c

Browse files
ZhaoxiangJincfriedt
authored andcommitted
modules: hal_nxp: Pull in romapi for RT7xx
Pull in romapi for RT7xx Signed-off-by: Zhaoxiang Jin <[email protected]>
1 parent 6a8fb9f commit 5bbe45c

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
@@ -267,6 +267,9 @@ if(CONFIG_SOC_SERIES_IMXRT5XX OR CONFIG_SOC_SERIES_IMXRT6XX)
267267
endif()
268268

269269
if(CONFIG_SOC_SERIES_IMXRT7XX)
270+
if(CONFIG_DT_HAS_NXP_PMC_TMPSNS_ENABLED)
271+
set(CONFIG_MCUX_COMPONENT_driver.romapi ON)
272+
endif()
270273
set_variable_ifdef(CONFIG_HWINFO_MCUX_RSTCTL CONFIG_MCUX_COMPONENT_driver.reset)
271274
endif()
272275

0 commit comments

Comments
 (0)