-
CONFIG_FLASH_AREA_CHECK_INTEGRITY
¶
Enable flash check functions
Type: bool
Help¶
If enabled, there will be available the backend to check flash integrity using SHA-256 verification algorithm.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/storage/flash_map/Kconfig:31
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:48
→ <Zephyr>/subsys/storage/Kconfig:8
Menu path: (Top) → Sub Systems and OS Services → Storage → Flash map abstraction module
config FLASH_AREA_CHECK_INTEGRITY bool "Enable flash check functions" selectTINYCRYPT
selectTINYCRYPT_SHA256
depends onFLASH_MAP
help If enabled, there will be available the backend to check flash integrity using SHA-256 verification algorithm.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)