Skip to content

Commit 7b278bd

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 10e9e7c commit 7b278bd

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
@@ -257,6 +257,9 @@ if(CONFIG_SOC_SERIES_IMXRT5XX OR CONFIG_SOC_SERIES_IMXRT6XX)
257257
endif()
258258

259259
if(CONFIG_SOC_SERIES_IMXRT7XX)
260+
if(CONFIG_DT_HAS_NXP_PMC_TMPSNS_ENABLED)
261+
set(CONFIG_MCUX_COMPONENT_driver.romapi ON)
262+
endif()
260263
set_variable_ifdef(CONFIG_HWINFO_MCUX_RSTCTL CONFIG_MCUX_COMPONENT_driver.reset)
261264
endif()
262265

0 commit comments

Comments
 (0)