On Tue, Jul 05, 2022 at 03:46:53AM +0200, Jason A. Donenfeld wrote: > 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. > > Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx> > --- > crypto/Kconfig | 114 ++++++++++++++++++++++++++++++++++++++++ > drivers/crypto/Kconfig | 115 ----------------------------------------- > 2 files changed, 114 insertions(+), 115 deletions(-) This is caused by the s390 patch for wireguard, right? As such it's a new feature and I don't see why it needs to go in right away. Having said that, if you insist I'm happy for you take this into your tree along with the wireguard patch where it would make more sense. Acked-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> I've also added CCs to the s390 maintainers. Thanks, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt