:orphan: .. title:: CONFIG_SPI_NOR_CS_WAIT_DELAY .. kconfig:: CONFIG_SPI_NOR_CS_WAIT_DELAY CONFIG_SPI_NOR_CS_WAIT_DELAY ############################ *Delay time in us* Type: ``int`` Help ==== .. code-block:: none This is the wait delay (in us) to allow for CS switching to take effect Direct dependencies =================== \ :kconfig:`SPI_NOR ` && \ :kconfig:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/flash/Kconfig.nor:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:79`` Menu path: (Top) → Device Drivers → Flash hardware support → SPI NOR Flash .. code-block:: kconfig config SPI_NOR_CS_WAIT_DELAY int "Delay time in us" default 0 depends on SPI_NOR && FLASH help This is the wait delay (in us) to allow for CS switching to take effect *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*