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-24 06:02:24 +1000 |
commit | a62b01cd6cc1feb5e80d64d6937c291473ed82cb (patch) | |
tree | dd995ccdf562851b9d947c2ccb18afd6427f9c8e /crypto/Kconfig | |
parent | 714b33d15130cbb5ab426456d4e3de842d6c5b8a (diff) | |
download | linux-a62b01cd6cc1feb5e80d64d6937c291473ed82cb.tar.gz linux-a62b01cd6cc1feb5e80d64d6937c291473ed82cb.tar.bz2 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 |