From 60e781b6f6ff52ef9a52585d106367bc4c4bc568 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 11 Feb 2016 11:07:30 +0100 Subject: [PATCH] Bluetooth: Kconfig: Remove not needed help quotation marks There is no need to keep help message in quatation marks as those will be shown in menuconfig. Change-Id: If47e7bb029cfc17c7def971c563178ba38120731 Signed-off-by: Szymon Janc --- net/bluetooth/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index 9abaf898d97..ddf455e5ab8 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -44,8 +44,8 @@ config BLUETOOTH_TINYCRYPT select TINYCRYPT_SHA256_HMAC select TINYCRYPT_SHA256_HMAC_PRNG help - "If this option is set TinyCrypt library is used for Bluetooth - cryptographic operations. If not set controller crypto is used" + If this option is set TinyCrypt library is used for Bluetooth + cryptographic operations. If not set controller crypto is used. config BLUETOOTH_TINYCRYPT_ECC bool "Use TinyCrypt library for ECDH"