The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_SOC_FLASH_QMSI

QMSI flash driver

Type: bool

Help

Enable QMSI Quark flash driver.

Direct dependencies

QMSI && FLASH

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/flash/Kconfig.qmsi:7

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

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

menuconfig SOC_FLASH_QMSI
    bool
    prompt "QMSI flash driver" if QMSI && FLASH
    select FLASH_HAS_DRIVER_ENABLED if QMSI && FLASH
    depends on QMSI && FLASH
    help
      Enable QMSI Quark flash driver.

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