diff -drupN a/arch/arm/crypto/Kconfig b/arch/arm/crypto/Kconfig --- a/arch/arm/crypto/Kconfig 2018-08-06 17:23:04.000000000 +0300 +++ b/arch/arm/crypto/Kconfig 2022-06-12 05:28:14.000000000 +0300 @@ -120,4 +120,11 @@ config CRYPTO_GHASH_ARM_CE that uses the 64x64 to 128 bit polynomial multiplication (vmull.p64) that is part of the ARMv8 Crypto Extensions +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