:orphan: .. title:: CONFIG_SPI_COMPLETION_TIMEOUT_TOLERANCE .. kconfig:: CONFIG_SPI_COMPLETION_TIMEOUT_TOLERANCE CONFIG_SPI_COMPLETION_TIMEOUT_TOLERANCE ####################################### *Completion timeout tolerance (ms)* Type: ``int`` Help ==== .. code-block:: none The tolerance value in ms for the SPI completion timeout logic. Direct dependencies =================== \ :kconfig:`SPI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 200 Kconfig definition ================== At ``/spi/Kconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. code-block:: kconfig config SPI_COMPLETION_TIMEOUT_TOLERANCE int "Completion timeout tolerance (ms)" default 200 depends on SPI help The tolerance value in ms for the SPI completion timeout logic. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*