X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=lib%2FKconfig;h=f7e64c7748cb9e73e8b2767355171f271cc54559;hb=af9bec4de086c0ae75efdb75221cb7a3270f3f62;hp=f0df318104e7272ef97641421c938069a047a85e;hpb=713e6b9ef5ce71c7cf9ca16994f85614aa61135e;p=karo-tx-linux.git diff --git a/lib/Kconfig b/lib/Kconfig index f0df318104e7..f7e64c7748cb 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -185,6 +185,13 @@ config CRC8 when they need to do cyclic redundancy check according CRC8 algorithm. Module will be called crc8. +config CRC64_ECMA + tristate "CRC64 ECMA function" + help + This option provides CRC64 ECMA function. Drivers may select this + when they need to do cyclic redundancy check according to the CRC64 + ECMA algorithm. + config AUDIT_GENERIC bool depends on AUDIT && !AUDIT_ARCH