Skip to content

Commit eea957d

Browse files
committed
fscrypt: drop obsolete recommendation to enable optimized ChaCha20
Since the crypto kconfig options are being fixed to enable optimized ChaCha20 automatically (https://lore.kernel.org/r/[email protected]/), it is no longer necessary to give a recommendation to enable it. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Eric Biggers <[email protected]>
1 parent 75eb8b9 commit eea957d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Documentation/filesystems/fscrypt.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,11 +428,8 @@ API, but the filenames mode still does.
428428
- Mandatory:
429429
- CONFIG_CRYPTO_ADIANTUM
430430
- Recommended:
431-
- arm32: CONFIG_CRYPTO_CHACHA20_NEON
432431
- arm32: CONFIG_CRYPTO_NHPOLY1305_NEON
433-
- arm64: CONFIG_CRYPTO_CHACHA20_NEON
434432
- arm64: CONFIG_CRYPTO_NHPOLY1305_NEON
435-
- x86: CONFIG_CRYPTO_CHACHA20_X86_64
436433
- x86: CONFIG_CRYPTO_NHPOLY1305_SSE2
437434
- x86: CONFIG_CRYPTO_NHPOLY1305_AVX2
438435

0 commit comments

Comments
 (0)