projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5997f1
)
crypto: xilinx - Turn SHA into a tristate and allow COMPILE_TEST
author
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 9 Mar 2022 03:20:01 +0000
(15:20 +1200)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 14 Mar 2022 02:45:45 +0000
(14:45 +1200)
This patch turns the new SHA driver into a tristate and also allows
compile testing.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/crypto/Kconfig
b/drivers/crypto/Kconfig
index 597559ec2057ef6256d556fc3ea447726a235982..7b2d138bc83e05f9b1a4f38c18c4ed57b05f354a 100644
(file)
--- a/
drivers/crypto/Kconfig
+++ b/
drivers/crypto/Kconfig
@@
-809,8
+809,8
@@
config CRYPTO_DEV_ZYNQMP_AES
for AES algorithms.
config CRYPTO_DEV_ZYNQMP_SHA3
-
bool
"Support for Xilinx ZynqMP SHA3 hardware accelerator"
- depends on ZYNQMP_FIRMWARE
+
tristate
"Support for Xilinx ZynqMP SHA3 hardware accelerator"
+ depends on ZYNQMP_FIRMWARE
|| COMPILE_TEST
select CRYPTO_SHA3
help
Xilinx ZynqMP has SHA3 engine used for secure hash calculation.