mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-22 04:07:44 +07:00
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:
parent
21ec757d2d
commit
b3c2fee5d6
@ -4,6 +4,7 @@ config CRYPTO_DEV_CCP_DD
|
|||||||
default m
|
default m
|
||||||
select HW_RANDOM
|
select HW_RANDOM
|
||||||
select DMA_ENGINE
|
select DMA_ENGINE
|
||||||
|
select DMADEVICES
|
||||||
select CRYPTO_SHA1
|
select CRYPTO_SHA1
|
||||||
select CRYPTO_SHA256
|
select CRYPTO_SHA256
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user