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 <Zephyr>/subsys/storage/flash_map/Kconfig:42

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:55<Zephyr>/subsys/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.)