From 121937e071fb2130494091cecc212660c1eda41e Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Thu, 17 Sep 2020 15:23:12 +0200 Subject: [PATCH] Bluetooth: controller: Make RX prio thread stack configurable Now that CONFIG_BT_CTLR_RX_PRIO_STACK_SIZE defines a stack size, allow for it to be configurable from a .conf file just like the rest of the threads in Bluetooth. Fixes #27768. Signed-off-by: Carles Cufi --- subsys/bluetooth/controller/Kconfig.ll_sw_split | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/bluetooth/controller/Kconfig.ll_sw_split b/subsys/bluetooth/controller/Kconfig.ll_sw_split index cf8afa8eeb2..523e7ccaa7a 100644 --- a/subsys/bluetooth/controller/Kconfig.ll_sw_split +++ b/subsys/bluetooth/controller/Kconfig.ll_sw_split @@ -59,7 +59,7 @@ config BT_CTLR_TIFS_HW_SUPPORT config BT_CTLR_RX_PRIO_STACK_SIZE # Controller's Co-Operative high priority Rx thread stack size. - int "High priority Rx thread stack size" if !SOC_COMPATIBLE_NRF + int "High priority Rx thread stack size" default 448 config BT_CTLR_SETTINGS