summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-06-17 08:27:27 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-06-17 08:27:27 -0700
commit79fe0f863f920c5fcf9dea61676742f813f0b7a6 (patch)
treea03025165087548ca25901f108d2f0907b5cb860 /crypto/Kconfig
parentf0ec9c65a8d67e50a16745e62a336355ddf5d03e (diff)
parentabfed87e2a12bd246047d78c01d81eb9529f1d06 (diff)
downloadlinux-79fe0f863f920c5fcf9dea61676742f813f0b7a6.tar.bz2
Merge tag 'v5.19-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fix from Herbert Xu: "This fixes a potential build failure when CRYPTO=m" * tag 'v5.19-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: memneq - move into lib/
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 19197469cfab..1d44893a997b 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -15,6 +15,7 @@ source "crypto/async_tx/Kconfig"
#
menuconfig CRYPTO
tristate "Cryptographic API"
+ select LIB_MEMNEQ
help
This option provides the core Cryptographic API.