hal: nxp: mcux-ng: align imu adapter with SDK
Align cmake with NXP SDK. Signed-off-by: Fengming Ye <frank.ye@nxp.com>
This commit is contained in:
parent
94655d2a13
commit
3a921c1dab
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ if(CONFIG_NXP_RF_IMU)
|
||||||
if(CONFIG_SOC_SERIES_RW6XX)
|
if(CONFIG_SOC_SERIES_RW6XX)
|
||||||
set(CONFIG_MCUX_COMPONENT_driver.imu ON)
|
set(CONFIG_MCUX_COMPONENT_driver.imu ON)
|
||||||
set(CONFIG_MCUX_COMPONENT_driver.gdma ON)
|
set(CONFIG_MCUX_COMPONENT_driver.gdma ON)
|
||||||
zephyr_include_directories(${ZEPHYR_CURRENT_MODULE_DIR}/mcux/mcux-sdk/components/rpmsg)
|
set(CONFIG_MCUX_COMPONENT_component.wireless_imu_adapter ON)
|
||||||
zephyr_library_sources(${ZEPHYR_CURRENT_MODULE_DIR}/mcux/mcux-sdk/components/rpmsg/fsl_adapter_rfimu.c)
|
set(CONFIG_MCUX_PRJSEG_component.osa_interface.osa_macro_used ON)
|
||||||
elseif(CONFIG_SOC_SERIES_MCXW)
|
elseif(CONFIG_SOC_SERIES_MCXW)
|
||||||
set(CONFIG_MCUX_COMPONENT_component.lists ON)
|
set(CONFIG_MCUX_COMPONENT_component.lists ON)
|
||||||
set(CONFIG_MCUX_COMPONENT_component.rpmsg_adapter ON)
|
set(CONFIG_MCUX_COMPONENT_component.rpmsg_adapter ON)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue