Skip to content

Commit 906a5ec

Browse files
yeaissadleach02
authored andcommitted
soc: nxp: rw: Introduce HAS_NXP_MONOLITHIC_BT config
This config will be used to indicate if a platform has the support for monolithic BT feature. Signed-off-by: Yassine El Aissaoui <[email protected]>
1 parent 9d5cceb commit 906a5ec

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

modules/Kconfig.mcux

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,11 @@ config HAS_MCUX_XBARA
364364
help
365365
Set if the XBARA module is present on the SoC.
366366

367+
config HAS_NXP_MONOLITHIC_BT
368+
bool
369+
help
370+
Set if the platform supports the monolithic build for BT applications.
371+
367372
config NXP_FW_LOADER
368373
bool "Include firmware loader component"
369374
help
@@ -378,6 +383,7 @@ config NXP_MONOLITHIC_WIFI
378383

379384
config NXP_MONOLITHIC_BT
380385
bool "BT firmware monolithic build"
386+
depends on HAS_NXP_MONOLITHIC_BT
381387
help
382388
If enabled, the BT firmware used by the device will be linked with the
383389
application directly.

soc/nxp/rw/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ config SOC_SERIES_RW6XX
1717
select HAS_MCUX_FLEXCOMM
1818
select HAS_MCUX_CACHE
1919
select HAS_PM
20+
select HAS_NXP_MONOLITHIC_BT
2021
select SOC_EARLY_INIT_HOOK
2122

2223
if SOC_SERIES_RW6XX

0 commit comments

Comments
 (0)