diff -drupN a/arch/arm64/crypto/Kconfig b/arch/arm64/crypto/Kconfig --- a/arch/arm64/crypto/Kconfig 2018-08-06 17:23:04.000000000 +0300 +++ b/arch/arm64/crypto/Kconfig 2022-06-12 05:28:14.000000000 +0300 @@ -53,4 +53,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