diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-14 11:35:32 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-03-23 11:48:37 -0400 |
commit | 9678a8dc53c129599be45e7172b3a0fe6efa7989 (patch) | |
tree | 1a8f16f2512c585ad753db5790e75f95e7ff35a7 /drivers/crypto/Kconfig | |
parent | 6aaf49b495b446ff6eec0ac983f781ca0dc56a73 (diff) |
crypto: bfin_crc - remove blackfin CRC driver
The blackfin architecture is getting removed, so this
driver won't be used any more.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 5c4106979cc9..d1ea1a07cecb 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -464,13 +464,6 @@ if CRYPTO_DEV_UX500 | |||
464 | source "drivers/crypto/ux500/Kconfig" | 464 | source "drivers/crypto/ux500/Kconfig" |
465 | endif # if CRYPTO_DEV_UX500 | 465 | endif # if CRYPTO_DEV_UX500 |
466 | 466 | ||
467 | config CRYPTO_DEV_BFIN_CRC | ||
468 | tristate "Support for Blackfin CRC hardware" | ||
469 | depends on BF60x | ||
470 | help | ||
471 | Newer Blackfin processors have CRC hardware. Select this if you | ||
472 | want to use the Blackfin CRC module. | ||
473 | |||
474 | config CRYPTO_DEV_ATMEL_AUTHENC | 467 | config CRYPTO_DEV_ATMEL_AUTHENC |
475 | tristate "Support for Atmel IPSEC/SSL hw accelerator" | 468 | tristate "Support for Atmel IPSEC/SSL hw accelerator" |
476 | depends on HAS_DMA | 469 | depends on HAS_DMA |