CONFIG_FLASH_AREA_CHECK_INTEGRITY_TC
Use TinyCrypt
Type: bool
Help
Use TinyCrypt library to perform the integrity check.
Direct dependencies
<choice: Crypto backend for the flash check functions>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol
Kconfig definition
At <Subsystem>/storage/flash_map/Kconfig:42
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:55
→ <Subsystem>/storage/Kconfig:8
Menu path: (Top) → Sub Systems and OS Services → Storage → Flash map abstraction module → Enable flash check functions → Crypto backend for the flash check functions
config FLASH_AREA_CHECK_INTEGRITY_TC
bool "Use TinyCrypt"
select TINYCRYPT
select TINYCRYPT_SHA256
depends on <choice>
help
Use TinyCrypt library to perform the integrity check.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)