aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-07-17 08:31:34 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:55:36 -0400
commita349365e5e0e0590cf68957abd2ead1e5249fdef (patch)
tree56c5fb1d1b090864170569d8ce646cf889b1c553 /crypto/Kconfig
parentec931035194709d0cde647d1c347bbf9634eec25 (diff)
[CRYPTO] Kconfig: Remove "default m"s
Other options requiring specific block cipher algorithms already have the appropriate select's. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 3d1a1e27944f..ec8369cff322 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -146,7 +146,6 @@ config CRYPTO_ECB
146 tristate "ECB support" 146 tristate "ECB support"
147 select CRYPTO_BLKCIPHER 147 select CRYPTO_BLKCIPHER
148 select CRYPTO_MANAGER 148 select CRYPTO_MANAGER
149 default m
150 help 149 help
151 ECB: Electronic CodeBook mode 150 ECB: Electronic CodeBook mode
152 This is the simplest block cipher algorithm. It simply encrypts 151 This is the simplest block cipher algorithm. It simply encrypts
@@ -156,7 +155,6 @@ config CRYPTO_CBC
156 tristate "CBC support" 155 tristate "CBC support"
157 select CRYPTO_BLKCIPHER 156 select CRYPTO_BLKCIPHER
158 select CRYPTO_MANAGER 157 select CRYPTO_MANAGER
159 default m
160 help 158 help
161 CBC: Cipher Block Chaining mode 159 CBC: Cipher Block Chaining mode
162 This block cipher algorithm is required for IPSec. 160 This block cipher algorithm is required for IPSec.
@@ -165,7 +163,6 @@ config CRYPTO_PCBC
165 tristate "PCBC support" 163 tristate "PCBC support"
166 select CRYPTO_BLKCIPHER 164 select CRYPTO_BLKCIPHER
167 select CRYPTO_MANAGER 165 select CRYPTO_MANAGER
168 default m
169 help 166 help
170 PCBC: Propagating Cipher Block Chaining mode 167 PCBC: Propagating Cipher Block Chaining mode
171 This block cipher algorithm is required for RxRPC. 168 This block cipher algorithm is required for RxRPC.