:orphan: .. title:: CONFIG_FLASH_AREA_CHECK_INTEGRITY_TC .. kconfig:: CONFIG_FLASH_AREA_CHECK_INTEGRITY_TC CONFIG_FLASH_AREA_CHECK_INTEGRITY_TC #################################### *Use TinyCrypt* Type: ``bool`` Help ==== .. code-block:: none Use TinyCrypt library to perform the integrity check. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`TINYCRYPT ` - \ :kconfig:`TINYCRYPT_SHA256 ` Kconfig definition ================== At ``/storage/flash_map/Kconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:55`` → ``/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 .. code-block:: kconfig config FLASH_AREA_CHECK_INTEGRITY_TC bool "Use TinyCrypt" select TINYCRYPT select TINYCRYPT_SHA256 depends on help Use TinyCrypt library to perform the integrity check. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*