mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
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 <linus.walleij@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
committed by
Herbert Xu
parent
b56403a25a
commit
dd7b7972cb
@@ -390,16 +390,6 @@ if CRYPTO_DEV_NX
|
||||
source "drivers/crypto/nx/Kconfig"
|
||||
endif
|
||||
|
||||
config CRYPTO_DEV_UX500
|
||||
tristate "Driver for ST-Ericsson UX500 crypto hardware acceleration"
|
||||
depends on ARCH_U8500
|
||||
help
|
||||
Driver for ST-Ericsson UX500 crypto engine.
|
||||
|
||||
if CRYPTO_DEV_UX500
|
||||
source "drivers/crypto/ux500/Kconfig"
|
||||
endif # if CRYPTO_DEV_UX500
|
||||
|
||||
config CRYPTO_DEV_ATMEL_AUTHENC
|
||||
bool "Support for Atmel IPSEC/SSL hw accelerator"
|
||||
depends on ARCH_AT91 || COMPILE_TEST
|
||||
|
||||
Reference in New Issue
Block a user