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 137199b commit 415214aCopy full SHA for 415214a
modules/hal_nxp/mcux/mcux-sdk-ng/components/components.cmake
@@ -37,12 +37,11 @@ if(CONFIG_NXP_RF_IMU)
37
endif()
38
39
40
-if(CONFIG_SOC_SERIES_MCXW)
41
- if(CONFIG_NET_L2_IEEE802154 OR CONFIG_NET_L2_OPENTHREAD)
42
- set(CONFIG_MCUX_COMPONENT_component.lists ON)
43
- set(CONFIG_USE_component_osa_zephyr ON)
44
- zephyr_compile_definitions(OSA_USED=1U)
45
- endif()
+if(CONFIG_SOC_SERIES_MCXW AND CONFIG_IEEE802154)
+ set(CONFIG_MCUX_COMPONENT_driver.spc ON)
+ set(CONFIG_MCUX_COMPONENT_component.lists ON)
+ set(CONFIG_USE_component_osa_zephyr ON)
+ zephyr_compile_definitions(OSA_USED=1U)
46
47
48
if(CONFIG_USE_component_osa_zephyr)
0 commit comments