diff options
author | Jussi Kivilinna <jussi.kivilinna@mbnet.fi> | 2012-06-18 07:07:29 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2012-06-27 02:42:02 -0400 |
commit | 964263afdcbf9d1e85c021acfff0cc68dd168475 (patch) | |
tree | 6a9972203d7fa212547aa1bc89098e72fc536c97 /crypto/Kconfig | |
parent | 1d0debbd4671a8d302a11837a126d5f87db16bdc (diff) |
crypto: camellia-x86_64 - remove duplicated glue code and use shared glue code from glue_helper
Now that shared glue code is available, convert camellia-x86_64 to use it.
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index a86c2fb92ea9..72828fafe09f 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -671,6 +671,7 @@ config CRYPTO_CAMELLIA_X86_64 | |||
671 | depends on X86 && 64BIT | 671 | depends on X86 && 64BIT |
672 | depends on CRYPTO | 672 | depends on CRYPTO |
673 | select CRYPTO_ALGAPI | 673 | select CRYPTO_ALGAPI |
674 | select CRYPTO_GLUE_HELPER_X86 | ||
674 | select CRYPTO_LRW | 675 | select CRYPTO_LRW |
675 | select CRYPTO_XTS | 676 | select CRYPTO_XTS |
676 | help | 677 | help |