From ffcbf121e8ede8ae2ca5fcc779c098a9c921131b Mon Sep 17 00:00:00 2001 From: Morten Priess Date: Fri, 3 May 2019 07:33:23 +0200 Subject: [PATCH] bluetooth: controller: Made BT_CTLR_RX_PRIO_STACK_SIZE non-hidden Added prompt to BT_CTLR_RX_PRIO_STACK_SIZE, allowing vendor specific configuration of high priority Rx thread stack size for !SOC_COMPATIBLE_NRF. Signed-off-by: Morten Priess --- subsys/bluetooth/controller/Kconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index d725079308a..a3242dedfe9 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -58,9 +58,8 @@ config BT_CTLR_CRYPTO provided by the controller. config BT_CTLR_RX_PRIO_STACK_SIZE - # Hidden option for Controller's Co-Operative high priority Rx thread - # stack size. - int + # Controller's Co-Operative high priority Rx thread stack size. + int "High priority Rx thread stack size" if !SOC_COMPATIBLE_NRF default 448 config BT_CTLR_RX_PRIO