mcux: add Kconfig to configure NXP WiFi monolithic feature
The monolithic feature allows to link the binary blobs with the application during the build. Signed-off-by: Maochen Wang <maochen.wang@nxp.com>
This commit is contained in:
parent
8bcfbf4d80
commit
dbb5fef25c
1 changed files with 6 additions and 0 deletions
|
|
@ -370,6 +370,12 @@ config NXP_FW_LOADER
|
|||
The firmware loader is used to load firmwares to embedded tranceivers.
|
||||
It is needed to enable connectivity features.
|
||||
|
||||
config NXP_MONOLITHIC_WIFI
|
||||
bool "WiFi firmware monolithic build"
|
||||
help
|
||||
If enabled, the WiFi firmware used by the device will be linked with the
|
||||
application directly.
|
||||
|
||||
config NXP_MONOLITHIC_BT
|
||||
bool "BT firmware monolithic build"
|
||||
help
|
||||
|
|
|
|||
Loading…
Reference in a new issue