:orphan: .. title:: ESPI_OOB_CHANNEL_RX_ASYNC .. option:: CONFIG_ESPI_OOB_CHANNEL_RX_ASYNC *OOB host-initiated traffic handling* Type: ``bool`` Help ==== Enables asynchronous handling for host-initiated OOB traffic. Otherwise OOB traffic is assumed to be always client-initiated. Direct dependencies =================== \ :option:`ESPI_OOB_CHANNEL ` && \ :option:`ESPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/espi/Kconfig:170`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:90`` Menu path: (Top) → Device Drivers → ESPI Driver .. parsed-literal:: config ESPI_OOB_CHANNEL_RX_ASYNC bool "OOB host-initiated traffic handling" depends on \ :option:`ESPI_OOB_CHANNEL ` && \ :option:`ESPI ` help Enables asynchronous handling for host-initiated OOB traffic. Otherwise OOB traffic is assumed to be always client-initiated. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*