Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44b933b9 authored by Stanimir Varbanov's avatar Stanimir Varbanov Committed by Herbert Xu
Browse files

crypto: qce - add dependancy to Kconfig



Make qce crypto driver depend on ARCH_QCOM and make
possible to test driver compilation.

Signed-off-by: default avatarStanimir Varbanov <svarbanov@mm-sol.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 58a6535f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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