From 358ad431b8e2c2142f283db0f1d7f2a6607fd99a Mon Sep 17 00:00:00 2001 From: Gerson Fernando Budke Date: Sat, 31 Dec 2022 13:28:05 +0100 Subject: [PATCH] storage: flash_map: Add name for select integrity backend Currently choice for FLASH_AREA_CHECK_INTEGRITY does not have a denomination. Without that it is not possible select a default backend hash backend for integrity check at project configuration. This add a name to allow select flash area check integrity backend. Signed-off-by: Gerson Fernando Budke --- subsys/storage/flash_map/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/storage/flash_map/Kconfig b/subsys/storage/flash_map/Kconfig index e161b862125..7b89e821223 100644 --- a/subsys/storage/flash_map/Kconfig +++ b/subsys/storage/flash_map/Kconfig @@ -35,7 +35,7 @@ config FLASH_AREA_CHECK_INTEGRITY integrity using SHA-256 verification algorithm. if FLASH_AREA_CHECK_INTEGRITY -choice +choice FLASH_AREA_CHECK_INTEGRITY_BACKEND prompt "Crypto backend for the flash check functions" default FLASH_AREA_CHECK_INTEGRITY_TC