-
CONFIG_SOC_FLASH_QMSI_WAIT_STATES
¶
The number of flash wait states
Type: int
Help¶
Specify the number of wait states for Quark flash.
Defaults¶
- 1 if
SOC_FLASH_QMSI
&&FLASH
Kconfig definition¶
At drivers/flash/Kconfig.qmsi:28
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:60
→ drivers/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" ifSOC_FLASH_QMSI
&&FLASH
default 1 ifSOC_FLASH_QMSI
&&FLASH
depends onSOC_FLASH_QMSI
&&FLASH
help Specify the number of wait states for Quark flash.
(Definitions include propagated dependencies, including from if’s and menus.)