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¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/espi/Kconfig:170
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:92
Menu path: (Top) → Device Drivers → ESPI Driver
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.)