diff mbox series

fscrypt: drop obsolete recommendation to enable optimized ChaCha20

Message ID 20250304205501.13797-1-ebiggers@kernel.org (mailing list archive)
State New
Headers show
Series fscrypt: drop obsolete recommendation to enable optimized ChaCha20 | expand

Commit Message

Eric Biggers March 4, 2025, 8:55 p.m. UTC
From: Eric Biggers <ebiggers@google.com>

Since the crypto kconfig options are being fixed to enable optimized
ChaCha20 automatically
(https://lore.kernel.org/r/Z8AY16EIqAYpfmRI@gondor.apana.org.au/), it is
no longer necessary to give a recommendation to enable it.

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 Documentation/filesystems/fscrypt.rst | 3 ---
 1 file changed, 3 deletions(-)


base-commit: 75eb8b9410ee5f75851cfda9a328dab891e452d8
diff mbox series

Patch

diff --git a/Documentation/filesystems/fscrypt.rst b/Documentation/filesystems/fscrypt.rst
index 04eaab01314bc..004f7fa48a469 100644
--- a/Documentation/filesystems/fscrypt.rst
+++ b/Documentation/filesystems/fscrypt.rst
@@ -426,15 +426,12 @@  API, but the filenames mode still does.
 
 - Adiantum
     - Mandatory:
         - CONFIG_CRYPTO_ADIANTUM
     - Recommended:
-        - arm32: CONFIG_CRYPTO_CHACHA20_NEON
         - arm32: CONFIG_CRYPTO_NHPOLY1305_NEON
-        - arm64: CONFIG_CRYPTO_CHACHA20_NEON
         - arm64: CONFIG_CRYPTO_NHPOLY1305_NEON
-        - x86: CONFIG_CRYPTO_CHACHA20_X86_64
         - x86: CONFIG_CRYPTO_NHPOLY1305_SSE2
         - x86: CONFIG_CRYPTO_NHPOLY1305_AVX2
 
 - AES-128-CBC-ESSIV and AES-128-CBC-CTS:
     - Mandatory: