summaryrefslogtreecommitdiff
path: root/crypto/skcipher.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-07-07 02:31:56 +0200
committerJakub Kicinski <kuba@kernel.org>2022-07-06 20:04:06 -0700
commitbc5cdec05a5e9b9e8819280432d9c7562d8fba80 (patch)
tree4631919f50b92a6eaece955640727707513cc0f8 /crypto/skcipher.c
parent86e37249b5ca705585e43e7259fd6f123b5ee600 (diff)
downloadlinux-crypto-bc5cdec05a5e9b9e8819280432d9c7562d8fba80.tar.gz
linux-crypto-bc5cdec05a5e9b9e8819280432d9c7562d8fba80.zip
crypto: s390 - do not depend on CRYPTO_HW for SIMD implementations
Various accelerated software implementation Kconfig values for S390 were mistakenly placed into drivers/crypto/Kconfig, even though they're mainly just SIMD code and live in arch/s390/crypto/ like usual. This gives them the very unusual dependency on CRYPTO_HW, which leads to problems elsewhere. This patch fixes the issue by moving the Kconfig values for non-hardware drivers into the usual place in crypto/Kconfig. Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'crypto/skcipher.c')
0 files changed, 0 insertions, 0 deletions