We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd295a commit 36ef159Copy full SHA for 36ef159
mcux/hal_nxp.cmake
@@ -149,6 +149,7 @@ if (${MCUX_DEVICE} MATCHES "MIMXRT11[0-9][0-9]")
149
elseif (${MCUX_DEVICE} MATCHES "MIMXRT10[0-9][0-9]")
150
include_driver_ifdef(CONFIG_PM_MCUX_GPC gpc_1 driver_gpc_1)
151
include_driver_ifdef(CONFIG_PM_MCUX_DCDC dcdc_1 driver_dcdc_1)
152
+ include_driver_ifdef(CONFIG_PM_MCUX_PMU pmu driver_pmu)
153
endif()
154
155
if("${CONFIG_SOC_FAMILY}" STREQUAL "nxp_kinetis")
0 commit comments