modules: mbedTLS: deselect unneeded hashes for OpenThread
SHA256 and SHA512 hashes are not needed for OpenThread. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
This commit is contained in:
parent
a905ceb99e
commit
b25de879e8
1 changed files with 2 additions and 2 deletions
|
@ -192,11 +192,11 @@ config MBEDTLS_HASH_ALL_ENABLED
|
|||
|
||||
config MBEDTLS_HASH_SHA256_ENABLED
|
||||
bool "SHA256 hash"
|
||||
default y
|
||||
default y if !NET_L2_OPENTHREAD
|
||||
|
||||
config MBEDTLS_HASH_SHA512_ENABLED
|
||||
bool "SHA512 hash"
|
||||
default y
|
||||
default y if !NET_L2_OPENTHREAD
|
||||
|
||||
comment "Supported cipher modes"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue