The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SOC_FLASH_QMSI_API_REENTRANCY

flash driver API reentrancy for QMSI shim driver

Type: bool

Help

Enable support for QMSI flash driver API reentrancy.

Direct dependencies

SOC_FLASH_QMSI && FLASH

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/flash/Kconfig.qmsi:39

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:60drivers/flash/Kconfig:58

Menu path: (top menu) → Device Drivers → Flash hardware support → QMSI flash driver

config SOC_FLASH_QMSI_API_REENTRANCY
    bool
    prompt "flash driver API reentrancy for QMSI shim driver" if SOC_FLASH_QMSI && FLASH
    depends on SOC_FLASH_QMSI && FLASH
    help
      Enable support for QMSI flash driver API reentrancy.

(Definitions include propagated dependencies, including from if’s and menus.)