:orphan: .. title:: CONFIG_ESPI_OOB_CHANNEL_RX_ASYNC .. kconfig:: CONFIG_ESPI_OOB_CHANNEL_RX_ASYNC CONFIG_ESPI_OOB_CHANNEL_RX_ASYNC ################################ *OOB host-initiated traffic handling* Type: ``bool`` Help ==== .. code-block:: none Enables asynchronous handling for host-initiated OOB traffic. Otherwise OOB traffic is assumed to be always client-initiated. Direct dependencies =================== \ :kconfig:`ESPI_OOB_CHANNEL ` && \ :kconfig:`ESPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/espi/Kconfig:170`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:92`` Menu path: (Top) → Device Drivers → ESPI Driver .. code-block:: kconfig config ESPI_OOB_CHANNEL_RX_ASYNC bool "OOB host-initiated traffic handling" depends on ESPI_OOB_CHANNEL && 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.)*