Skip to content

Commit 7355315

Browse files
committed
modules: tf-m: Remove non-volatile seed option
It is not used by the Nordic platforms. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent a44e99e commit 7355315

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

modules/trusted-firmware-m/Kconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,6 @@ config TFM_CRYPTO_PARTITION_STACK_SIZE
119119
help
120120
The stack size of the Crypto Secure Partition
121121

122-
config TFM_CRYPTO_NV_SEED
123-
# Hidden option to set value based on TF-M minimal profile
124-
bool
125-
default y if !TFM_PROFILE_TYPE_MINIMAL
126-
help
127-
Prompt-less configuration controlling NV Seed support.
128-
Not set when TFM_PROFILE_TYPE_MINIMAL is used
129-
130122
endmenu
131123

132124
# Copied from secure_fw/partitions/initial_attestation/Kconfig, appended the TFM prefix

0 commit comments

Comments
 (0)