crypto: s390 - do not depend on CRYPTO_HW for SIMD implementations
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 7 Jul 2022 00:31:56 +0000 (02:31 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 7 Jul 2022 03:04:06 +0000 (20:04 -0700)
commitb7133757da4c4c17d625970f6da3d76af12a8867
treed4ea8bd3a34263d64d2124dac684d12e4f99b5bb
parentb83fdcd9fb8ad7e59f4188ba9ec221917f463a17
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>
crypto/Kconfig
drivers/crypto/Kconfig