diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2013-09-20 03:55:40 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2013-09-23 16:02:24 -0400 |
commit | a62b01cd6cc1feb5e80d64d6937c291473ed82cb (patch) | |
tree | dd995ccdf562851b9d947c2ccb18afd6427f9c8e /crypto/Kconfig | |
parent | 714b33d15130cbb5ab426456d4e3de842d6c5b8a (diff) |
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 | |||
179 | depends on X86 | 179 | depends on X86 |
180 | select CRYPTO_CRYPTD | 180 | select CRYPTO_CRYPTD |
181 | 181 | ||
182 | config CRYPTO_ABLK_HELPER | ||
183 | tristate | ||
184 | select CRYPTO_CRYPTD | ||
185 | |||
182 | config CRYPTO_GLUE_HELPER_X86 | 186 | config CRYPTO_GLUE_HELPER_X86 |
183 | tristate | 187 | tristate |
184 | depends on X86 | 188 | depends on X86 |