Bluetooth: Kconfig: Specify stack size for Bluetooth SPI
This value was found using trial and error. Change-Id: I8dc3ea0759244bd28b97542f67a037f074d7b871 Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
65cd08d925
commit
e74a91ce5a
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ config BLUETOOTH_HCI_TX_STACK_SIZE
|
|||
default 256
|
||||
default 256 if BLUETOOTH_H4
|
||||
default 256 if BLUETOOTH_H5
|
||||
default 256 if BLUETOOTH_SPI
|
||||
default 640 if BLUETOOTH_CONTROLLER
|
||||
|
||||
config BLUETOOTH_HCI_RAW
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue