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
364
364
help
365
365
Set if the XBARA module is present on the SoC.
366
366
367
+ config HAS_NXP_MONOLITHIC_BT
368
+ bool
369
+ help
370
+ Set if the platform supports the monolithic build for BT applications.
371
+
367
372
config NXP_FW_LOADER
368
373
bool "Include firmware loader component"
369
374
help
@@ -378,6 +383,7 @@ config NXP_MONOLITHIC_WIFI
378
383
379
384
config NXP_MONOLITHIC_BT
380
385
bool "BT firmware monolithic build"
386
+ depends on HAS_NXP_MONOLITHIC_BT
381
387
help
382
388
If enabled, the BT firmware used by the device will be linked with the
383
389
application directly.
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ config SOC_SERIES_RW6XX
17
17
select HAS_MCUX_FLEXCOMM
18
18
select HAS_MCUX_CACHE
19
19
select HAS_PM
20
+ select HAS_NXP_MONOLITHIC_BT
20
21
select SOC_EARLY_INIT_HOOK
21
22
22
23
if SOC_SERIES_RW6XX
You can’t perform that action at this time.
0 commit comments