You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modules: hal_nxp: Pull in SDK cmc, spc, vbat, wuu drivers
Add bindings for the power related modules. Use the bindings
Kconfig to pull in SDK drivers for cmc, spc, vbat and wuu.
Signed-off-by: Mahesh Mahadevan <[email protected]>
@@ -185,10 +189,6 @@ if(CONFIG_SOC_FAMILY_MCXN OR CONFIG_SOC_FAMILY_MCXA)
185
189
set(CONFIG_MCUX_COMPONENT_driver.mcx_spc ON)
186
190
endif()
187
191
188
-
if(CONFIG_BT_NXP AND CONFIG_SOC_FAMILY_MCXW OR CONFIG_IEEE802154_MCXW)
189
-
set(CONFIG_MCUX_COMPONENT_driver.spc ON)
190
-
endif()
191
-
192
192
if(((${MCUX_DEVICE}MATCHES"MIMXRT1[0-9][0-9][0-9]") AND (NOT (CONFIG_SOC_MIMXRT1166_CM4 OR CONFIG_SOC_MIMXRT1176_CM4 OR CONFIG_SOC_MIMXRT1189_CM33))) OR
193
193
((${MCUX_DEVICE}MATCHES"MIMX9596") AND CONFIG_SOC_MIMX9596_M7))
0 commit comments