Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[linux-2.6-microblaze.git] / lib / Kconfig
index 9b5a692..087e06b 100644 (file)
@@ -145,6 +145,15 @@ config CRC_T10DIF
          kernel tree needs to calculate CRC checks for use with the
          SCSI data integrity subsystem.
 
          kernel tree needs to calculate CRC checks for use with the
          SCSI data integrity subsystem.
 
+config CRC64_ROCKSOFT
+       tristate "CRC calculation for the Rocksoft model CRC64"
+       select CRC64
+       select CRYPTO
+       select CRYPTO_CRC64_ROCKSOFT
+       help
+         This option provides a CRC64 API to a registered crypto driver.
+         This is used with the block layer's data integrity subsystem.
+
 config CRC_ITU_T
        tristate "CRC ITU-T V.41 functions"
        help
 config CRC_ITU_T
        tristate "CRC ITU-T V.41 functions"
        help