summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzymon Janc <ext.szymon.janc@tieto.com>2016-11-17 17:10:38 +0100
committerAnas Nashif <anas.nashif@intel.com>2016-11-22 20:00:13 -0500
commit4e38776774c770c73051d93051653b4b5214eff3 (patch)
treec462f138c9c1abc1802cbbeb996c70dfe6d0f178
parent14dc173c1fe25687d4c9a830458e55eea730a581 (diff)
Bluetooth: Kconfig: Remove deprecated dependency for ECC support
After switch to unified kernel this is no longer needed. Change-Id: If9877d3fa038dd873011fb780c7e767e150647ae Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
-rw-r--r--subsys/bluetooth/host/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/subsys/bluetooth/host/Kconfig b/subsys/bluetooth/host/Kconfig
index 1e764f800..2300664f0 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.