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 322da1d commit 8da8ad3Copy full SHA for 8da8ad3
modules/hal_nxp/mcux/mcux-sdk-ng/drivers/drivers.cmake
@@ -164,6 +164,11 @@ endif()
164
165
if(CONFIG_SOC_SERIES_MCXN OR CONFIG_SOC_SERIES_MCXA)
166
set(CONFIG_MCUX_COMPONENT_driver.mcx_spc ON)
167
+ if(CONFIG_PM OR CONFIG_POWEROFF)
168
+ set(CONFIG_MCUX_COMPONENT_driver.mcx_cmc ON)
169
+ set(CONFIG_MCUX_COMPONENT_driver.mcx_vbat ON)
170
+ set(CONFIG_MCUX_COMPONENT_driver.wuu ON)
171
+ endif()
172
endif()
173
174
if(CONFIG_BT_NXP AND CONFIG_SOC_SERIES_MCXW OR CONFIG_IEEE802154_MCXW)
0 commit comments