]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: api - Add softdep on cryptomgr
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 8 Nov 2019 10:26:30 +0000 (18:26 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 17 Nov 2019 01:02:38 +0000 (09:02 +0800)
commit9442b9e7567f91acfe6fe2709eeeef1c38dfebd1
tree5d7203297830bc06baab398e525bcaee401d16df
parent946210015a6cd45023fee3b57bf304dd4462766e
crypto: api - Add softdep on cryptomgr

The crypto API requires cryptomgr to be present for probing to work
so we need a softdep to ensure that cryptomgr is added to the
initramfs.

This was usually not a problem because until very recently it was
not practical to build crypto API as module but with the recent
work to eliminate direct AES users this is now possible.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/api.c