CONFIG_SOC_FLASH_QMSI_CLK_COUNT_US

System clk count per microsecond

Type: int

Help

Specify the system clk cycles per microsecond.

Direct dependencies

SOC_FLASH_QMSI

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

Defaults

Kconfig definition

At drivers/flash/Kconfig.qmsi:22

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:62drivers/flash/Kconfig:75

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

config SOC_FLASH_QMSI_CLK_COUNT_US
    int
    prompt "System clk count per microsecond" if SOC_FLASH_QMSI
    default 32 if SOC_FLASH_QMSI
    depends on SOC_FLASH_QMSI
    help
      Specify the system clk cycles per microsecond.

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