summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/Kconfig
diff options
context:
space:
mode:
authorSebastian Siewior2008-04-01 15:24:50 +0200
committerHerbert Xu2008-04-21 04:19:34 +0200
commit7dc748e4e720c1a98185363096ad7582e9113092 (patch)
tree664b4b77581c6b77ebd9d0535e7bfdb1ddd041c8 /drivers/crypto/Kconfig
parent[CRYPTO] aes: Export generic setkey (diff)
downloadkernel-qcow2-linux-7dc748e4e720c1a98185363096ad7582e9113092.tar.gz
kernel-qcow2-linux-7dc748e4e720c1a98185363096ad7582e9113092.tar.xz
kernel-qcow2-linux-7dc748e4e720c1a98185363096ad7582e9113092.zip
[CRYPTO] padlock-aes: Use generic setkey function
The Padlock AES setkey routine is the same as exported by the generic implementation. So we could use it. Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc> Cc: Michal Ludvig <michal@logix.cz> Tested-by: Stefan Hellermann <stefan@the2masters.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r--drivers/crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index e15dbc61f20f..43b71b69daa5 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -27,6 +27,7 @@ config CRYPTO_DEV_PADLOCK_AES
tristate "PadLock driver for AES algorithm"
depends on CRYPTO_DEV_PADLOCK
select CRYPTO_BLKCIPHER
+ select CRYPTO_AES
help
Use VIA PadLock for AES algorithm.