File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -345,12 +345,14 @@ config BT_HCI_SETUP
345
345
346
346
config BT_DRV_TX_STACK_SIZE
347
347
int
348
+ depends on BT_H5
348
349
default 256
349
350
help
350
351
Stack size for the HCI driver's TX thread.
351
352
352
353
config BT_DRV_RX_STACK_SIZE
353
354
int
355
+ depends on BT_H4 || BT_H5 || BT_SPI || BT_HCI_RAW_H4 || BT_AMBIQ_HCI || BT_STM32_IPM || HCI_NXP_RX_THREAD
354
356
default 640 if (BT_SPI || BT_AMBIQ_HCI)
355
357
default BT_RX_STACK_SIZE if (BT_H4 || BT_HCI_RAW_H4)
356
358
default BT_STM32_IPM_RX_STACK_SIZE if BT_STM32_IPM
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ endchoice
110
110
111
111
config BT_RX_STACK_SIZE
112
112
int "Size of the receiving thread stack"
113
+ depends on BT_RECV_WORKQ_BT
113
114
default 768 if BT_HCI_RAW
114
115
default 3092 if BT_MESH_GATT_CLIENT
115
116
default 2600 if BT_MESH
You can’t perform that action at this time.
0 commit comments