Commit a349365e authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller

[CRYPTO] Kconfig: Remove "default m"s

Other options requiring specific block cipher algorithms already have
the appropriate select's.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent ec931035
...@@ -146,7 +146,6 @@ config CRYPTO_ECB ...@@ -146,7 +146,6 @@ config CRYPTO_ECB
tristate "ECB support" tristate "ECB support"
select CRYPTO_BLKCIPHER select CRYPTO_BLKCIPHER
select CRYPTO_MANAGER select CRYPTO_MANAGER
default m
help help
ECB: Electronic CodeBook mode ECB: Electronic CodeBook mode
This is the simplest block cipher algorithm. It simply encrypts This is the simplest block cipher algorithm. It simply encrypts
...@@ -156,7 +155,6 @@ config CRYPTO_CBC ...@@ -156,7 +155,6 @@ config CRYPTO_CBC
tristate "CBC support" tristate "CBC support"
select CRYPTO_BLKCIPHER select CRYPTO_BLKCIPHER
select CRYPTO_MANAGER select CRYPTO_MANAGER
default m
help help
CBC: Cipher Block Chaining mode CBC: Cipher Block Chaining mode
This block cipher algorithm is required for IPSec. This block cipher algorithm is required for IPSec.
...@@ -165,7 +163,6 @@ config CRYPTO_PCBC ...@@ -165,7 +163,6 @@ config CRYPTO_PCBC
tristate "PCBC support" tristate "PCBC support"
select CRYPTO_BLKCIPHER select CRYPTO_BLKCIPHER
select CRYPTO_MANAGER select CRYPTO_MANAGER
default m
help help
PCBC: Propagating Cipher Block Chaining mode PCBC: Propagating Cipher Block Chaining mode
This block cipher algorithm is required for RxRPC. This block cipher algorithm is required for RxRPC.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment