File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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+
367372config NXP_FW_LOADER
368373 bool "Include firmware loader component"
369374 help
@@ -378,6 +383,7 @@ config NXP_MONOLITHIC_WIFI
378383
379384config 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.
Original file line number Diff line number Diff 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
2223if SOC_SERIES_RW6XX
You can’t perform that action at this time.
0 commit comments