> -----Original Message----- > From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> > Sent: Friday, August 26, 2022 7:06 PM > To: Neal Liu <neal_liu@xxxxxxxxxxxxxx>; Linux Crypto Mailing List > <linux-crypto@xxxxxxxxxxxxxxx> > Subject: [PATCH] crypto: aspeed - Enable compile testing > > This driver compile tests just fine. > > Signed-off-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Reviewed-by: Neal Liu <neal_liu@xxxxxxxxxxxxxx> > > diff --git a/drivers/crypto/aspeed/Kconfig b/drivers/crypto/aspeed/Kconfig > index 001bf2e09a72..ae3eb0eb57f6 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. > -- > Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: > http://gondor.apana.org.au/~herbert/ > PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt