Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

crypto: algboss - Add missing dependency on RNG2

The testmgr code uses crypto_rng without depending on it. Add
an explicit dependency to Kconfig.

Also sort the MANAGER2 dependencies alphabetically.

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

+6 -5
+6 -5
crypto/Kconfig
··· 143 143 144 144 config CRYPTO_MANAGER2 145 145 def_tristate CRYPTO_MANAGER || (CRYPTO_MANAGER!=n && CRYPTO_ALGAPI=y) 146 - select CRYPTO_AEAD2 147 - select CRYPTO_HASH2 148 - select CRYPTO_SKCIPHER2 149 - select CRYPTO_AKCIPHER2 150 - select CRYPTO_KPP2 151 146 select CRYPTO_ACOMP2 147 + select CRYPTO_AEAD2 148 + select CRYPTO_AKCIPHER2 149 + select CRYPTO_HASH2 150 + select CRYPTO_KPP2 151 + select CRYPTO_RNG2 152 + select CRYPTO_SKCIPHER2 152 153 153 154 config CRYPTO_USER 154 155 tristate "Userspace cryptographic algorithm configuration"