From dee44dee7c7e922deb23b59e1ecdad227f2ead3c Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 11 Feb 2016 16:04:01 +0100 Subject: [PATCH] Bluetooth: Kconfig: Clarify BLUETOOTH_TINYCRYPT_ECC help message If controller based ECC is to be used and it is not supported LE SC are disabled. Change-Id: I4cf48152fe28cb5678434925de63caaaba493d68 Signed-off-by: Szymon Janc --- net/bluetooth/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index 4c4db461f46..63bcb46eced 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -48,7 +48,8 @@ config BLUETOOTH_TINYCRYPT_ECC help If this option is set TinyCrypt library is also used for LE Secure Connections elliptic curve Diffie-Hellman key agreement. If not set - controller crypto is used for ECDH. + controller crypto is used for ECDH and if controller doesn't support + required HCI commands LE Secure Connections support will be disabled. config BLUETOOTH_HCI_CMD_COUNT int "Number of HCI command buffers"