Commit fb28fabf authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 445a4aaf
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -143,12 +143,13 @@ config CRYPTO_MANAGER

config CRYPTO_MANAGER2
	def_tristate CRYPTO_MANAGER || (CRYPTO_MANAGER!=n && CRYPTO_ALGAPI=y)
	select CRYPTO_ACOMP2
	select CRYPTO_AEAD2
	select CRYPTO_HASH2
	select CRYPTO_SKCIPHER2
	select CRYPTO_AKCIPHER2
	select CRYPTO_HASH2
	select CRYPTO_KPP2
	select CRYPTO_ACOMP2
	select CRYPTO_RNG2
	select CRYPTO_SKCIPHER2

config CRYPTO_USER
	tristate "Userspace cryptographic algorithm configuration"