diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2012-05-09 10:27:35 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-05-16 08:42:36 -0400 |
commit | 63291d401c8ab37d8b9a5456e6cbeeca6b32c702 (patch) | |
tree | a10973e444bc80fc4918812ac4f458409224bc23 /arch/s390 | |
parent | 5cbeecd6629472c46384779ac139fb6643105dac (diff) |
s390/crypto des: add missing select statement
Add missing "select CRYPTO_DES". Fixes this:
ERROR: "des_ekey" [arch/s390/crypto/des_s390.ko] undefined!
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/defconfig b/arch/s390/defconfig index 1957a9dd256d..37d2bf267964 100644 --- a/arch/s390/defconfig +++ b/arch/s390/defconfig | |||
@@ -155,7 +155,6 @@ CONFIG_CRYPTO_BLOWFISH=m | |||
155 | CONFIG_CRYPTO_CAMELLIA=m | 155 | CONFIG_CRYPTO_CAMELLIA=m |
156 | CONFIG_CRYPTO_CAST5=m | 156 | CONFIG_CRYPTO_CAST5=m |
157 | CONFIG_CRYPTO_CAST6=m | 157 | CONFIG_CRYPTO_CAST6=m |
158 | CONFIG_CRYPTO_DES=m | ||
159 | CONFIG_CRYPTO_FCRYPT=m | 158 | CONFIG_CRYPTO_FCRYPT=m |
160 | CONFIG_CRYPTO_KHAZAD=m | 159 | CONFIG_CRYPTO_KHAZAD=m |
161 | CONFIG_CRYPTO_SALSA20=m | 160 | CONFIG_CRYPTO_SALSA20=m |