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:
parent
079470be02
commit
358ad431b8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ config FLASH_AREA_CHECK_INTEGRITY
|
||||||
integrity using SHA-256 verification algorithm.
|
integrity using SHA-256 verification algorithm.
|
||||||
|
|
||||||
if FLASH_AREA_CHECK_INTEGRITY
|
if FLASH_AREA_CHECK_INTEGRITY
|
||||||
choice
|
choice FLASH_AREA_CHECK_INTEGRITY_BACKEND
|
||||||
prompt "Crypto backend for the flash check functions"
|
prompt "Crypto backend for the flash check functions"
|
||||||
default FLASH_AREA_CHECK_INTEGRITY_TC
|
default FLASH_AREA_CHECK_INTEGRITY_TC
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue