mirror of https://github.com/wolfSSL/wolfssl.git
Kconfig update for new setting
parent
3587e28966
commit
c8eb3b07a0
|
@ -100,6 +100,12 @@ config WOLFCRYPT_ARMASM
|
||||||
wolfCrypt ARM (ARMv8/ARMv7) assembly support for AES, SHA-2, SHA-3,
|
wolfCrypt ARM (ARMv8/ARMv7) assembly support for AES, SHA-2, SHA-3,
|
||||||
ChaCha20/Poly1305 and Curve25519
|
ChaCha20/Poly1305 and Curve25519
|
||||||
|
|
||||||
|
config WOLFCRYPT_ARMASM_THUMB2
|
||||||
|
bool "wolfCrypt ARM Thumb2 Assembly support"
|
||||||
|
depends on WOLFCRYPT_ARMASM
|
||||||
|
help
|
||||||
|
Enable Thumb2 assembly optimizations for ARM processors
|
||||||
|
|
||||||
config WOLFCRYPT_INTELASM
|
config WOLFCRYPT_INTELASM
|
||||||
bool "wolfCrypt Intel Assembly support"
|
bool "wolfCrypt Intel Assembly support"
|
||||||
depends on WOLFSSL_BUILTIN
|
depends on WOLFSSL_BUILTIN
|
||||||
|
|
Loading…
Reference in New Issue