diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index dc20a34ba5ef..aede80246df2 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -256,12 +256,10 @@ comment "Digest" | |||
256 | config CRYPTO_CRC32C | 256 | config CRYPTO_CRC32C |
257 | tristate "CRC32c CRC algorithm" | 257 | tristate "CRC32c CRC algorithm" |
258 | select CRYPTO_HASH | 258 | select CRYPTO_HASH |
259 | select LIBCRC32C | ||
260 | help | 259 | help |
261 | Castagnoli, et al Cyclic Redundancy-Check Algorithm. Used | 260 | Castagnoli, et al Cyclic Redundancy-Check Algorithm. Used |
262 | by iSCSI for header and data digests and by others. | 261 | by iSCSI for header and data digests and by others. |
263 | See Castagnoli93. This implementation uses lib/libcrc32c. | 262 | See Castagnoli93. Module will be crc32c. |
264 | Module will be crc32c. | ||
265 | 263 | ||
266 | config CRYPTO_CRC32C_INTEL | 264 | config CRYPTO_CRC32C_INTEL |
267 | tristate "CRC32c INTEL hardware acceleration" | 265 | tristate "CRC32c INTEL hardware acceleration" |