diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig index 1e764f80044..2300664f072 100644 --- a/subsys/bluetooth/host/Kconfig +++ b/subsys/bluetooth/host/Kconfig @@ -246,7 +246,6 @@ endif # BLUETOOTH_CONN config BLUETOOTH_TINYCRYPT_ECC bool "Use TinyCrypt library for ECDH" select TINYCRYPT_ECC_DH - depends on MICROKERNEL help If this option is set TinyCrypt library is used for emulating the ECDH HCI commands and events needed by e.g. LE Secure Connections.