Skip to content

Commit 453de3e

Browse files
linuswherbertx
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 <[email protected]> Cc: Maxime Coquelin <[email protected]> Cc: Alexandre Torgue <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 0b496ef commit 453de3e

File tree

10 files changed

+0
-2653
lines changed

10 files changed

+0
-2653
lines changed

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 ([email protected])
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)