Add HW acceleration config for Wolfssl

This commit is contained in:
Daniel Pawlik
2024-09-13 11:14:15 +02:00
parent b58e0dd290
commit dfa044bec2

View File

@@ -10,3 +10,10 @@ CONFIG_LIBCURL_WOLFSSL=y
CONFIG_LUA_ECO_WOLFSSL=y
# CONFIG_LUA_ECO_MBEDTLS is not set
#### replace mbedtls with openssl - remember to leave commented "is not set" or remove it!
#
# on ARMv8 - enable CPU Acceleration
# https://www.wolfssl.com/cpu-accelerated-cryptography-on-openwrt-using-wolfssl/
CONFIG_PACKAGE_kmod-crypto-authenc=y
CONFIG_PACKAGE_kmod-cryptodev=y
CONFIG_WOLFSSL_HAS_DEVCRYPTO=y
CONFIG_WOLFSSL_HAS_DEVCRYPTO_FULL=y