Skip to content

Commit

Permalink
crypto: ccp - Ensure all dependencies are specified
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gary R Hook authored and Herbert Xu committed Apr 25, 2016
1 parent 21ec757 commit b3c2fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/crypto/ccp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3c2fee

Please sign in to comment.