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 <gerson.budke@ossystems.com.br>
This commit is contained in:
Gerson Fernando Budke 2022-12-31 13:28:05 +01:00 committed by Fabio Baltieri
parent 079470be02
commit 358ad431b8

View file

@ -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