:orphan: .. title:: SPI_NOR_CS_WAIT_DELAY .. option:: CONFIG_SPI_NOR_CS_WAIT_DELAY *Delay time in us* Type: ``int`` Help ==== This is the wait delay (in us) to allow for CS switching to take effect Direct dependencies =================== \ :option:`SPI_NOR ` && \ :option:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``drivers/flash/Kconfig.nor:48`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` → ``drivers/flash/Kconfig:73`` Menu path: (Top) → Device Drivers → Flash hardware support → SPI NOR Flash .. parsed-literal:: config SPI_NOR_CS_WAIT_DELAY int "Delay time in us" default 0 depends on \ :option:`SPI_NOR ` && \ :option:`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.)*