From c4a7a3c0ca3a4c43deaeb0b303dee1e984b82e32 Mon Sep 17 00:00:00 2001 From: Rex Chen Date: Sat, 11 Oct 2025 13:02:41 +0900 Subject: [PATCH] drivers: wifi: nxp: Add libcsi feature CSI feaure switch to use static library. Signed-off-by: Rex Chen --- drivers/wifi/nxp/Kconfig.nxp | 21 +++++++++++++++++++++ west.yml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/drivers/wifi/nxp/Kconfig.nxp b/drivers/wifi/nxp/Kconfig.nxp index 2679a48c85f18..002155fa89630 100644 --- a/drivers/wifi/nxp/Kconfig.nxp +++ b/drivers/wifi/nxp/Kconfig.nxp @@ -807,6 +807,27 @@ config NXP_WIFI_CSI help This option enable/disable channel state information collection. +config NXP_LIBCSI_CM33 + bool "Lib csi support CM33" + depends on NXP_WIFI_CSI_AMI + help + Image build with lib csi support CM33. + +config NXP_LIBCSI_CM7_20M + bool "Lib csi support CM7 bandwidth 20M" + depends on NXP_WIFI_CSI_AMI + help + Image build with lib csi support CM7 bandwidth 20M. + +config NXP_WIFI_CSI_AMI + bool "CSI AMI support" + select FPU + select NXP_LIBCSI_CM33 if NXP_RW610 + select NXP_LIBCSI_CM7_20M if NXP_IW610 + depends on NXP_WIFI_CSI + help + This option enable/disable channel state information to calculate ambient motion index feature. + config NXP_WIFI_RESET bool "Wi-Fi reset" default y diff --git a/west.yml b/west.yml index a5154435a3cdf..2691c25e6330e 100644 --- a/west.yml +++ b/west.yml @@ -210,7 +210,7 @@ manifest: groups: - hal - name: hal_nxp - revision: 4377ecfba52fe0ff7352eadf426b523ed3e1d27f + revision: pull/617/head path: modules/hal/nxp groups: - hal