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 <yassine.elaissaoui@nxp.com>
This commit is contained in:
Yassine El Aissaoui 2024-10-18 10:53:33 +02:00 committed by David Leach
commit 906a5ec37b
2 changed files with 7 additions and 0 deletions

View file

@ -364,6 +364,11 @@ config HAS_MCUX_XBARA
help
Set if the XBARA module is present on the SoC.
config HAS_NXP_MONOLITHIC_BT
bool
help
Set if the platform supports the monolithic build for BT applications.
config NXP_FW_LOADER
bool "Include firmware loader component"
help
@ -378,6 +383,7 @@ config NXP_MONOLITHIC_WIFI
config NXP_MONOLITHIC_BT
bool "BT firmware monolithic build"
depends on HAS_NXP_MONOLITHIC_BT
help
If enabled, the BT firmware used by the device will be linked with the
application directly.

View file

@ -17,6 +17,7 @@ config SOC_SERIES_RW6XX
select HAS_MCUX_FLEXCOMM
select HAS_MCUX_CACHE
select HAS_PM
select HAS_NXP_MONOLITHIC_BT
select SOC_EARLY_INIT_HOOK
if SOC_SERIES_RW6XX