From 1354db0915e2f20af5638db370f13cc63990a3d9 Mon Sep 17 00:00:00 2001 From: Mirko Covizzi Date: Wed, 4 Dec 2024 15:34:02 +0100 Subject: [PATCH] trusted_storage: improve Kconfig description Improves Kconfig description. Signed-off-by: Mirko Covizzi --- subsys/trusted_storage/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subsys/trusted_storage/Kconfig b/subsys/trusted_storage/Kconfig index 2c73931b4fde..30ab8009954e 100644 --- a/subsys/trusted_storage/Kconfig +++ b/subsys/trusted_storage/Kconfig @@ -10,8 +10,8 @@ menuconfig TRUSTED_STORAGE bool "Trusted Storage" depends on !BUILD_WITH_TFM help - The secure storage subsystem allows its users to store in a secure - way data ensuring data integrity and confidentially by using AEAD + The secure storage subsystem allows its users to store data in a + secure way, ensuring data integrity and confidentiality by using AEAD algorithms. It supports several secure implementation back-ends to provide various levels of trust depending on the device security features.