diff options
author | Jan Glauber <jan.glauber@de.ibm.com> | 2006-01-06 03:19:17 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-06 11:33:50 -0500 |
commit | c1e26e1ef7ab50f30e5fbf004fe96ed44321ca78 (patch) | |
tree | d4319a9441da5b776637945f9413e702296f5ad3 /arch/s390/defconfig | |
parent | d0f4c16febf258ba8c0f917ac3ba935fc5459566 (diff) |
[PATCH] s390: in-kernel crypto rename
Replace all references to z990 by s390 in the in-kernel crypto files in
arch/s390/crypto. The code is not specific to a particular machine (z990) but
to the s390 platform. Big diff, does nothing..
Signed-off-by: Jan Glauber <jan.glauber@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/s390/defconfig')
-rw-r--r-- | arch/s390/defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/defconfig b/arch/s390/defconfig index 0c495fe83112..0cb2995bf21c 100644 --- a/arch/s390/defconfig +++ b/arch/s390/defconfig | |||
@@ -632,13 +632,13 @@ CONFIG_CRYPTO=y | |||
632 | # CONFIG_CRYPTO_MD4 is not set | 632 | # CONFIG_CRYPTO_MD4 is not set |
633 | # CONFIG_CRYPTO_MD5 is not set | 633 | # CONFIG_CRYPTO_MD5 is not set |
634 | # CONFIG_CRYPTO_SHA1 is not set | 634 | # CONFIG_CRYPTO_SHA1 is not set |
635 | # CONFIG_CRYPTO_SHA1_Z990 is not set | 635 | # CONFIG_CRYPTO_SHA1_S390 is not set |
636 | # CONFIG_CRYPTO_SHA256 is not set | 636 | # CONFIG_CRYPTO_SHA256 is not set |
637 | # CONFIG_CRYPTO_SHA512 is not set | 637 | # CONFIG_CRYPTO_SHA512 is not set |
638 | # CONFIG_CRYPTO_WP512 is not set | 638 | # CONFIG_CRYPTO_WP512 is not set |
639 | # CONFIG_CRYPTO_TGR192 is not set | 639 | # CONFIG_CRYPTO_TGR192 is not set |
640 | # CONFIG_CRYPTO_DES is not set | 640 | # CONFIG_CRYPTO_DES is not set |
641 | # CONFIG_CRYPTO_DES_Z990 is not set | 641 | # CONFIG_CRYPTO_DES_S390 is not set |
642 | # CONFIG_CRYPTO_BLOWFISH is not set | 642 | # CONFIG_CRYPTO_BLOWFISH is not set |
643 | # CONFIG_CRYPTO_TWOFISH is not set | 643 | # CONFIG_CRYPTO_TWOFISH is not set |
644 | # CONFIG_CRYPTO_SERPENT is not set | 644 | # CONFIG_CRYPTO_SERPENT is not set |