summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2026-02-26 15:46:07 +0100
committerEric Biggers <ebiggers@kernel.org>2026-03-02 15:35:26 -0800
commita9ad29b7ad6c5e36ffa543ceb3c4439e63186339 (patch)
tree19964400f559be5b3c04071329aa9e03b1ca42bf /crypto
parenta70d9d655fd0549dd7cd9de437eb3fbe2e78c8ab (diff)
crypto: Clean up help text for CRYPTO_XXHASH
Btrfs stopped using this xxHash implementation in commit fe11ac191ce0ad91 ("btrfs: switch to library APIs for checksums"). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/3b632975201074ccaa129f4901a66aff87b19742.1772116160.git.geert+renesas@glider.be Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index c84fda3acdbd..49293b656aff 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1036,8 +1036,6 @@ config CRYPTO_XXHASH
Extremely fast, working at speeds close to RAM limits.
- Used by the btrfs filesystem.
-
endmenu
menu "CRCs (cyclic redundancy checks)"