From: Herbert Xu Date: Fri, 26 Aug 2022 11:05:31 +0000 (+0800) Subject: crypto: aspeed - Enable compile testing X-Git-Tag: v6.1-rc5~148^2~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31b39755e32568b43c80814c5e13d7b1ab796d73;p=platform%2Fkernel%2Flinux-starfive.git crypto: aspeed - Enable compile testing This driver compile tests just fine. Signed-off-by: Herbert Xu Reviewed-by: Neal Liu Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/aspeed/Kconfig b/drivers/crypto/aspeed/Kconfig index 001bf2e..ae3eb0e 100644 --- a/drivers/crypto/aspeed/Kconfig +++ b/drivers/crypto/aspeed/Kconfig @@ -1,6 +1,6 @@ config CRYPTO_DEV_ASPEED tristate "Support for Aspeed cryptographic engine driver" - depends on ARCH_ASPEED + depends on ARCH_ASPEED || COMPILE_TEST help Hash and Crypto Engine (HACE) is designed to accelerate the throughput of hash data digest, encryption and decryption.