Skip to content

Commit 3795084

Browse files
danieldegrassemmahadevan108
authored andcommitted
mcux: Enable inclusion of soc_src driver for RT11xx
RT11xx has soc specific system reset controller driver. Enable inclusion of this driver. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 9629f15 commit 3795084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcux/hal_nxp.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ endif()
146146

147147
if (${MCUX_DEVICE} MATCHES "MIMXRT11[0-9][0-9]")
148148
include_driver_ifdef(CONFIG_PM_MCUX_GPC gpc_3 driver_gpc_3)
149+
include_ifdef(CONFIG_HWINFO_MCUX_SRC_V2 driver_soc_src)
149150
elseif (${MCUX_DEVICE} MATCHES "MIMXRT10[0-9][0-9]")
150151
include_driver_ifdef(CONFIG_PM_MCUX_GPC gpc_1 driver_gpc_1)
151152
include_driver_ifdef(CONFIG_PM_MCUX_DCDC dcdc_1 driver_dcdc_1)

0 commit comments

Comments
 (0)