X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=crypto%2FKconfig;h=091c0a0bbf26c83509544b7fb0a0e2beb9faf2fe;hb=4152d146ee2169653297e03b9fa2e0f476923959;hp=d5daf35431e310a5a47e81197ab4d3be40797ba5;hpb=d26a42a9614083413e778832a6efbdf0038c3bff;p=linux-2.6-microblaze.git diff --git a/crypto/Kconfig b/crypto/Kconfig index d5daf35431e3..091c0a0bbf26 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -316,7 +316,6 @@ config CRYPTO_AEGIS128 config CRYPTO_AEGIS128_SIMD bool "Support SIMD acceleration for AEGIS-128" depends on CRYPTO_AEGIS128 && ((ARM || ARM64) && KERNEL_MODE_NEON) - depends on !ARM || CC_IS_CLANG || GCC_VERSION >= 40800 default y config CRYPTO_AEGIS128_AESNI_SSE2