From: Yongxin Liu <[email protected]>
CONFIG_CRYPTO_SHA1_SSSE3, CONFIG_CRYPTO_SHA256_SSSE3 and
CONFIG_CRYPTO_SHA512_SSSE3 were removed upstream when the
x86-optimized implementations were migrated into the crypto
library:
- f3d6cb3dc039 ("lib/crypto: x86/sha1: Migrate optimized code into library")
- 11d7956d526f ("crypto: x86/sha256 - implement library instead of shash")
- 484c18119f4f ("lib/crypto: x86/sha512: Migrate optimized SHA-512 code to
library")
Remove the obsolete options from the intel-x86 BSP config to
avoid invalid kernel configuration on newer kernels.
Signed-off-by: Yongxin Liu <[email protected]>
---
bsp/intel-x86/intel-x86-64.cfg | 3 ---
1 file changed, 3 deletions(-)
diff --git a/bsp/intel-x86/intel-x86-64.cfg b/bsp/intel-x86/intel-x86-64.cfg
index de9d30f7..5ba042eb 100644
--- a/bsp/intel-x86/intel-x86-64.cfg
+++ b/bsp/intel-x86/intel-x86-64.cfg
@@ -14,9 +14,6 @@ CONFIG_PCI_IOV=y
CONFIG_CRYPTO=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_HMAC=y
-CONFIG_CRYPTO_SHA1_SSSE3=m
-CONFIG_CRYPTO_SHA256_SSSE3=m
-CONFIG_CRYPTO_SHA512_SSSE3=m
CONFIG_CRYPTO_AES_NI_INTEL=m
# For different QAT devices
--
2.46.2
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#16286):
https://lists.yoctoproject.org/g/linux-yocto/message/16286
Mute This Topic: https://lists.yoctoproject.org/mt/117648874/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-