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

ESPI_OOB_CHANNEL && ESPI

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/espi/Kconfig:170

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:90

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.)