From: Corentin Labbe Date: Fri, 24 Apr 2020 13:40:46 +0000 (+0000) Subject: crypto: ctr - no longer needs CRYPTO_SEQIV X-Git-Tag: v5.15~3608^2~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f23efcbcc523b09c2ee359a35eb3897dc1764fd3;p=platform%2Fkernel%2Flinux-starfive.git crypto: ctr - no longer needs CRYPTO_SEQIV As comment of the v2, Herbert said: "The SEQIV select from CTR is historical and no longer necessary." So let's get rid of it. Signed-off-by: Corentin Labbe Signed-off-by: Herbert Xu --- diff --git a/crypto/Kconfig b/crypto/Kconfig index c24a47406f8f..64caec4c52b6 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -370,7 +370,6 @@ config CRYPTO_CFB config CRYPTO_CTR tristate "CTR support" select CRYPTO_SKCIPHER - select CRYPTO_SEQIV select CRYPTO_MANAGER help CTR: Counter mode