From 9fb5a25659c6bd5f983ffc9c6c900fd922a3abe0 Mon Sep 17 00:00:00 2001 From: John Audia Date: Sat, 6 Jun 2026 08:17:46 -0400 Subject: [PATCH] x86/64: config-6.18 remove obsolete options from config Remove some dead weight from the config due to changes in the CRYPTO API in 6.18. These are now internal library optimizations rather than selectable algorithms, the corresponding Kconfig options were removed. ref: https://www.mail-archive.com/linux-yocto@lists.yoctoproject.org/msg06813.html Signed-off-by: John Audia Link: https://github.com/openwrt/openwrt/pull/23687 Signed-off-by: Jonas Jelonek --- target/linux/x86/64/config-6.18 | 3 --- 1 file changed, 3 deletions(-) diff --git a/target/linux/x86/64/config-6.18 b/target/linux/x86/64/config-6.18 index dbc4835bf39..6e13e3cebaf 100644 --- a/target/linux/x86/64/config-6.18 +++ b/target/linux/x86/64/config-6.18 @@ -115,9 +115,6 @@ CONFIG_CRYPTO_LRW=y # CONFIG_CRYPTO_SERPENT_AVX2_X86_64 is not set # CONFIG_CRYPTO_SERPENT_AVX_X86_64 is not set # CONFIG_CRYPTO_SERPENT_SSE2_X86_64 is not set -# CONFIG_CRYPTO_SHA1_SSSE3 is not set -# CONFIG_CRYPTO_SHA256_SSSE3 is not set -# CONFIG_CRYPTO_SHA512_SSSE3 is not set CONFIG_CRYPTO_SIMD=y # CONFIG_CRYPTO_SM3_AVX_X86_64 is not set # CONFIG_CRYPTO_SM4_AESNI_AVX2_X86_64 is not set -- 2.47.3