crypto: ccp - Ensure all dependencies are specified

A DMA_ENGINE requires DMADEVICES in Kconfig

Signed-off-by: Gary R Hook <gary.hook@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Gary R Hook 2016-04-20 09:55:12 -05:00 committed by Herbert Xu
parent 21ec757d2d
commit b3c2fee5d6
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ config CRYPTO_DEV_CCP_DD
default m
select HW_RANDOM
select DMA_ENGINE
select DMADEVICES
select CRYPTO_SHA1
select CRYPTO_SHA256
help