From: Adrian Bunk Date: Tue, 17 Jul 2007 12:31:34 +0000 (+0800) Subject: [CRYPTO] Kconfig: Remove "default m"s X-Git-Tag: v2.6.24-rc1~1454^2~69 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a349365e5e0e0590cf68957abd2ead1e5249fdef;p=~shefty%2Frdma-dev.git [CRYPTO] Kconfig: Remove "default m"s Other options requiring specific block cipher algorithms already have the appropriate select's. Signed-off-by: Adrian Bunk Signed-off-by: Herbert Xu --- diff --git a/crypto/Kconfig b/crypto/Kconfig index 3d1a1e27944..ec8369cff32 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -146,7 +146,6 @@ config CRYPTO_ECB tristate "ECB support" select CRYPTO_BLKCIPHER select CRYPTO_MANAGER - default m help ECB: Electronic CodeBook mode This is the simplest block cipher algorithm. It simply encrypts @@ -156,7 +155,6 @@ config CRYPTO_CBC tristate "CBC support" select CRYPTO_BLKCIPHER select CRYPTO_MANAGER - default m help CBC: Cipher Block Chaining mode This block cipher algorithm is required for IPSec. @@ -165,7 +163,6 @@ config CRYPTO_PCBC tristate "PCBC support" select CRYPTO_BLKCIPHER select CRYPTO_MANAGER - default m help PCBC: Propagating Cipher Block Chaining mode This block cipher algorithm is required for RxRPC.