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 <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2020-09-17 15:23:12 +02:00 committed by Carles Cufí
commit 121937e071

View file

@ -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