Skip to content

Commit c8eb3b0

Browse files
msi-debianmsi-debian
authored andcommitted
Kconfig update for new setting
1 parent 3587e28 commit c8eb3b0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

zephyr/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ config WOLFCRYPT_ARMASM
100100
wolfCrypt ARM (ARMv8/ARMv7) assembly support for AES, SHA-2, SHA-3,
101101
ChaCha20/Poly1305 and Curve25519
102102

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+
103109
config WOLFCRYPT_INTELASM
104110
bool "wolfCrypt Intel Assembly support"
105111
depends on WOLFSSL_BUILTIN

0 commit comments

Comments
 (0)