diff options
author | Eric Biggers <ebiggers@google.com> | 2018-02-19 23:48:28 -0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-03-03 00:03:38 +0800 |
commit | 0e145b477dea594ee5b588feb7cb0f531e2d263d (patch) | |
tree | 02c7bad8ce9889430310556e8faf5cf3e0c16899 /crypto/Kconfig | |
parent | 75d8a5532fc6db34e5aa712ec8117c9f9cb83088 (diff) | |
download | linux-0e145b477dea594ee5b588feb7cb0f531e2d263d.tar.bz2 |
crypto: ablk_helper - remove ablk_helper
All users of ablk_helper have been converted over to crypto_simd, so
remove ablk_helper.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 8783dcf20fc3..de693e0451b8 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -245,10 +245,6 @@ config CRYPTO_TEST help Quick & dirty crypto test module. -config CRYPTO_ABLK_HELPER - tristate - select CRYPTO_CRYPTD - config CRYPTO_SIMD tristate select CRYPTO_CRYPTD |