diff -drupN a/crypto/Kconfig b/crypto/Kconfig --- a/crypto/Kconfig 2018-08-06 17:23:04.000000000 +0300 +++ b/crypto/Kconfig 2022-06-12 05:28:14.000000000 +0300 @@ -1444,6 +1444,20 @@ config CRYPTO_SERPENT_AVX2_X86_64 See also: +config CRYPTO_SPECK + tristate "Speck cipher algorithm" + select CRYPTO_ALGAPI + help + Speck is a lightweight block cipher that is tuned for optimal + performance in software (rather than hardware). + + Speck may not be as secure as AES, and should only be used on systems + where AES is not fast enough. + + See also: + + If unsure, say N. + config CRYPTO_TEA tristate "TEA, XTEA and XETA cipher algorithms" select CRYPTO_ALGAPI