Skip to content

Commit 453de3e

Browse files
Linus Walleijherbertx
authored andcommitted
crypto: ux500/cryp - delete driver
It turns out we can just modify the newer STM32 CRYP driver to be used with Ux500 and now that we have done that, delete the old and sparsely maintained Ux500 CRYP driver. Cc: Lionel Debieve <lionel.debieve@foss.st.com> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> Cc: Alexandre Torgue <alexandre.torgue@foss.st.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent 0b496ef commit 453de3e

10 files changed

Lines changed: 0 additions & 2653 deletions

File tree

drivers/crypto/ux500/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44
# Author: Shujuan Chen (shujuan.chen@stericsson.com)
55
#
66

7-
config CRYPTO_DEV_UX500_CRYP
8-
tristate "UX500 crypto driver for CRYP block"
9-
depends on CRYPTO_DEV_UX500
10-
select CRYPTO_ALGAPI
11-
select CRYPTO_SKCIPHER
12-
select CRYPTO_LIB_DES
13-
help
14-
This selects the crypto driver for the UX500_CRYP hardware. It supports
15-
AES-ECB, CBC and CTR with keys sizes of 128, 192 and 256 bit sizes.
16-
177
config CRYPTO_DEV_UX500_HASH
188
tristate "UX500 crypto driver for HASH block"
199
depends on CRYPTO_DEV_UX500

drivers/crypto/ux500/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
#
66

77
obj-$(CONFIG_CRYPTO_DEV_UX500_HASH) += hash/
8-
obj-$(CONFIG_CRYPTO_DEV_UX500_CRYP) += cryp/

drivers/crypto/ux500/cryp/Makefile

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)