mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
tools: Add SHA512 to kernel config
This hash algorithm is used by the ELL unit tests.
This commit is contained in:
parent
5c11c2f351
commit
9ea0063eb9
@ -13,6 +13,7 @@ scripts/config --enable CONFIG_CRYPTO_AES_NI_INTEL
|
||||
scripts/config --enable CONFIG_CRYPTO_MD4
|
||||
scripts/config --enable CONFIG_CRYPTO_SHA1_SSSE3
|
||||
scripts/config --enable CONFIG_CRYPTO_SHA256_SSSE3
|
||||
scripts/config --enable CONFIG_CRYPTO_SHA512_SSSE3
|
||||
scripts/config --enable CONFIG_CRYPTO_ECB
|
||||
scripts/config --enable CONFIG_CRYPTO_CMAC
|
||||
scripts/config --enable CONFIG_CRYPTO_DES
|
||||
|
Loading…
Reference in New Issue
Block a user