diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 92ba249f3a5b..9d3a44cf8637 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -168,6 +168,15 @@ config CRYPTO_CBC | |||
168 | CBC: Cipher Block Chaining mode | 168 | CBC: Cipher Block Chaining mode |
169 | This block cipher algorithm is required for IPSec. | 169 | This block cipher algorithm is required for IPSec. |
170 | 170 | ||
171 | config CRYPTO_PCBC | ||
172 | tristate "PCBC support" | ||
173 | select CRYPTO_BLKCIPHER | ||
174 | select CRYPTO_MANAGER | ||
175 | default m | ||
176 | help | ||
177 | PCBC: Propagating Cipher Block Chaining mode | ||
178 | This block cipher algorithm is required for RxRPC. | ||
179 | |||
171 | config CRYPTO_LRW | 180 | config CRYPTO_LRW |
172 | tristate "LRW support (EXPERIMENTAL)" | 181 | tristate "LRW support (EXPERIMENTAL)" |
173 | depends on EXPERIMENTAL | 182 | depends on EXPERIMENTAL |