mcux: add Kconfig to configure NXP BLE monolithic feature
The monolithic feature allows to link the binary blobs with the application during the build. Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com> Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com>
This commit is contained in:
parent
859c733b01
commit
8f5892a830
2 changed files with 7 additions and 1 deletions
|
@ -375,6 +375,12 @@ config NXP_FW_LOADER
|
||||||
The firmware loader is used to load firmwares to embedded tranceivers.
|
The firmware loader is used to load firmwares to embedded tranceivers.
|
||||||
It is needed to enable connectivity features.
|
It is needed to enable connectivity features.
|
||||||
|
|
||||||
|
config NXP_MONOLITHIC_BT
|
||||||
|
bool "BT firmware monolithic build"
|
||||||
|
help
|
||||||
|
If enabled, the BT firmware used by the device will be linked with the
|
||||||
|
application directly.
|
||||||
|
|
||||||
config NXP_RF_IMU
|
config NXP_RF_IMU
|
||||||
bool "Include RF_IMU adapter for intercore messaging"
|
bool "Include RF_IMU adapter for intercore messaging"
|
||||||
select EVENTS
|
select EVENTS
|
||||||
|
|
2
west.yml
2
west.yml
|
@ -198,7 +198,7 @@ manifest:
|
||||||
groups:
|
groups:
|
||||||
- hal
|
- hal
|
||||||
- name: hal_nxp
|
- name: hal_nxp
|
||||||
revision: 5e84f1d2173e3c5057725d76f9dad6bfabad0b5f
|
revision: 88a7d079eed470ecc94010784931823a85ac3b39
|
||||||
path: modules/hal/nxp
|
path: modules/hal/nxp
|
||||||
groups:
|
groups:
|
||||||
- hal
|
- hal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue