From 648355cb69704dfd17492997d7ce7f5ae3830ef8 Mon Sep 17 00:00:00 2001 From: Joakim Andersson Date: Fri, 21 Jul 2023 11:07:42 +0200 Subject: [PATCH] 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 --- modules/trusted-firmware-m/Kconfig.tfm.crypto_modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/trusted-firmware-m/Kconfig.tfm.crypto_modules b/modules/trusted-firmware-m/Kconfig.tfm.crypto_modules index 1b4f7e1b17a..1d70a2c44d2 100644 --- a/modules/trusted-firmware-m/Kconfig.tfm.crypto_modules +++ b/modules/trusted-firmware-m/Kconfig.tfm.crypto_modules @@ -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