aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.