Skip to content

Commit dd7b797

Browse files
Linus Walleijherbertx
authored andcommitted
crypto: ux500/hash - delete driver
It turns out we can just modify the newer STM32 HASH driver to be used with Ux500 and now that we have done that, delete the old and sparsely maintained Ux500 HASH driver. Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent b56403a commit dd7b797

File tree

7 files changed

+0
-2414
lines changed

7 files changed

+0
-2414
lines changed

drivers/crypto/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -390,16 +390,6 @@ if CRYPTO_DEV_NX
390390
source "drivers/crypto/nx/Kconfig"
391391
endif
392392

393-
config CRYPTO_DEV_UX500
394-
tristate "Driver for ST-Ericsson UX500 crypto hardware acceleration"
395-
depends on ARCH_U8500
396-
help
397-
Driver for ST-Ericsson UX500 crypto engine.
398-
399-
if CRYPTO_DEV_UX500
400-
source "drivers/crypto/ux500/Kconfig"
401-
endif # if CRYPTO_DEV_UX500
402-
403393
config CRYPTO_DEV_ATMEL_AUTHENC
404394
bool "Support for Atmel IPSEC/SSL hw accelerator"
405395
depends on ARCH_AT91 || COMPILE_TEST

drivers/crypto/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ obj-$(CONFIG_CRYPTO_DEV_SAHARA) += sahara.o
4343
obj-$(CONFIG_CRYPTO_DEV_SL3516) += gemini/
4444
obj-y += stm32/
4545
obj-$(CONFIG_CRYPTO_DEV_TALITOS) += talitos.o
46-
obj-$(CONFIG_CRYPTO_DEV_UX500) += ux500/
4746
obj-$(CONFIG_CRYPTO_DEV_VIRTIO) += virtio/
4847
obj-$(CONFIG_CRYPTO_DEV_VMX) += vmx/
4948
obj-$(CONFIG_CRYPTO_DEV_BCM_SPU) += bcm/

drivers/crypto/ux500/Kconfig

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

drivers/crypto/ux500/Makefile

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

drivers/crypto/ux500/hash/Makefile

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

0 commit comments

Comments
 (0)