From 6cda540a4e9722452745c149d0894935403ff486 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 17 Nov 2016 17:10:38 +0100 Subject: [PATCH] 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 --- subsys/bluetooth/host/Kconfig | 1 - 1 file changed, 1 deletion(-) 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.