Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[sfrench/cifs-2.6.git] / arch / arm / crypto / Kconfig
index 491a6edfeff67fd334362c84313c71ccdf597354..13f1b4c289d4c15aa7f1f1abc8a8fe3419e7619c 100644 (file)
@@ -125,4 +125,9 @@ config CRYPTO_CRCT10DIF_ARM_CE
        depends on KERNEL_MODE_NEON && CRC_T10DIF
        select CRYPTO_HASH
 
+config CRYPTO_CRC32_ARM_CE
+       tristate "CRC32(C) digest algorithm using CRC and/or PMULL instructions"
+       depends on KERNEL_MODE_NEON && CRC32
+       select CRYPTO_HASH
+
 endif