diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2013-09-20 09:55:40 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2013-09-23 22:02:24 +0200 |
commit | a62b01cd6cc1feb5e80d64d6937c291473ed82cb (patch) | |
tree | dd995ccdf562851b9d947c2ccb18afd6427f9c8e /crypto/Kconfig | |
parent | crypto: ansi_cprng - Fix off by one error in non-block size request (diff) | |
download | linux-a62b01cd6cc1feb5e80d64d6937c291473ed82cb.tar.xz linux-a62b01cd6cc1feb5e80d64d6937c291473ed82cb.zip |
crypto: create generic version of ablk_helper
Create a generic version of ablk_helper so it can be reused
by other architectures.
Acked-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 69ce573f1224..8179ae62cec0 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -179,6 +179,10 @@ config CRYPTO_ABLK_HELPER_X86 depends on X86 select CRYPTO_CRYPTD +config CRYPTO_ABLK_HELPER + tristate + select CRYPTO_CRYPTD + config CRYPTO_GLUE_HELPER_X86 tristate depends on X86 |