mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
crypto: qce - add dependancy to Kconfig
Make qce crypto driver depend on ARCH_QCOM and make possible to test driver compilation. Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
58a6535f1a
commit
44b933b9e1
@ -422,6 +422,7 @@ source "drivers/crypto/qat/Kconfig"
|
||||
|
||||
config CRYPTO_DEV_QCE
|
||||
tristate "Qualcomm crypto engine accelerator"
|
||||
depends on ARCH_QCOM || COMPILE_TEST
|
||||
select CRYPTO_AES
|
||||
select CRYPTO_DES
|
||||
select CRYPTO_ECB
|
||||
|
Loading…
Reference in New Issue
Block a user