mbedtls: fix dependencies of arch

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2021-03-08 19:58:38 +08:00
parent c536e20c61
commit 9bd1268ad6
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -67,7 +67,7 @@ config LIBMBEDTLS_HAVE_ARMV8CE_AES
bool
default y
prompt "Enable use of the ARMv8 Crypto Extensions"
depends on aarch64 && !TARGET_bcm27xx
depends on aarch64 && !TARGET_bcm27xx && !TARGET_bcm4908
help
Use of the ARMv8 Crypto Extensions greatly increase performance
(up to 4x faster on AES-GCM while 10x faster on raw AES).