CONFIG_FLASH_AREA_CHECK_INTEGRITY_MBEDTLS

Use MBEDTLS

Type: bool

Help

Use MBEDTLS library to perform the integrity check.

Direct dependencies

<choice: Crypto backend for the flash check functions>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/storage/flash_map/Kconfig:49

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_MBEDTLS
    bool "Use MBEDTLS"
    select MBEDTLS
    select MBEDTLS_MD
    select MBEDTLS_MAC_SHA256_ENABLED
    select MBEDTLS_ENABLE_HEAP
    depends on <choice>
    help
      Use MBEDTLS library to perform the integrity check.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)