Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions drivers/wifi/nxp/Kconfig.nxp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ manifest:
groups:
- hal
- name: hal_nxp
revision: 4377ecfba52fe0ff7352eadf426b523ed3e1d27f
revision: pull/617/head
path: modules/hal/nxp
groups:
- hal
Expand Down
Loading