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:
e8d9982
)
crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER
author
Eric Biggers
<ebiggers@google.com>
Fri, 29 Nov 2019 18:15:56 +0000
(10:15 -0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 11 Dec 2019 08:36:55 +0000
(16:36 +0800)
Another instance of CRYPTO_BLKCIPHER made it in just after it was
renamed to CRYPTO_SKCIPHER. Fix it.
Fixes:
416d82204df4
("crypto: hisilicon - add HiSilicon SEC V2 driver")
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/hisilicon/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/crypto/hisilicon/Kconfig
b/drivers/crypto/hisilicon/Kconfig
index e588396f7357d7935531f2d13eaa7a6e1d46bb06..6e7c7573dc0c25a620a6ce871b858c0501e2f646 100644
(file)
--- a/
drivers/crypto/hisilicon/Kconfig
+++ b/
drivers/crypto/hisilicon/Kconfig
@@
-16,7
+16,7
@@
config CRYPTO_DEV_HISI_SEC
config CRYPTO_DEV_HISI_SEC2
tristate "Support for HiSilicon SEC2 crypto block cipher accelerator"
- select CRYPTO_
BL
KCIPHER
+ select CRYPTO_
S
KCIPHER
select CRYPTO_ALGAPI
select CRYPTO_LIB_DES
select CRYPTO_DEV_HISI_QM