CRC: update CRC routines
/crypto/Kconfig
blob:3098da3c80af183f6eff25d6a1a96b2cca4a1ade -> blob:9419170f0c46a4947cd326b20f7f6a1615f0f3a4
--- crypto/Kconfig
+++ crypto/Kconfig
@@ -302,6 +302,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.