Skip to content

Commit

Permalink
drivers: wifi: nxp: add CONFIG_NXP_WIFI_BUILD_ONLY_MODE for CI testing
Browse files Browse the repository at this point in the history
Add CONFIG_NXP_WIFI_BUILD_ONLY_MODE, which allows the NXP WiFi driver to
be built without a binary blob. The built application will not be
functional, but this enables continuous integration to run upstream.

Update NXP HAL manifest to include changes needed to WiFi driver for
this support.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
  • Loading branch information
danieldegrasse committed Oct 18, 2024
1 parent 451d99a commit d720fae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions drivers/wifi/nxp/Kconfig.nxp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ module = WIFI_NXP
config WIFI_MGMT_SCAN_CHAN_MAX_MANUAL
default 50

config NXP_WIFI_BUILD_ONLY_MODE
bool "Build only mode (do not link wireless binary blob)"
help
Skip linking the binary blob into the Wi-Fi build. This will
not result in a functional application, but allows the Wi-Fi
driver to be built without binary blobs

config NXP_WIFI_CUSTOM
bool "Custom NXP Wi-Fi part"
help
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ manifest:
groups:
- hal
- name: hal_nxp
revision: 4597b16cfedf5553cb155151e65eb994d5d0ef25
revision: pull/454/head
path: modules/hal/nxp
groups:
- hal
Expand Down

0 comments on commit d720fae

Please sign in to comment.