X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2FKconfig;h=087e06b4cdfdeb08dbe832a6b98a1f22e8d57483;hb=9ae24d5aa001622035270de8f46c0634e6c6d55a;hp=9b5a692ce00cbbb7a3746ca4ce9ef7fcb645be1e;hpb=2e2d4650b34ffe0a39f70acc9429a58d94e39236;p=linux-2.6-microblaze.git diff --git a/lib/Kconfig b/lib/Kconfig index 9b5a692ce00c..087e06b4cdfd 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -145,6 +145,15 @@ config CRC_T10DIF 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