:orphan: .. title:: choice: Crypto backend for the flash check functions .. _choice_559: .. describe:: choice: Crypto backend for the flash check functions *Crypto backend for the flash check functions* Type: ``bool`` Direct dependencies =================== \ :kconfig:`FLASH_AREA_CHECK_INTEGRITY ` && \ :kconfig:`FLASH_MAP ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`FLASH_AREA_CHECK_INTEGRITY_TC ` Choice options ============== - \ :kconfig:`FLASH_AREA_CHECK_INTEGRITY_TC ` - \ :kconfig:`FLASH_AREA_CHECK_INTEGRITY_MBEDTLS ` Kconfig definition ================== At ``/storage/flash_map/Kconfig:38`` 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 .. code-block:: kconfig choice bool "Crypto backend for the flash check functions" default FLASH_AREA_CHECK_INTEGRITY_TC depends on FLASH_AREA_CHECK_INTEGRITY && FLASH_MAP *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*