Skip to content

Commit

Permalink
crypto: aspeed - Enable compile testing
Browse files Browse the repository at this point in the history
This driver compile tests just fine.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Reviewed-by: Neal Liu <neal_liu@aspeedtech.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
herbertx committed Sep 2, 2022
1 parent cc40b04 commit 31b3975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/aspeed/Kconfig
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 31b3975

Please sign in to comment.