We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603e5ac commit 04b097dCopy full SHA for 04b097d
modules/trusted-firmware-m/Kconfig
@@ -114,7 +114,7 @@ config TFM_CRYPTO_PARTITION_STACK_SIZE
114
hex
115
prompt "TF-M Crypto Partition - Stack size" if !TFM_PROFILE_TYPE_MINIMAL
116
default 0x800 if TFM_PROFILE_TYPE_MINIMAL
117
- default 0x4000 if PSA_WANT_RSA_KEY_SIZE_4096
+ default 0x4000 if PSA_WANT_RSA_KEY_SIZE_4096 || PSA_WANT_RSA_KEY_SIZE_3072
118
default 0x2000
119
help
120
The stack size of the Crypto Secure Partition
0 commit comments