diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 43b7473ff19b..ea503572fcbe 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -213,7 +213,7 @@ comment "Digest" | |||
213 | 213 | ||
214 | config CRYPTO_CRC32C | 214 | config CRYPTO_CRC32C |
215 | tristate "CRC32c CRC algorithm" | 215 | tristate "CRC32c CRC algorithm" |
216 | select CRYPTO_ALGAPI | 216 | select CRYPTO_HASH |
217 | select LIBCRC32C | 217 | select LIBCRC32C |
218 | help | 218 | help |
219 | Castagnoli, et al Cyclic Redundancy-Check Algorithm. Used | 219 | Castagnoli, et al Cyclic Redundancy-Check Algorithm. Used |