diff --git a/subsys/bluetooth/controller/Kconfig b/subsys/bluetooth/controller/Kconfig index 5608879d5d93..3801401b558f 100644 --- a/subsys/bluetooth/controller/Kconfig +++ b/subsys/bluetooth/controller/Kconfig @@ -370,6 +370,7 @@ config BT_CTLR_ECDH_STACK_SIZE config BT_CTLR_ECDH_IN_MPSL_WORK bool "ECDH processing in MPSL workqueue" depends on BT_CTLR_ECDH_LIB_OBERON + default y if !BT_SMP help Run the ECDH processing in the MPSL workqueue instead of in a dedicated pre-emptible thread.