fix: Enable BT_TINYCRYPT_ECC when using HCI

BT_TINYCRYPT_ECC is required for BT_SMP_SC_PAIR_ONLY to work on setups
that use BT HCI like the nRF5340.
This commit is contained in:
Joel Spadin 2023-05-14 11:44:49 -05:00 committed by Pete Johanson
parent 9d714c0b69
commit 9ff1eaeb5a

View file

@ -120,6 +120,10 @@ menuconfig ZMK_BLE
if ZMK_BLE
# BT_TINYCRYPT_ECC is required for BT_SMP_SC_PAIR_ONLY when using HCI
config BT_TINYCRYPT_ECC
default y if BT_HCI && !BT_CTLR
choice BT_LL_SW_LLCP_IMPL
default BT_LL_SW_LLCP_LEGACY