CRC: update CRC routines
/crypto/Kconfig
blob:e0277726441f5d68e56bb0840d6c4b7083a73ddb -> blob:5ba064bea581d346b660f907539cf464d3acbb40
--- crypto/Kconfig
+++ crypto/Kconfig
@@ -311,6 +311,7 @@ comment "Digest"
config CRYPTO_CRC32C
tristate "CRC32c CRC algorithm"
select CRYPTO_HASH
+ select CRC32
help
Castagnoli, et al Cyclic Redundancy-Check Algorithm. Used
by iSCSI for header and data digests and by others.