Skip to content

Commit b11f155

Browse files
drivers: wifi: nxp: add CONFIG_NXP_WIFI_BUILD_ONLY_MODE for CI testing
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 <[email protected]>
1 parent 633869c commit b11f155

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

drivers/wifi/nxp/Kconfig.nxp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ module = WIFI_NXP
2020
config WIFI_MGMT_SCAN_CHAN_MAX_MANUAL
2121
default 50
2222

23+
config NXP_WIFI_BUILD_ONLY_MODE
24+
bool "Build only mode (do not link wireless binary blob)"
25+
help
26+
Skip linking the binary blob into the Wi-Fi build. This will
27+
not result in a functional application, but allows the Wi-Fi
28+
driver to be built without binary blobs
29+
2330
config NXP_WIFI_CUSTOM
2431
bool "Custom NXP Wi-Fi part"
2532
help

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ manifest:
198198
groups:
199199
- hal
200200
- name: hal_nxp
201-
revision: 4597b16cfedf5553cb155151e65eb994d5d0ef25
201+
revision: pull/454/head
202202
path: modules/hal/nxp
203203
groups:
204204
- hal

0 commit comments

Comments
 (0)