Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will...
[linux-2.6-microblaze.git] / crypto / Kconfig
index 34a8c5b..091c0a0 100644 (file)
@@ -369,7 +369,6 @@ config CRYPTO_CFB
 config CRYPTO_CTR
        tristate "CTR support"
        select CRYPTO_SKCIPHER
-       select CRYPTO_SEQIV
        select CRYPTO_MANAGER
        help
          CTR: Counter mode
@@ -1819,7 +1818,7 @@ config CRYPTO_DRBG_HASH
 config CRYPTO_DRBG_CTR
        bool "Enable CTR DRBG"
        select CRYPTO_AES
-       depends on CRYPTO_CTR
+       select CRYPTO_CTR
        help
          Enable the CTR DRBG variant as defined in NIST SP800-90A.