Skip to content

Commit ab1e8f5

Browse files
committed
fix: bluetooth silabs: memory allocation
Required by Silabs HAL memory manager in case librail/BT is used. Signed-off-by: Jonny Gellhaar <[email protected]>
1 parent 407976a commit ab1e8f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

soc/silabs/silabs_s2/bgm24/Kconfig.defconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ if SOC_SERIES_BGM24
99
config CMU_NEED_LFXO
1010
default n
1111

12+
# Required for librail memory management
13+
config BT
14+
depends on KERNEL_MEM_POOL
15+
16+
config HEAP_MEM_POOL_SIZE
17+
default 16384 if BT
18+
1219
config NUM_IRQS
1320
# must be >= the highest interrupt number used
1421
default 75

0 commit comments

Comments
 (0)