We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3587e28 commit c8eb3b0Copy full SHA for c8eb3b0
1 file changed
zephyr/Kconfig
@@ -100,6 +100,12 @@ config WOLFCRYPT_ARMASM
100
wolfCrypt ARM (ARMv8/ARMv7) assembly support for AES, SHA-2, SHA-3,
101
ChaCha20/Poly1305 and Curve25519
102
103
+config WOLFCRYPT_ARMASM_THUMB2
104
+ bool "wolfCrypt ARM Thumb2 Assembly support"
105
+ depends on WOLFCRYPT_ARMASM
106
+ help
107
+ Enable Thumb2 assembly optimizations for ARM processors
108
+
109
config WOLFCRYPT_INTELASM
110
bool "wolfCrypt Intel Assembly support"
111
depends on WOLFSSL_BUILTIN
0 commit comments