Skip to content

Commit 36ef159

Browse files
mcux_sdk: cmake: Update mcux sdk cmake file to include pmu driver
PMU driver will now be included for RT10xx SOCS if they enable the power management driver. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 9fd295a commit 36ef159

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
@@ -149,6 +149,7 @@ if (${MCUX_DEVICE} MATCHES "MIMXRT11[0-9][0-9]")
149149
elseif (${MCUX_DEVICE} MATCHES "MIMXRT10[0-9][0-9]")
150150
include_driver_ifdef(CONFIG_PM_MCUX_GPC gpc_1 driver_gpc_1)
151151
include_driver_ifdef(CONFIG_PM_MCUX_DCDC dcdc_1 driver_dcdc_1)
152+
include_driver_ifdef(CONFIG_PM_MCUX_PMU pmu driver_pmu)
152153
endif()
153154

154155
if("${CONFIG_SOC_FAMILY}" STREQUAL "nxp_kinetis")

0 commit comments

Comments
 (0)