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.)

Symbols selected by this symbol

Kconfig definition

At <Subsystem>/storage/flash_map/Kconfig:49

Included via Kconfig:8Kconfig.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_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.)