OSDN Git Service

BACKPORT, FROMLIST: crypto: arm64/speck - add NEON-accelerated implementation of...
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / arch / arm64 / crypto / Kconfig
index de1aab4..487cd38 100644 (file)
@@ -58,4 +58,11 @@ config CRYPTO_CRC32_ARM64
        tristate "CRC32 and CRC32C using optional ARMv8 instructions"
        depends on ARM64
        select CRYPTO_HASH
+
+config CRYPTO_SPECK_NEON
+       tristate "NEON accelerated Speck cipher algorithms"
+       depends on KERNEL_MODE_NEON
+       select CRYPTO_BLKCIPHER
+       select CRYPTO_GF128MUL
+       select CRYPTO_SPECK
 endif