summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorSebastian Siewior <sebastian@breakpoint.cc>2007-11-10 19:07:16 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-01-11 08:16:10 +1100
commit608aa58f3732b46b0dbcf043f33bb3a9b0711d80 (patch)
tree6ae4ddd2ef29ca35fc3b5b66a934f0dbaf530cca /crypto/Kconfig
parentb7af911276da3efe838cc5505b6469fbe67e60c5 (diff)
downloadlinux-crypto-608aa58f3732b46b0dbcf043f33bb3a9b0711d80.tar.gz
linux-crypto-608aa58f3732b46b0dbcf043f33bb3a9b0711d80.zip
[CRYPTO] aes-i586: Remove setkey
The setkey() function can be shared with the generic algorithm. Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index d9666e33..cf115b14 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -328,6 +328,7 @@ config CRYPTO_AES_586
tristate "AES cipher algorithms (i586)"
depends on (X86 || UML_X86) && !64BIT
select CRYPTO_ALGAPI
+ select CRYPTO_AES
help
AES cipher algorithms (FIPS-197). AES uses the Rijndael
algorithm.