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:
parent
badcb1dc95
commit
60e781b6f6
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ config BLUETOOTH_TINYCRYPT
|
||||||
select TINYCRYPT_SHA256_HMAC
|
select TINYCRYPT_SHA256_HMAC
|
||||||
select TINYCRYPT_SHA256_HMAC_PRNG
|
select TINYCRYPT_SHA256_HMAC_PRNG
|
||||||
help
|
help
|
||||||
"If this option is set TinyCrypt library is used for Bluetooth
|
If this option is set TinyCrypt library is used for Bluetooth
|
||||||
cryptographic operations. If not set controller crypto is used"
|
cryptographic operations. If not set controller crypto is used.
|
||||||
|
|
||||||
config BLUETOOTH_TINYCRYPT_ECC
|
config BLUETOOTH_TINYCRYPT_ECC
|
||||||
bool "Use TinyCrypt library for ECDH"
|
bool "Use TinyCrypt library for ECDH"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue