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:
Joakim Andersson 2023-07-21 11:07:42 +02:00 committed by Carles Cufí
commit 648355cb69

View file

@ -19,7 +19,7 @@ config TFM_CRYPTO_KEY_MODULE_ENABLED
default y
help
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.
config TFM_CRYPTO_AEAD_MODULE_ENABLED