Skip to content

Commit 7bc316b

Browse files
danieldegrassehenrikbrixandersen
authored andcommitted
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. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 8ea2c4f commit 7bc316b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
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 firmware blob)"
25+
help
26+
Skip linking the firmware 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

0 commit comments

Comments
 (0)