From 31b39755e32568b43c80814c5e13d7b1ab796d73 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Fri, 26 Aug 2022 19:05:31 +0800 Subject: [PATCH] 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 --- drivers/crypto/aspeed/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/aspeed/Kconfig b/drivers/crypto/aspeed/Kconfig index 001bf2e09a726..ae3eb0eb57f60 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. -- 2.30.2