summaryrefslogtreecommitdiff
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorMarian Chereji <marian.chereji@freescale.com>2013-06-21 15:47:33 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-07-05 21:47:23 (GMT)
commit241de423bfadd8ab257220f0fd119ff4aea87946 (patch)
treed0fd20667a92959812dff751d118c8345f06ff7e /lib/Kconfig
parent9de95d4efaeb6f86f53050e5ea4e1254cde53980 (diff)
downloadlinux-fsl-qoriq-241de423bfadd8ab257220f0fd119ff4aea87946.tar.xz
lib: Add CRC64 ECMA module
Added implementation of CRC64 ECMA checksum. Signed-off-by: Marian Chereji <marian.chereji@freescale.com> Change-Id: Ibfe1fc6ec77b6748e30d362b776803b8574c3398 Reviewed-on: http://git.am.freescale.net:8181/3033 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Varvara Andrei-B21317 <andrei.varvara@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 7669d65..5f521b8 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -169,6 +169,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