tfm: Fix help text for crypto key module functionality
Fix help text for crypto key module functionality, which is included in the source file of crypto_key_management.c source file. The crypto_key.c source file contains generic code that is always included. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
e439b5e56d
commit
648355cb69
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ config TFM_CRYPTO_KEY_MODULE_ENABLED
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enables the KEY crypto module within the crypto partition.
|
Enables the KEY crypto module within the crypto partition.
|
||||||
Unset this option if the functionality provided by 'crypto_key.c'
|
Unset this option if the functionality provided by 'crypto_key_management.c'
|
||||||
is not used.
|
is not used.
|
||||||
|
|
||||||
config TFM_CRYPTO_AEAD_MODULE_ENABLED
|
config TFM_CRYPTO_AEAD_MODULE_ENABLED
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue