-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/espi/Kconfig:170
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:90
Menu path: (Top) → Device Drivers → ESPI Driver
config ESPI_OOB_CHANNEL_RX_ASYNC bool "OOB host-initiated traffic handling" depends onESPI_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.)