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:
parent
b36538d5a4
commit
88b7c6ad44
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue