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>
This commit is contained in:
Szymon Janc 2016-11-17 17:10:38 +01:00 committed by Johan Hedberg
commit 6cda540a4e

View file

@ -246,7 +246,6 @@ endif # BLUETOOTH_CONN
config BLUETOOTH_TINYCRYPT_ECC config BLUETOOTH_TINYCRYPT_ECC
bool "Use TinyCrypt library for ECDH" bool "Use TinyCrypt library for ECDH"
select TINYCRYPT_ECC_DH select TINYCRYPT_ECC_DH
depends on MICROKERNEL
help help
If this option is set TinyCrypt library is used for emulating the If this option is set TinyCrypt library is used for emulating the
ECDH HCI commands and events needed by e.g. LE Secure Connections. ECDH HCI commands and events needed by e.g. LE Secure Connections.