From 8f5892a8304eeded579427c0cc231eb974cca8c4 Mon Sep 17 00:00:00 2001 From: Axel Le Bourhis Date: Thu, 16 May 2024 14:32:58 +0200 Subject: [PATCH] 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 Signed-off-by: Yassine El Aissaoui --- modules/Kconfig.mcux | 6 ++++++ west.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/Kconfig.mcux b/modules/Kconfig.mcux index 5d30250079f..4931c33568c 100644 --- a/modules/Kconfig.mcux +++ b/modules/Kconfig.mcux @@ -375,6 +375,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_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 bool "Include RF_IMU adapter for intercore messaging" select EVENTS diff --git a/west.yml b/west.yml index dad29b8d961..3c16894fb60 100644 --- a/west.yml +++ b/west.yml @@ -198,7 +198,7 @@ manifest: groups: - hal - name: hal_nxp - revision: 5e84f1d2173e3c5057725d76f9dad6bfabad0b5f + revision: 88a7d079eed470ecc94010784931823a85ac3b39 path: modules/hal/nxp groups: - hal