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 79303ce commit 50bb0ceCopy full SHA for 50bb0ce
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