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

The number of flash wait states

Type: int

Help

Specify the number of wait states for Quark flash.

Direct dependencies

SOC_FLASH_QMSI && FLASH

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

Defaults

Kconfig definition

At drivers/flash/Kconfig.qmsi:28

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_WAIT_STATES
    int
    prompt "The number of flash wait states" if SOC_FLASH_QMSI && FLASH
    default 1 if SOC_FLASH_QMSI && FLASH
    depends on SOC_FLASH_QMSI && FLASH
    help
      Specify the number of wait states for Quark flash.

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