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 <ext.szymon.janc@tieto.com>
This commit is contained in:
Szymon Janc 2016-02-11 11:07:30 +01:00 committed by Gerrit Code Review
commit 60e781b6f6

View file

@ -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"