projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa048cd
)
crypto: hisilicon/sec - add sm4 generic selection
author
Kai Ye
<yekai13@huawei.com>
Tue, 26 Apr 2022 11:53:58 +0000
(19:53 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 6 May 2022 10:16:55 +0000
(18:16 +0800)
Add sm4 generic selection for fallback tfm in the Kconfig.
Signed-off-by: Kai Ye <yekai13@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/crypto/hisilicon/Kconfig
b/drivers/crypto/hisilicon/Kconfig
index e572f9982d4ef4bbd2e0c177170d31e60436440d..27e1fa91206390d62f4b65a52d75980f5001b279 100644
(file)
--- a/
drivers/crypto/hisilicon/Kconfig
+++ b/
drivers/crypto/hisilicon/Kconfig
@@
-26,6
+26,7
@@
config CRYPTO_DEV_HISI_SEC2
select CRYPTO_SHA1
select CRYPTO_SHA256
select CRYPTO_SHA512
+ select CRYPTO_SM4
depends on PCI && PCI_MSI
depends on UACCE || UACCE=n
depends on ARM64 || (COMPILE_TEST && 64BIT)