diff options
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 02e303774691..a3238051b03e 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -604,7 +604,7 @@ config CRYPTO_ANUBIS | |||
604 | 604 | ||
605 | config CRYPTO_ARC4 | 605 | config CRYPTO_ARC4 |
606 | tristate "ARC4 cipher algorithm" | 606 | tristate "ARC4 cipher algorithm" |
607 | select CRYPTO_ALGAPI | 607 | select CRYPTO_BLKCIPHER |
608 | help | 608 | help |
609 | ARC4 cipher algorithm. | 609 | ARC4 cipher algorithm. |
610 | 610 | ||