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:
Morten Priess 2019-05-03 07:33:23 +02:00 committed by Alberto Escolar
commit ffcbf121e8

View file

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