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 <mtpr@oticon.com>
This commit is contained in:
parent
211a81f9f4
commit
ffcbf121e8
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue