drivers: espi: config: Support for host-initiated eSPI traffic

Currently assumption is all OOB traffic over eSPI bus is always client
initiated.
Add option for systems where host can initiate OOB traffic.

Signed-off-by: Jose Alberto Meza <jose.a.meza.arellano@intel.com>
This commit is contained in:
Jose Alberto Meza 2020-11-24 13:01:20 -08:00 committed by Anas Nashif
commit 88b7c6ad44

View file

@ -167,4 +167,11 @@ config ESPI_PERIPHERAL_HOST_CMD_PARAM_PORT_NUM
endif # ESPI_PERIPHERAL_CHANNEL
config ESPI_OOB_CHANNEL_RX_ASYNC
bool "OOB host-initiated traffic handling"
depends on ESPI_OOB_CHANNEL
help
Enables asynchronous handling for host-initiated OOB traffic.
Otherwise OOB traffic is assumed to be always client-initiated.
endif # ESPI